openthaigpt/thai-ocr-evaluation
收藏资源简介:
--- 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 (suchut@outlook.com) - Jillaphat Jaroenkantasima (autsadang41@gmail.com)
--- language: - 泰语 - 英语 tags: - 光学字符识别(Optical Character Recognition, OCR) - 数据集 - 评测 - 多语言 - 手写体 license: cc-by-sa-4.0 --- # 泰语光学字符识别评测数据集 ## 数据集概述 **泰语光学字符识别评测数据集**专为跨领域光学字符识别(Optical Character Recognition, OCR)模型的性能评估而打造。该数据集的图像与文本数据均来源于各类开源网站,旨在为从事光学字符识别系统研发的研究者与开发者提供一套全面的评测资源,尤其聚焦于泰语语言处理方向。 ### 数据字段 数据集中的每个样本包含以下字段: - `image`:图像文件的存储路径 - `text`:从图像中提取的基准真值(Ground Truth)文本 - `category`:图像所属的领域/类别(例如“手写体”“文档”“场景文本”) ## 使用方法 要加载该数据集,可使用以下代码: python from datasets import load_dataset dataset = load_dataset("openthaigpt/thai-ocr-evaluation") ## 赞助方 <img src="https://cdn-uploads.huggingface.co/production/uploads/66f6b837fbc158f2846a9108/Cvr5AWLNque5BljUX-C-n.png" alt="Sponsors" width="50%"> ## 作者 - Suchut Sapsathien (suchut@outlook.com) - Jillaphat Jaroenkantasima (autsadang41@gmail.com)




