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

Can't recognize an image with only '0' #1279

Open
gurudk opened this issue Jul 14, 2024 · 1 comment
Open

Can't recognize an image with only '0' #1279

gurudk opened this issue Jul 14, 2024 · 1 comment

Comments

@gurudk
Copy link

gurudk commented Jul 14, 2024

zero

import easyocr

reader = easyocr.Reader(['ch_sim', 'en']) # this needs to run only once to load the model into memory
result = reader.readtext('zero.jpg')
print(result)

===========================output=================
[]

@gurudk
Copy link
Author

gurudk commented Jul 14, 2024

I debug the code , find the defualt text_threshhold = 0.7 is too high.
I set this value to 0.3, that is ok!

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

No branches or pull requests

1 participant