sengtha commited on
Commit
6f3738c
·
verified ·
1 Parent(s): bf131af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - km
5
+ library_name: onnx
6
+ tags:
7
+ - ocr
8
+ - khmer
9
+ - text-detection
10
+ - text-recognition
11
+ - onnxruntime
12
+ - on-device
13
+ pipeline_tag: image-to-text
14
  ---
15
+
16
+ # Khmer OCR (ONNX) — mirror for iAny
17
+
18
+ On-device **Khmer optical character recognition**: a text **detector** + a text
19
+ **recognizer**, both in ONNX, that read Khmer (and Latin) text out of photos and
20
+ scanned pages — fully offline, in the browser (onnxruntime-web) and on mobile
21
+ (onnxruntime-react-native).
22
+
23
+ This repository is a **verbatim mirror** of the models from
24
+ [**seanghay/KhmerOCR**](https://github.com/seanghay/KhmerOCR) (MIT), re-hosted so
25
+ the [iAny](https://github.com/sengtha/iAny) app can download them from a stable
26
+ URL. **The model weights are unmodified** — all credit for training goes to
27
+ [Seanghay Yath](https://github.com/seanghay). Only the app's TypeScript
28
+ pre/post-processing was re-implemented from the reference Python.