No project description provided
Project description
slide captcha
介绍
一个尝试使用opencv识别滑动验证码缺口的python库
免责声明
- 本算法仅供学术和研究目的使用。作者和发布者明确禁止使用此算法进行任何非法活动或违反任何网站、服务或应用的服务条款或政策。
- 使用此算法的任何人都应自行确保他们的行为是合法的,并遵循所有相关的法律和道德标准。
- 作者和发布者对因使用此算法而造成的任何直接或间接损害或后果不承担任何责任。用户自行承担所有风险。
- 本免责声明的解释权归作者和发布者所有。
安装
pip install captchahub-slide-captcha
```·
## 使用
```python
from slide_captcha import slide_match
with open('background.png', 'rb') as f:
background = f.read()
with open('target.png', 'rb') as f:
target = f.read()
result = slide_match(background, target)
print(result)
# {'target': [192, 111, 272, 191]}
target为缺口的左上角和右下角的坐标
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for captchahub_slide_captcha-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e9023263cccf7dd9efc0d802e9d6f5226bfa5b5e54dd70ab61c7649224c5a8c |
|
MD5 | 51c926d37380a333c90ccebd6fa453b5 |
|
BLAKE2b-256 | 9670396f815fd7ea6c32cb654bd10a0404decea7225483a80e3807850f3ea719 |
Close
Hashes for captchahub_slide_captcha-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d37b62cf52f453418ea766403cf0fbd1d7fb4eec40cb05d616b4b4248d76d9b |
|
MD5 | f250eb54564296a131d9dc4f803cdc2b |
|
BLAKE2b-256 | 1aa36519464fddb811f460aa3716ada0513ea649620dc6556998dc9dcd04a15b |