metythorn commited on
Commit
f86ba13
·
verified ·
1 Parent(s): 50c311f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,9 +9,9 @@ tags:
9
  pipeline_tag: image-to-text
10
  ---
11
 
12
- # Khmer OCR Transformer
13
 
14
- This repository contains a pure Transformer-based checkpoint for Khmer OCR. Images are patch-embedded and encoded by a Transformer encoder, then decoded autoregressively without any CNN or spatial transformer components.
15
 
16
  ## Installation
17
  ```python
 
9
  pipeline_tag: image-to-text
10
  ---
11
 
12
+ # ViTOCR
13
 
14
+ This repository contains a pure Transformer-based checkpoint for Khmer OCR. Images are patch-embedded and encoded by a Transformer encoder, then decoded autoregressively.
15
 
16
  ## Installation
17
  ```python