metadata
language: mnw
tags:
- ocr
- mon
- text-recognition
license: mit
MonOCR Model
This repository hosts the model weights for MonOCR, an optical character recognition tool for the Mon language.
Usage
The system automatically downloads these weights when you use the monocr Python library.
To install:
pip install monocr
# or
uv add monocr
To manually download the weights:
monocr download
Maintenance
For maintainers uploading new weights:
hf auth login
hf upload janakhpon/monocr . --repo-type model
References
- Source Code: janakhpon/monocr