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

Feed image segments into an offline OCR model #44

Closed
zdeveloper opened this issue Mar 26, 2024 · 0 comments · Fixed by #62
Closed

Feed image segments into an offline OCR model #44

zdeveloper opened this issue Mar 26, 2024 · 0 comments · Fixed by #62
Assignees

Comments

@zdeveloper
Copy link
Contributor

zdeveloper commented Mar 26, 2024

Run OCR on the image segments outputted by the ImageSegmenter and output an dictionary with the following structure

{
 "label for the segment": "ocr output value"
}

Acceptance Criteria

  • use the huggingface api
  • allow the toggling of different models handwitten/typed
  • please add test cases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant