安装了tesseract的版本4.0.0,同时用源文件whl文件安装了 对应的tesserocr版本,也安装成功了,但是在运行的代码中,会报错
以下是代码:
import tesserocr
from PIL import Image
image=Image.open('image.jpg')
print(tesserocr.image_to_text(image))
换了个其他的方式,好郁闷
你直接命令行使用tessercat这个命令可以吗?
没太理解您的意思,我在命令窗口中,使用tessercat -v是可以正常查看我安装的版本的
@我是大刘啊: 他的意思是cmd运行命令能不能正常识别跑
tesseract [imagepath] [outputPath] -l [Language] [optional]
@猝不及防: 好像报错了