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

Improve text detection accuracy #1

Open
ciatph opened this issue Jul 8, 2022 · 0 comments
Open

Improve text detection accuracy #1

ciatph opened this issue Jul 8, 2022 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@ciatph
Copy link
Owner

ciatph commented Jul 8, 2022

Improve text detection accuracy on the numerical digits. Including the period (.) symbol detection is a good addition but not required. False and missed detections often happen on most number digits. For example, 0 becomes 6, 9 becomes 3, and so on.

Steps to Reproduce

  1. Replace the Region5 entry on /extract.py at line # 19 with other regions defined in /data/coordinates.json:
    • img = getRegion(img, 'Region3') (set to Region3)
  2. Take note of the mismatching digits on the extracted text.
    • original (cropped, downscaled) image:
      test
    • extracted text:
      extracted
@ciatph ciatph added the help wanted Extra attention is needed label Jul 8, 2022
@ciatph ciatph pinned this issue Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant