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.0.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.0.tar.gz.
File metadata
- Download URL: captcha_ocr-0.1.0.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 |
bb9f678eb69bb7ac60cd93ea2e97c472c8d00e2726a6dd64a1e2b1b3c9375091
|
|
| MD5 |
f689cd846e712ed9c940de1e4a47acf4
|
|
| BLAKE2b-256 |
386183bef7ee68e0b99feacd7c613535a91ced1757ec4b700f9955fd578c478c
|
File details
Details for the file captcha_ocr-0.1.0-py3-none-any.whl.
File metadata
- Download URL: captcha_ocr-0.1.0-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 |
6042b1acfa65a25c84e35418ffa7c1aad9a0dda9b463716bb05bf49cecb59ae9
|
|
| MD5 |
af55fbcd90a0c8aebfb2c95dccc4fe14
|
|
| BLAKE2b-256 |
e477aa3d0545f2c400332be7ea78ac10b9d76f47dbd3b650f1315eb1af7a15b7
|