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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章