Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to manually add missing field labels when OCR fails to detect them #61

Open
jillcfoley1 opened this issue Mar 12, 2025 · 0 comments
Labels

Comments

@jillcfoley1
Copy link
Collaborator

As a document reviewer, I want to add a new field label and its corresponding value if the OCR tool (e.g., Textract) fails to capture it, so that I can ensure the final structured data (CSV/JSON) includes all necessary fields.

Acceptance Criteria:

  1. There is a way to manually add a field label:
  • If a field is missing from the extracted data, the user can click a button (e.g., “+ Add Field”).
  • The user can input a field label (e.g., “2. City”) and its corresponding value (e.g., “Ipswich”).
  • The newly added field will be included in the final structured output.
  1. Error logging & analytics:
  • The system logs instances where users manually add missing fields to track OCR failures.
  • Devs can export error logs to refine OCR tuning and improve accuracy.
  1. The manually added fields should seamlessly integrate into the structured data format (CSV/JSON).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant