Optical Character Recognition for Mon text
Project description
Mon OCR
Optical Character Recognition for Mon (mnw) text.
Installation
pip install monocr | uv add monocr
Quick Start
from monocr import read_text, read_folder
# Read text from a single image
text = read_text("image.png")
print(text)
# Read all images in a folder
results = read_folder("images/")
for filename, text in results.items():
print(f"{filename}: {text}")
Command Line
# Read single image
monocr read image.png
# Process folder
monocr batch images/ --output results.json
License
MIT License
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
monocr-0.1.0.tar.gz
(42.2 MB
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
monocr-0.1.0-py3-none-any.whl
(42.2 MB
view details)
File details
Details for the file monocr-0.1.0.tar.gz.
File metadata
- Download URL: monocr-0.1.0.tar.gz
- Upload date:
- Size: 42.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a70aa27e60acde20994ab2783f66421472b36479e5a2c2cd45aaa0a6587657e7
|
|
| MD5 |
66199977148278aafe4c82e92cc80fca
|
|
| BLAKE2b-256 |
646b118642a5fd3a9f61bc9a0a4857a83a3253e62cf4d7677671c9c16b28c22c
|
File details
Details for the file monocr-0.1.0-py3-none-any.whl.
File metadata
- Download URL: monocr-0.1.0-py3-none-any.whl
- Upload date:
- Size: 42.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
388a24784ef39aac8a1a183b5e24affc4f4cfb04cac8f2e21a8d58338820912c
|
|
| MD5 |
823dc4f9d7a309b5892f83a0c48324d2
|
|
| BLAKE2b-256 |
86415e2b1bc28744ec5639322318f406751f54466e79b0fbf82d69fadbdb4746
|