【发布时间】:2020-08-02 17:13:27
【问题描述】:
所以我的 conda 版本是 4.8.3,我是新安装的 tesseract 和 anaconda。使用以下命令安装 tesseract:
`conda install -c conda-forge pytesseract`
`conda install -c conda-forge/label/cf202003 pytesseract `
现在,当我尝试将简单的图像运行到 ocr 代码时,我收到以下错误
File "C:\Users\user\Anaconda3\lib\site-packages\pytesseract\pytesseract.py", line 232, in run_tesseract 提高TesseractNotFoundError()
TesseractNotFoundError: tesseract is not installed or it's not in your path
【问题讨论】: