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.0.tar.gz
(9.3 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.0-py3-none-any.whl
(11.0 kB
view details)
File details
Details for the file rcap_core-2.0.0.tar.gz.
File metadata
- Download URL: rcap_core-2.0.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
229d260c8c8ee7c766720bddae6f4eae4273880cbca4a7f758d66cf5758e8128
|
|
| MD5 |
fa98b5a6ec1be50acbe3b602143efddb
|
|
| BLAKE2b-256 |
6b29dcf9856d01f029954cf7c54690f0ed4f49083da059ad9a3ee9397881fa16
|
File details
Details for the file rcap_core-2.0.0-py3-none-any.whl.
File metadata
- Download URL: rcap_core-2.0.0-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 |
dc9694ddc2fdc9a6e4770ea19a66ad4c5ad97b4d96633d067029a31f14a45c59
|
|
| MD5 |
a6a4fc628e81b5309d1f7bd8ec19aa9f
|
|
| BLAKE2b-256 |
9cb3b1091d15e60a9f1868b4615306d8a42f434c7c529fdfea33524768af74c1
|