khmer-ocr / README.md
sengtha's picture
Update README.md
6f3738c verified
|
Raw
History Blame Contribute Delete
928 Bytes
metadata
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 (MIT), re-hosted so the iAny app can download them from a stable URL. The model weights are unmodified — all credit for training goes to Seanghay Yath. Only the app's TypeScript pre/post-processing was re-implemented from the reference Python.