mrrtmob/kiri-ocr
Image-to-Text β’ Updated
β’ 4.63k β’ 9
A large-scale synthetic dataset for training OCR models on Khmer and English text. This dataset contains 5 million high-quality synthetic images of text lines.
from datasets import load_dataset
dataset = load_dataset("mrrtmob/km_en_image_line")
# Access an example
example = dataset['train'][0]
image = example['image'] # PIL Image
text = example['text'] # str
kiri-ocr train \
--hf-dataset mrrtmob/km_en_image_line \
--epochs 50 \
--batch-size 32
@dataset{km_en_image_line,
author = {mrrtmob},
title = {Khmer-English Image Line Dataset},
year = {2026},
publisher = {Blizzer},
howpublished = {\url{https://huggingface.co/datasets/mrrtmob/km_en_image_line}}
}
CC BY 4.0