Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

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.

NID OCR Extended Dataset

Built from kavinh07/ocr_dataset_shamadhan_synth_30k_p2 with 9,600 additional confusion-pair training images.

Split Samples
train 155,400
validation 35,363

Sources

  • kavinh07/ocr_dataset_shamadhan_synth_30k_p2 — original synthetic + shamadhan real data
  • synthetic_confusion — 9,600 confusion-pair images (train only)

Columns

Column Type Description
image Image Cropped NID field (RGB)
text string OCR ground-truth label
class_name string NID field type or confusion_training
source string synthetic, shamadhan, or synthetic_confusion

Load

from datasets import load_dataset
ds = load_dataset('parquet', data_files={
    'train':      '/app/hf_extended/train/*.parquet',
    'validation': '/app/hf_extended/validation/*.parquet',
})
Downloads last month
430