File size: 1,240 Bytes
06e4c29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6da73ff
 
 
 
 
 
 
 
 
 
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
38
39
40
41
42
43
44
45
46
47
---
language: 
- th
- en
tags:
- OCR
- dataset
- evaluation
- multilingual
- handwritten
license: cc-by-sa-4.0
---

# Thai OCR Evaluation Dataset

## Dataset Description

The **Thai OCR Evaluation Dataset** is designed for evaluating Optical Character Recognition (OCR) models across various domains. It includes images and textual data derived from various open-source websites.
This dataset aims to provide a comprehensive evaluation resource for researchers and developers working on OCR systems, particularly in Thai language processing.

### Data Fields

Each sample in the dataset contains the following fields:

- `image`: Path to the image file.
- `text`: Ground truth text extracted from the image.
- `category`: The domain/category of the image (e.g., "handwritten", "document", "scene_text").

## Usage

To load the dataset, you can use the following code:

```python
from datasets import load_dataset

dataset = load_dataset("openthaigpt/thai-ocr-evaluation")
```

## Sponsors

<img src="https://cdn-uploads.huggingface.co/production/uploads/66f6b837fbc158f2846a9108/Cvr5AWLNque5BljUX-C-n.png" alt="Sponsors" width="50%">

## Authors

- Suchut Sapsathien ([email protected])
- Jillaphat Jaroenkantasima ([email protected])