Core AI engine for solving reCAPTCHA image challenges
Project description
rcap-core
Core AI engine for solving reCAPTCHA v2 image challenges.
Install
pip install rcap-core
Quick example
from rcap_core.detector import detect_cells
import numpy as np
# image as numpy array (H, W, 3)
image = np.zeros((300, 300, 3), dtype=np.uint8)
cells = detect_cells(
image=image,
grid="3x3", # "3x3" or "4x4"
target_text="cars"
)
print(cells) # e.g. [1, 3, 7]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rcap_core-2.0.1.tar.gz
(9.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
rcap_core-2.0.1-py3-none-any.whl
(11.0 kB
view details)
File details
Details for the file rcap_core-2.0.1.tar.gz.
File metadata
- Download URL: rcap_core-2.0.1.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
784c0fafa0945bbf3b0080c1a3c7d7b762ae5b8f6fb0016c0bda0aaf8970918a
|
|
| MD5 |
108255f555822b4f9dc98c712096eb4b
|
|
| BLAKE2b-256 |
1a9a29db0f103de95ab6e6a024c1fbbf84e131c90e15ebe43366ccd1d2810dcc
|
File details
Details for the file rcap_core-2.0.1-py3-none-any.whl.
File metadata
- Download URL: rcap_core-2.0.1-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54d033f8bd002384b8d79325403f6e73fcd02cbe030ed69db810bb817254f239
|
|
| MD5 |
0f99687c04f78b0b4c020d318111057c
|
|
| BLAKE2b-256 |
3bf9874791ba9a2cd290b2a6da45441a73911e33f11dc9387201fab0fe5af1a2
|