Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Answer Scripts Dataset
|
| 2 |
This dataset contains handwritten answer scripts along with extracte code text.
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- images
|
| 4 |
+
- OCR
|
| 5 |
+
- handwritten-code
|
| 6 |
+
language: en
|
| 7 |
+
dataset_info:
|
| 8 |
+
features:
|
| 9 |
+
image: image
|
| 10 |
+
code: string
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# Answer Scripts Dataset
|
| 14 |
This dataset contains handwritten answer scripts along with extracte code text.
|
| 15 |
|