AlbertoChestnut/telugu-ocr
Telugu OCR Dataset A corpus of aligned scanned page images and human-transcribed Telugu text, sourced from Telugu Wikisource. Built for OCR model training and evaluation. Stats Total page pairs ~25,565 Books 221 Total size ~11 GB License CC BY-SA 4.0 Dataset Structure dataset/ <book_title>/ page_0001.jpg ← scan image page_0001.txt ← transcribed Telugu text (UTF-8) page_0004.jpg page_0004.txt ...… See the full description on the dataset page: https://huggingface.co/datasets/AlbertoChestnut/telugu-ocr.
Telugu OCR Dataset
A corpus of aligned scanned page images and human-transcribed Telugu text, sourced from Telugu Wikisource. Built for OCR model training and evaluation.
Stats
Dataset Structure
dataset/
<book_title>/
page_0001.jpg ← scan image
page_0001.txt ← transcribed Telugu text (UTF-8)
page_0004.jpg
page_0004.txt
...
meta.json ← per-book metadata
corpus_profile.json ← index of all books with quality and curation details
curation_decisions.json ← approved/excluded status for every book in the manifestPage numbers are not always consecutive — gaps indicate pages with no transcription available.
corpus_profile.json
Top-level file. One JSON object per book covering every book in the original manifest (including excluded ones).
Approved books pass all three criteria: ≥ 80% Telugu script ratio, ≥ 50 scan pages, and at least one transcribed page.
dataset/\<book\>/meta.json
One file per book directory. Describes what was actually downloaded.
The pages object contains only pages that have both an image and a transcription. Pages missing from this map either had no transcription or failed to download.
Quality Levels
From the Wikisource ProofreadPage extension:
Levels 3 and 4 are the most reliable ground truth for OCR evaluation.
Source & License
All text transcriptions and original book scans are from Telugu Wikisource and are licensed under CC BY-SA 4.0. Attribution: Telugu Wikisource contributors.
Author
Alberto J. Chestnut Contact: data@chest.nu
Citation
If you use this dataset, please cite:
@dataset{chestnut2026telugu,
author = {Chestnut, Alberto J.},
title = {Telugu OCR Dataset},
year = {2026},
publisher = {Hugging Face},
note = {Sourced from Telugu Wikisource (CC BY-SA 4.0)},
url = {https://huggingface.co/datasets/AlbertoChestnut/telugu-ocr},
doi = { 10.57967/hf/9079 }
}