File size: 480 Bytes
d980aaa 50e2970 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
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
```python
from datasets import load_dataset
dataset = load_dataset("gopika13/answer_scripts")
print(dataset) |