1. 程式人生 > >pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it's not in your path

pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it's not in your path

目錄

BUG:

原因:

下載:

完美解決


BUG:

 File "D:\python\lib\site-packages\pytesseract\pytesseract.py", line 172, in run_tesseract
    raise TesseractNotFoundError()
pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it's not in your path

原因:

未安裝Tesseract

下載:

https://github.com/UB-Mannheim/tesseract/wiki

自學選擇版本,下面是windows的

具體配置見:

https://blog.csdn.net/dcba2014/article/details/78969658

完美解決