0

我已成功安装 pytessearct(最新版本)并设置了环境路径(c:\users\hp\appdata\local\programs\python\python36-32\lib\site-packages)但是当我尝试要使用/导入 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'))

错误图片 -

在此处输入图像描述

4

0 回答 0