【发布时间】:2022-10-09 04:17:44
【问题描述】:
我正在尝试使用 PyTesseract 对这个页面进行 OCR,它似乎遇到了问题。当我运行以下代码时:
data = pytesseract.image_to_string(images[0], config=custom_config)
我收到此错误:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\User\\AppData\\Local\\Temp\\tess_kzpv28hg.txt'
我再次尝试 pip 安装 pytesseract,但这没有奏效。任何建议将不胜感激。谢谢!
【问题讨论】:
标签: python opencv ocr tesseract python-tesseract