Python+selenium自动识别验证码

Posted 我是田舟

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python+selenium自动识别验证码相关的知识,希望对你有一定的参考价值。

使用PIL+pytesseract+tesseract-ocr

python版本:3.6.3

tesseract-OCR  版本:3.02.02

 

①安装Pillow

cmd切换至pip:pip install Pillow

②安装pytesseract

pip install pytesseract

③手动下载tesseract-OCR.exe  安装 

④执行代码

 

补充:

第②步之后,进入“python\\Lib\\site-packages\\pytesseract”目录,修改pytesseract.py文件中“tesseract_cmd”的地址。

 

以上

 

以上是关于Python+selenium自动识别验证码的主要内容,如果未能解决你的问题,请参考以下文章

python利用selenium库识别点触验证码

如何利用python+Selenium对登录的验证码进行验证?

selenium识别登录验证码---基于python实现

Selenium2+python自动化41-绕过验证码(add_cookie)

Selenium2+python自动化41-绕过验证码(add_cookie)

Selenium2+python自动化41-绕过验证码(add_cookie)转载