metadata
tags:
- images
- OCR
- handwritten-code
language: en
dataset_info:
features:
image: image
code: string
Answer Scripts Dataset
This dataset contains handwritten answer scripts along with extracte code text.
Structure
images/
: Contains scanned answer sheets.annotations.parquet
: Contains corresponding text for each image.
Usage
from datasets import load_dataset
dataset = load_dataset("gopika13/answer_scripts")
print(dataset)