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

[Enhancement] Two Phase Tagging for Webpage OCR #89

Open
ml5ah opened this issue Jun 17, 2024 · 1 comment
Open

[Enhancement] Two Phase Tagging for Webpage OCR #89

ml5ah opened this issue Jun 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ml5ah
Copy link
Contributor

ml5ah commented Jun 17, 2024

Currently, tagging annotations are overlayed on the webpage causing the 2 to overlap and increase the frequency of OCR errors.

There is a 2 phase tagging approach being discussed that makes 2 OCR calls -- one for the original webpage and one for the tagging annotations ONLY.

Keeping the dimensions of both images same, the goal is to consolidate the OCR text from 2 sources for better accuracy.

@asim-shrestha @awtkns

@awtkns awtkns added the enhancement New feature or request label Jun 17, 2024
@asim-shrestha
Copy link
Contributor

Some work being done here in #94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants