Python tesseract is not installed or it’s not in your path 错误解决方案_tesseract is not installed or it's not in your pat-CSDN博客

来源: Python tesseract is not installed or it’s not in your path 错误解决方案_tesseract is not installed or it’s not in your pat-CSDN博客

使用 pytesseract.image_to_string() 函数时,报错如下:

pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it’s not in your path
原因是没有找到 Tesseract-OCR\tesseract.exe 的位置

打开pytesseract源码

查找 tesseract_cmd = ‘tesseract’

发现上面有一行注释 # CHANGE THIS IF TESSERACT IS NOT IN YOUR PATH, OR IS NAMED DIFFERENTLY

由于 TESSERACT 所在目录不同,需要手动更改目录

此行修改为

tesseract_cmd = r’C:\Program Files (x86)\Tesseract-OCR\tesseract.exe’

如果没有Tesseract-OCR 需要手动安装

http://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-setup-4.00.00dev.exe

下载完安装即可,默认路径 C:\Program Files (x86)\ 下面

————————————————

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。

原文链接:https://blog.csdn.net/qq_42184699/article/details/92575404

赞(0) 打赏
分享到: 更多 (0)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏