pytesseract使用tesseract报错未找到

pytesseract.pytesseract.TesseractNotFoundError: tesseract.exe is not installed or it's not in your path



解决方案:
第一次用ide使用tesseract的时候 需要修改一下pytesseract.py中的tesseract_cmd指向的路径

tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe'

你可能感兴趣的:(pytesseract使用tesseract报错未找到)