bhavnicksm commited on
Commit
20db990
·
1 Parent(s): 74b668a

Update README.md to include project logo, description, and usage instructions for the HOCR dataset

Browse files
Files changed (2) hide show
  1. README.md +20 -0
  2. assets/hocr.png +3 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ <div align="center">
6
+
7
+ ![HOCR Logo](./assets/hocr.png)
8
+
9
+ # 📄 HOCR: Hard OCR Samples for evaluating OCR models
10
+
11
+ </div>
12
+
13
+ This dataset contains a few samples of real world documents that are hard for OCR models to parse properly — collected from various sources.
14
+
15
+ ## Usage
16
+
17
+ You can load up the dataset via Huggingface's `datasets` library and use it as you see fit.
18
+
19
+ ```python
20
+ from datasets import load_dataset
21
+
22
+ dataset = load_dataset("chonkie-ai/hocr", split="train")
23
+ ```
assets/hocr.png ADDED

Git LFS Details

  • SHA256: 0fa08a801fa929cc5728a322280c4f896429a14afb298cf05d6be2145d668fce
  • Pointer size: 131 Bytes
  • Size of remote file: 244 kB