gopika13's picture
Update README.md
0b054cf verified
|
raw
history blame
429 Bytes
---
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)
```