from PIL import Image
from tesseract import image_to_string
print image_to_string(Image.open('C:\Users/Uzel/Desktop/pythonfoto/denklem.png'))
print image_to_string(Image.open('C:\Users/Uzel/Desktop/pythonfoto/denklem.png'), lang='eng')
我在安装 tesseract orc 后使用此代码。
Traceback(最近一次调用最后一次):文件“C:\Users\Uzel\Documents\Visual Studio 2012\Projects\module3.py”,第 28 行,在 from tesseract import image_to_string ImportError: cannot import name image_to_string
我有这个错误。我试过 pytesseract 但我无法管理。我们能不能解决这个问题。如何?谢谢你。