answer_scripts / README.md
gopika13's picture
Upload README.md
50e2970 verified
|
raw
history blame
352 Bytes

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)