19

Python爬虫识别验证码

Python爬虫识别验证码

安装tesserocr

pip3 install tesserocr pillow

识别测试

yzm

将验证码图片放到项目根目录下,用tesserocr库识别该验证码,代码如下所示:

Continue reading