摘要: 滑块验证 OpenCV+python https://www.jb51.net/article/161503.htm?tdsourcetag=s_pcqq_aiomsg python+selenium... https://www.cnblogs.com/ohahastudy/p/11493971. 阅读全文
posted @ 2020-06-22 16:53 udbful 阅读(130) 评论(0) 推荐(0)
摘要: 一、简单验证码识别处理 1 """""" 2 3 4 import pytesseract 5 from PIL import Image 6 from urllib import request 7 import time 8 9 def main(): 10 # 这个url也可以通过登录页面分析 阅读全文
posted @ 2020-06-22 15:05 udbful 阅读(202) 评论(0) 推荐(0)
摘要: 1、 安装tesseract OCR,即Optical Character Recognition,光学字符识别,是指通过扫描字符,然后通过其形状将其翻译成电子文本的过程。对于图形验证码来说,它们都是一些不规则的字符,这些字符确实是由字符稍加扭曲变换得到的内容。 tesseract下载地址: 链接: 阅读全文
posted @ 2020-06-22 10:50 udbful 阅读(1193) 评论(0) 推荐(0)