Skip to main content

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rcap_core-2.0.2-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

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

Hashes for rcap_core-2.0.2.tar.gz
Algorithm Hash digest
SHA256 511ec81b22e6d9386d320a4edfb5231ca300c1294f983b942afa0d7ec7f9ac1b
MD5 611b6ef97d816b07121d047b0a721ef2
BLAKE2b-256 c1ce0688288d40d18964056363b26a0b1f7ec60bf61958768cca4d7f85c77dd6

See more details on using hashes here.

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

Hashes for rcap_core-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b25e27b4c2c3a6b68c40c9548a0a7988dd861ab18d0eda1ea8e791e25f7bce24
MD5 63557738e97682ff72fbc28abd8f9054
BLAKE2b-256 75df90dea05b0987378f9c08d96b2d63cfcad7028980514023ff541d6b9c171c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page