windows下 python单独环境 不用anaconda(例python3.7) 安装 tesserocr 图像识别

踩了各种坑,最后这样操作 成功

1.安装Tesseract-OCR  https://digi.bib.uni-mannheim.de/tesseract/

2.安装 tesserocr whl 版    pip install tesserocr-2.4.0-cp37-cp37m-win_amd64.whl    (记得加路径)

https://github.com/simonflueckiger/tesserocr-windows_build/releases

3.pip install pytesseract

4. 修改 pytesseract 里的路径  按这两个操作:

 https://www.cnblogs.com/xinxin1994/p/11779755.html  

https://blog.csdn.net/qq_36853469/article/details/91572797

你可能感兴趣的:(python)