File size: 429 Bytes
146cbe3 0b054cf 146cbe3 |
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 |
---
dataset_info:
features:
image: image
text: 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)
```
|