weigr
Results
2
comments of
weigr
I have the same problem. Have you solved it? Thank you RuntimeError: Failed to init API, possibly an invalid tessdata path: C:\Tesseract-OCR\tessdata
thank you, I've solved this problem by a hard way Switch to the folder to:C:\Program Files\Python36\Lib\site-packages\tesserocr `import tesserocr import os from PIL import Image os.chdir(r"C:\Program Files\Python36\Lib\site-packages\tesserocr") image = Image.open('image.png') print(tesserocr.image_to_text(image))...