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.0.tar.gz (9.3 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.0-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

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

Hashes for rcap_core-2.0.0.tar.gz
Algorithm Hash digest
SHA256 229d260c8c8ee7c766720bddae6f4eae4273880cbca4a7f758d66cf5758e8128
MD5 fa98b5a6ec1be50acbe3b602143efddb
BLAKE2b-256 6b29dcf9856d01f029954cf7c54690f0ed4f49083da059ad9a3ee9397881fa16

See more details on using hashes here.

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

Hashes for rcap_core-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dc9694ddc2fdc9a6e4770ea19a66ad4c5ad97b4d96633d067029a31f14a45c59
MD5 a6a4fc628e81b5309d1f7bd8ec19aa9f
BLAKE2b-256 9cb3b1091d15e60a9f1868b4615306d8a42f434c7c529fdfea33524768af74c1

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