ModuleNotFoundError:没有名为' pytesser'

时间:2017-03-24 06:52:38

标签: python ocr tesseract python-tesseract pytesser

我已经成功安装了pytessearct(最新版本)并且设置了环境路径(c:\ users \ hp \ appdata \ local \ programs \ python \ python36-32 \ lib \ site-packages)但是我正在尝试使用/ import pytesseract库它没有显示名为' pytesser'错误。

这是我试图运行的程序 -

from pytesser import *
image = Image.open('text.png') # Open image object using PIL
print (image_to_string(image)) # Run tesseract.exe on image fnord
print (image_file_to_string('fnord.tif'))

错误图片 -

enter image description here

0 个答案:

没有答案