Datasets:
Add files
Browse files- .gitattributes +0 -0
- README.md +36 -3
.gitattributes
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
README.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-to-image
|
| 5 |
+
- image-to-text
|
| 6 |
+
language:
|
| 7 |
+
- th
|
| 8 |
+
tags:
|
| 9 |
+
- handwriting-recognition
|
| 10 |
+
- ocr
|
| 11 |
+
pretty_name: Thai Handwriting Dataset
|
| 12 |
+
size_categories:
|
| 13 |
+
- 10K<n<100K
|
| 14 |
+
maintainer: Kobkrit Viriyayudhakorn (kobkrit@iapp.co.th)
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# Thai Handwriting Dataset
|
| 18 |
+
|
| 19 |
+
This dataset contains Thai handwritten text images and their corresponding transcriptions, derived from the BEST 2019 Thai Handwriting Recognition dataset.
|
| 20 |
+
|
| 21 |
+
## Dataset Description
|
| 22 |
+
|
| 23 |
+
The dataset consists of handwritten Thai text images along with their ground truth transcriptions. The images have been processed and standardized for machine learning tasks.
|
| 24 |
+
|
| 25 |
+
## Dataset Structure
|
| 26 |
+
|
| 27 |
+
The dataset is provided in a parquet file format with the following columns:
|
| 28 |
+
|
| 29 |
+
- `image_path`: Path to the processed image file
|
| 30 |
+
- `text`: Ground truth transcription of the handwritten text
|
| 31 |
+
- `label_file`: Source label file name
|
| 32 |
+
|
| 33 |
+
## Original Dataset
|
| 34 |
+
|
| 35 |
+
The original dataset is from the BEST 2019 Thai Handwriting Recognition competition:
|
| 36 |
+
https://thailang.nectec.or.th/best/best2019-handwrittenrecognition-trainingset/
|