编译代码时遇到错误:
import tessercat
api = tesseract.TessBaseAPI()
错误是:
AttributeError的:'模块'对象没有属性' TessBaseAPI'
我已经通过tesseract
安装了pip
。 Python版本是2.7 Windows 32位。
答案 0 :(得分:1)
我认为你正在尝试使用tesseract的python包装器(python-tesseract)。 确保使用的是正确的版本。 你可以查看这个:python-tesseract-0.7.6.win32-py2.7.exe
答案 1 :(得分:0)
确保您不需要导入sublcass,即from tesseract import XYZ
另外 - 不确定这是否是拼写错误,但导入模块拼写错误。