EasyOCR icon indicating copy to clipboard operation
EasyOCR copied to clipboard

How can I reliably find numbers?

Open FrLa2 opened this issue 1 year ago • 1 comments

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!

FrLa2 avatar Jun 06 '24 12:06 FrLa2

Try to make bigger size of image

fiksii-copilot avatar Jul 25 '24 18:07 fiksii-copilot