Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,11 +10,43 @@ dataset_info:
|
|
| 10 |
num_bytes: 17026438.7
|
| 11 |
num_examples: 1268
|
| 12 |
- name: test
|
| 13 |
-
num_bytes: 906906
|
| 14 |
num_examples: 70
|
| 15 |
download_size: 17724298
|
| 16 |
dataset_size: 17933344.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
-
# Dataset Card for
|
| 19 |
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
num_bytes: 17026438.7
|
| 11 |
num_examples: 1268
|
| 12 |
- name: test
|
| 13 |
+
num_bytes: 906906
|
| 14 |
num_examples: 70
|
| 15 |
download_size: 17724298
|
| 16 |
dataset_size: 17933344.7
|
| 17 |
+
task_categories:
|
| 18 |
+
- image-to-text
|
| 19 |
+
tags:
|
| 20 |
+
- handwritten
|
| 21 |
+
- math
|
| 22 |
+
- ocr
|
| 23 |
+
size_categories:
|
| 24 |
+
- 1K<n<10K
|
| 25 |
---
|
| 26 |
+
# Dataset Card for BigSunOCR
|
| 27 |
|
| 28 |
+
## Dataset Summary
|
| 29 |
+
|
| 30 |
+
**BigSunOCR** is a dataset designed for training and evaluating Optical Character Recognition (OCR) systems for mathematical formulas, including handwritten, printed, and complex expressions. Developed by [WLHEX INC.](https://www.wlhex.com/) for cost-efficient training and inference, the dataset supports applications in educational and research contexts requiring accurate LaTeX formula recognition.
|
| 31 |
+
|
| 32 |
+
The dataset accompanies a deep learning-based OCR system that builds on CRNN architectures with enhancements to support long LaTeX sequences. It includes:
|
| 33 |
+
|
| 34 |
+
* Handwritten and printed formula images
|
| 35 |
+
* Corresponding LaTeX labels
|
| 36 |
+
|
| 37 |
+
The full code, pretrained model, and usage instructions are available at:
|
| 38 |
+
👉 **GitHub**: [https://github.com/Wrste/bigSunOCR](https://github.com/Wrste/bigSunOCR)
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
## Citation
|
| 42 |
+
|
| 43 |
+
If you use this dataset or system in your research, please cite or reference the GitHub repository:
|
| 44 |
+
|
| 45 |
+
```
|
| 46 |
+
@misc{BigSunOCR,
|
| 47 |
+
author = {XingChengFu (bigSun), WLHEX INC.},
|
| 48 |
+
title = {BigSunOCR: Deep Learning-based Mathematical Formula OCR Recognition System},
|
| 49 |
+
year = 2024,
|
| 50 |
+
url = {https://github.com/Wrste/bigSunOCR}
|
| 51 |
+
}
|
| 52 |
+
```
|