sthaps/DeepSeek-ocr-Thai
Image-Text-to-Text • Updated • 27 • 1
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
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.
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").To load the dataset, you can use the following code:
from datasets import load_dataset
dataset = load_dataset("openthaigpt/thai-ocr-evaluation")