Datasets:
Tasks:
Image-to-Text
Formats:
imagefolder
Sub-tasks:
image-captioning
Languages:
English
Size:
10K - 100K
updated README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,10 @@ Cropping the bounding boxes from each of the receipts to generate this text-reco
|
|
4 |
The text annotations for all the images inside a split are stored in a metadata.jsonl file.
|
5 |
|
6 |
usage:
|
7 |
-
|
8 |
-
|
|
|
|
|
9 |
|
10 |
source of raw SROIE dataset:
|
11 |
https://www.kaggle.com/datasets/urbikn/sroie-datasetv2
|
|
|
4 |
The text annotations for all the images inside a split are stored in a metadata.jsonl file.
|
5 |
|
6 |
usage:
|
7 |
+
|
8 |
+
`from dataset import load_dataset
|
9 |
+
|
10 |
+
data = load_dataset("priyank-m/SROIE_2019_text_recognition")`
|
11 |
|
12 |
source of raw SROIE dataset:
|
13 |
https://www.kaggle.com/datasets/urbikn/sroie-datasetv2
|