我已经成功安装了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'))
错误图片 -