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-1.0.1.tar.gz
(5.5 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
File details
Details for the file rcap_core-1.0.1.tar.gz.
File metadata
- Download URL: rcap_core-1.0.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b200b12718bc2357e57298ddce464e5709d976484a58fd2de07efea99888b05a
|
|
| MD5 |
04c6b0d8a1d104fd5a9f9a88850fb8c6
|
|
| BLAKE2b-256 |
e028140ae47c4c375e2285e57e63c31f865a542ee854602c38db645c5130d8d8
|
File details
Details for the file rcap_core-1.0.1-py3-none-any.whl.
File metadata
- Download URL: rcap_core-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64e385b5bd606ab97449a0dcb9d47e40ef86913b776fd80dffa6d47899eb1e01
|
|
| MD5 |
a02e059c0cd3367f1d9554438e24d6dd
|
|
| BLAKE2b-256 |
eb8d528fb588846e18fbffc2d07dbd16b725265e1464cac995e5e748ce43acd1
|