pip install pytesseract 报错:tesseract is not installed or it's not in your path 下载安装 Tesseract-OCR https://pan.baidu.com/s/1qXumxdltxOnb0geaE_1U-Q 修改 pytesseract 源码中的路径 文件位置:Python安装目录\Lib\site-packages\pytesseract\pytesseract.py 将 tesseract_cmd 的值 改为…