import tesserocr
from PIL import Image
def img():
image = Image.open("timg.jpg")
result = tesserocr.image_to_text(image)
print(result)
img()
report this question
File "F:/python_game/test.py", line 19, in <module>
img()
File "F:/python_game/test.py", line 16, in img
result = tesserocr.image_to_text(image)
File "tesserocr.pyx", line 2400, in tesserocr._tesserocr.image_to_text
RuntimeError: Failed to init API, possibly an invalid tessdata path: F:\Anaconda3\
I tried the solution, but it didn"t work
.Mobile tessdata file still reported an error, rushing through the day, asking God for help