Minimal scaffold for a CAPTCHA OCR package
Project description
captcha-ocr
Minimal Python package scaffold for a CAPTCHA OCR module.
Install (editable)
pip install -e .
Usage
from captcha_ocr import extract_text
text = extract_text("path/to/captcha.png")
print(text)
Notes
This is a stub implementation. Wire in real OCR (e.g., with your chosen engine)
inside extract_text.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
captcha_ocr-0.1.1.tar.gz
(2.8 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 captcha_ocr-0.1.1.tar.gz.
File metadata
- Download URL: captcha_ocr-0.1.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a805708eb7293d3b7358bfce3c0405575d25bcadfb1f8f7856efd3be53e6ed2
|
|
| MD5 |
888031e504054e2ed91d9f1c66c17d94
|
|
| BLAKE2b-256 |
681868a56f64c0ffa08f7b3ff08e14b8b726427c3d3fb6cace5552a88193caaf
|
File details
Details for the file captcha_ocr-0.1.1-py3-none-any.whl.
File metadata
- Download URL: captcha_ocr-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83ad41e27ae2990f41db6ab14a0fa913a7194d1b90a54ce8b52970ac9de0ed3b
|
|
| MD5 |
466cea4cbf21bf6cdb49cfc68bc8fe20
|
|
| BLAKE2b-256 |
8b150ffc34a5ae0c2fc4a1afe128557dd896389235c11fb37a57a16dcfcd78c4
|