File size: 928 Bytes
242ba02
 
6f3738c
 
 
 
 
 
 
 
 
 
 
242ba02
6f3738c
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
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.