mrrtmob/kiri-ocr
Image-to-Text
β’
Updated
β’
323
β’
7
A large-scale synthetic dataset for training OCR models on Khmer and English text. This dataset contains 12 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{khmer_english_ocr_image_line,
author = {mrrtmob},
title = {Khmer English OCR image line Dataset},
year = {2026},
publisher = {Blizzer},
howpublished = {\url{https://huggingface.co/datasets/mrrtmob/khmer_english_ocr_image_line}}
}
CC BY 4.0