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

How can I reliably find numbers? #1265

Open
FrLa2 opened this issue Jun 6, 2024 · 1 comment
Open

How can I reliably find numbers? #1265

FrLa2 opened this issue Jun 6, 2024 · 1 comment

Comments

@FrLa2
Copy link

FrLa2 commented Jun 6, 2024

I'm trying desperately to recognize numbers but unfortunately without success.
Here are 2 pictures I want to have examined:

0
1

I've already tried the following requests:

results = reader.readtext(image)
results = reader.readtext(image, detail=0)
results = reader.readtext(image, allowlist='0123456789')
results = reader.readtext(image, allowlist='0123456789', detail=0)
results = reader.readtext(image, allowlist='0123456789', low_text=0.3)
results = reader.readtext(image, min_size=20)

Can anyone help me?
Thank you very much!

@fiksii-copilot
Copy link

Try to make bigger size of image

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

2 participants