priyank-m commited on
Commit
41f7245
·
1 Parent(s): 9453908

create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This dataset we prepared using the Scanned receipts OCR and information extraction(SROIE) dataset.
2
+ The SROIE dataset contains 973 scanned receipts in English language.
3
+ Cropping the bounding boxes from each of the receipts to generate this text-recognition dataset resulted in 33626 images for train set and 18704 images for the test set.
4
+ The text annotations for all the images inside a split are stored in a metadata.jsonl file.
5
+
6
+ usage:
7
+ from dataset import load_dataset
8
+ data = load_dataset("priyank-m/SROIE_2019_text_recognition")
9
+
10
+ source of raw SROIE dataset:
11
+ https://www.kaggle.com/datasets/urbikn/sroie-datasetv2