# sliding-captcha **Repository Path**: star_zhang2022/sliding-captcha ## Basic Information - **Project Name**: sliding-captcha - **Description**: 爬虫解决滑动验证码示例项目 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-11-26 - **Last Updated**: 2024-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目说明 爬虫解决滑动验证码问题,使用OpenCV检测滑块图像定位计算滑动距离,使用Selenium模块模拟人类操作滑动滑块 # 文件说明 defect.png - 验证码缺损图 full.png - 完整图 result.png - OpenCV图像处理过程及结果 sliding.png - 缺损块图 sliding-captcha-test.py - 主程序 requirements.txt - 相关依赖包 # 项目思路 详细解释请移步CSDN:https://blog.csdn.net/ysuprogrammer_li/article/details/124709997