python使用tesseract-ocr完成验证码识别
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python使用tesseract-ocr完成验证码识别相关的知识,希望对你有一定的参考价值。
全自动区分计算机和人类的公开图灵测试(Completely Automated Public Turing test to tell Computers and Humans Apart)
简称CAPTCHA, 俗称验证码
windows
1.安装tesseract,
安装路径加入path, 设置TESSDATA_PREFIX环境变量
否则报错:
‘Error opening data file \\exe\\Tesseract-OCR\\tessdata/eng.traineddata
Please make sure the TESSDATA_PREFIX environment variable is set to the parent directory of your "tessdata" directory.
Failed loading language \\‘eng\\‘
Tesseract couldn\\‘t load any languages!
Could not initialize tesseract.
‘
2.pip install pytesseract
以上是关于python使用tesseract-ocr完成验证码识别的主要内容,如果未能解决你的问题,请参考以下文章
python tesseract-ocr 基础验证码识别功能(Windows)
python+selenium+Tesseract-OCR识别图片验证码