monocr / README.md
janakhpon's picture
Upload folder using huggingface_hub
c56d971 verified
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