You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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=================
[]
The text was updated successfully, but these errors were encountered: