Skip to content

Add QC checks #1

Description

@drnelson6

Before ingesting material into the portal, we should have a basic test that confirms whether or not the material was reasonably well recognized.

Proposal:

Most images that do poorly will be due to improper segmentation. In such cases, the final document will have a high number of lines with zero text.

Check how often the recognizer returns nothing and if the amount is above a certain percentage threshold, reject the output.

Ideally, this could be passed as a flag.

It seems easier to do this during inference rather than parsing the hOCR files at the end and checking the output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions