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.2.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.2-py3-none-any.whl
(10.9 kB
view details)
File details
Details for the file rcap_core-2.0.2.tar.gz.
File metadata
- Download URL: rcap_core-2.0.2.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 |
511ec81b22e6d9386d320a4edfb5231ca300c1294f983b942afa0d7ec7f9ac1b
|
|
| MD5 |
611b6ef97d816b07121d047b0a721ef2
|
|
| BLAKE2b-256 |
c1ce0688288d40d18964056363b26a0b1f7ec60bf61958768cca4d7f85c77dd6
|
File details
Details for the file rcap_core-2.0.2-py3-none-any.whl.
File metadata
- Download URL: rcap_core-2.0.2-py3-none-any.whl
- Upload date:
- Size: 10.9 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 |
b25e27b4c2c3a6b68c40c9548a0a7988dd861ab18d0eda1ea8e791e25f7bce24
|
|
| MD5 |
63557738e97682ff72fbc28abd8f9054
|
|
| BLAKE2b-256 |
75df90dea05b0987378f9c08d96b2d63cfcad7028980514023ff541d6b9c171c
|