用pytesseract识别验证码报错
Posted When you look into the abyss,
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用pytesseract识别验证码报错相关的知识,希望对你有一定的参考价值。
运行py文件出现下面报错
pytesseract.pytesseract.TesseractError: (1, ‘Error opening data file \\Program Files\\Tesseract-OCR\\tessdata/eng.traineddata‘)
在py文件中指定tessdata_dir
testdata_dir_config = ‘--tessdata-dir "C:\\Program Files\\Tesseract-OCR\\tessdata"‘ textCode = pytesseract.image_to_string(img, config=testdata_dir_config)
问题解决
以上是关于用pytesseract识别验证码报错的主要内容,如果未能解决你的问题,请参考以下文章