khmer-ocr / README.md
sengtha's picture
Update README.md
6f3738c verified
|
Raw
History Blame Contribute Delete
928 Bytes
---
license: mit
language:
- km
library_name: onnx
tags:
- ocr
- khmer
- text-detection
- text-recognition
- onnxruntime
- on-device
pipeline_tag: image-to-text
---
# Khmer OCR (ONNX) — mirror for iAny
On-device **Khmer optical character recognition**: a text **detector** + a text
**recognizer**, both in ONNX, that read Khmer (and Latin) text out of photos and
scanned pages — fully offline, in the browser (onnxruntime-web) and on mobile
(onnxruntime-react-native).
This repository is a **verbatim mirror** of the models from
[**seanghay/KhmerOCR**](https://github.com/seanghay/KhmerOCR) (MIT), re-hosted so
the [iAny](https://github.com/sengtha/iAny) app can download them from a stable
URL. **The model weights are unmodified** — all credit for training goes to
[Seanghay Yath](https://github.com/seanghay). Only the app's TypeScript
pre/post-processing was re-implemented from the reference Python.