我在linux系统上安装python-tesseract时遇到问题。我一直在使用这个教程: http://delimitry.blogspot.be/2014/10/installing-tesseract-for-python-on.html
我得到的错误是:
File does not exist:['/usr/include/tesseract/capi.h', '/usr/local/include/tesseract/capi.h', '/opt/include/tesseract/capi.h', '/opt/local/include/tesseract/capi.h']
root@opencv:/home/philipp/python-tesseract#
在按顺序执行其余说明后,在python setup.py clean
中运行/python-tesseract
。
在此系统上运行linux 3.2.0-4-amd64。
Whereis tesseract-ocr
返回:
/usr/share/tesseract-ocr
Whereis leptonica
返回:
/usr/include/leptonica
Whereis tesseract
返回:
tesseract: /usr/bin/tesseract /usr/bin/X11/tesseract /usr/include/tesseract/ /usr/share/man/man1/tesseract.1.gz
我还尝试运行一些其他教程/指南来安装python-tesseract,这些错误已经返回其他错误,例如,缺少libleptonica然后缺少libc6但是我没有对这些进行过多次调查。只是试图看看是否有任何其他指南立即工作。 此外,当我在终端中运行tesseract时,它可以正常工作,但导入tesseract却没有。
我做错了什么?我该如何解决这个问题并安装python-tesseract?
答案 0 :(得分:1)
我认为这种方式对您有用:
1-从https://dotnetfiddle.net/FoYQSM下载python-tesseract_0.9-0.5ubuntu3_vivid_amd64.deb
2-安装gdebi-core
sudo apt-get install gdebi-core
3-安装python-tesseract_0.9-0.5ubuntu3_vivid_amd64.deb与gdebi
sudo gdebi python-tesseract_0.9-0.5ubuntu2_i386.deb