vikp commited on
Commit
6a3a4c3
·
verified ·
1 Parent(s): 4c48c17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -27,11 +27,11 @@ tags:
27
 
28
  # Surya
29
 
30
- Surya is an OCR toolkit powered by a 650M param model that does:
31
 
32
- - Full-page OCR, scoring 83.3% on [olmOCR-bench](https://huggingface.co/datasets/allenai/olmOCR-bench) (top under 3B params)
33
- - Multilingual OCR - scores 87.2% on an internal benchmark set of 91 languages (more [here](#multilingual))
34
- - Line-level text detection
35
  - Layout analysis (table, image, header, etc.) with reading order
36
  - Table recognition (rows + columns)
37
 
 
27
 
28
  # Surya
29
 
30
+ Surya is a 650M param OCR model with these features:
31
 
32
+ - Accuracy - scores 83.3% on [olmOCR-bench](https://huggingface.co/datasets/allenai/olmOCR-bench) (top under 3B params)
33
+ - Speed - throughput of 5 pages/s on an RTX 5090
34
+ - Multilingual - scores 87.2% on an internal benchmark set of 91 languages (more [here](#multilingual))
35
  - Layout analysis (table, image, header, etc.) with reading order
36
  - Table recognition (rows + columns)
37