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

完美解决

猜你喜欢

转载自blog.csdn.net/Da___Vinci/article/details/84108726