EasyOCR icon indicating copy to clipboard operation
EasyOCR copied to clipboard

Windows 10 + python 3.9.6 returns empty while Linux/Mac py 3.9.6 works fine

Open qtwrk opened this issue 2 years ago • 2 comments

this is sample image I tried

https://i.imgur.com/nJbm59G.png

and py code

import easyocr
reader = easyocr.Reader(['en']) # this needs to run only once to load the model into memory
result = reader.readtext('/Users/qtwrk/Desktop/test.png', detail = 0)

print(result)

qtwrk avatar Feb 19 '22 06:02 qtwrk

Yea, Happened with me too. it is not reading anything

SatyamSSJ10 avatar Mar 18 '22 10:03 SatyamSSJ10

Only happening with small images.

SatyamSSJ10 avatar Mar 18 '22 10:03 SatyamSSJ10