File size: 1,071 Bytes
741622f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
30
31
32
33
34
35
36
37
---
license: apache-2.0
---

# Dataset Information

TAL_OCR_Composed_37K is a composed set of TAL OCR datasets. The original images and labels are downloaded from TAL website (https://ai.100tal.com/dataset), includes mainly

- K12 Handwritten Chinese texts, English texts, Math formulas. 
- Printed K12 materials.

Images are tiled randomly to have a more compact view. There are total 32K images and text pairs after processing:

- TAL_OCR_CHN/composed (645 images)
- TAL_OCR_ENG/composed (399 images)
- TAL_OCR_MATH/composed (420 images)
- TAL_K12_PRINT/composed (17109 images)
- HME100K/composed (18625 images)

# Label format

```
{"image": "path_to_image", "ocr" : "text", "data_name": "xx"}
```

# Citation

Credits to the TAL team (https://github.com/Phymond/HME100K).

```
@article{yuan2022syntax,
  title={Syntax-Aware Network for Handwritten Mathematical Expression Recognition},
  author={Yuan, Ye and Liu, Xiao and Dikubab, Wondimu and Liu, Hui and Ji, Zhilong and Wu, Zhongqin and Bai, Xiang},
  journal={arXiv preprint arXiv:2203.01601},
  year={2022}
}
```