newbienewbie commited on
Commit
1ef45eb
1 Parent(s): a49ed64

Upload 7 files

Browse files
data/test/1.jpg ADDED

Git LFS Details

  • SHA256: ccfa2d70de2e66514fe63e20f939ed7379557d42bfbdb31e3b58336743cb3839
  • Pointer size: 131 Bytes
  • Size of remote file: 583 kB
data/test/test_metadata.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"file_name": "1.jpeg",
2
+ "ground_truth": "{\"gt_parse\": {\"lang\": \"en\", \"date\": \"06-28-2014\", \"total\": \"$38.68\", \"tax\": null, \"store\": \"TRADER JOE's\", \"tel\": \"#403-(469)334-0614\", \"items\": [ {\"name\": \"R-CARROTS SHREDDED 10 OZ\", \"quantity\": null, \"price\": \"1.29\"}, {\"name\": \"R-CUCUMBERS PERSIAN 1 LB\", \"quantity\": null, \"price\": \"1.99\"}, {\"name\": \"TOMATOES CRUSHED NO SALT\", \"quantity\": null, \"price\": \"1.59\"}, {\"name\": \"TOMATOES WHOLE NO SALT\", \"quantity\": null, \"price\": \"1.59\"}, {\"name\": \"W/BASIL ORGANIC OLD FASHIONED OATMEAL\", \"quantity\": null, \"price\": \"2.69\"}, {\"name\": \"MINI-PEARL TOMATOES\", \"quantity\": null, \"price\": \"2.49\"}, {\"name\": \"PKG SHREDDED MOZZARELLA LITE T\", \"quantity\": null, \"price\": \"3.99\"}, {\"name\": \"EGGS 1 DOZ ORGANIC BROWN\", \"quantity\": null, \"price\": \"3.79\"}, {\"name\": \"BEANS GARBANZO\", \"quantity\": null, \"price\": \"0.89\"}, {\"name\": \"SPROUTED CA STYLE\", \"quantity\": null, \"price\": \"2.99\"}, {\"name\": \"A-AVOCADOS HASS BAG 4CT\", \"quantity\": null, \"price\": \"3.99\"}, {\"name\": \"A-APPLE BAG JAZZ 2 LB\", \"quantity\": null, \"price\": \"2.99\"}, {\"name\": \"A-PEPPER BELL EACH XL RED\", \"quantity\": null, \"price\": \"0.99\"}, {\"name\": \"GROCERY NON TAXABLE\", \"quantity\": null, \"price\": \"0.98\"}, {\"name\": \"BANANAS ORGANIC\", \"quantity\": null, \"price\": \"0.87\"}, {\"name\": \"CREAMY SALTED PEANUT BUTTER\", \"quantity\": null, \"price\": \"2.49\"}, {\"name\": \"WHL WHT PITA BREAD\", \"quantity\": null, \"price\": \"1.69\"}, {\"name\": \"GROCERY NON TAXABLE\", \"quantity\": null, \"price\": \"1.38\"}]}}"
3
+ }
data/train/42.jpg ADDED

Git LFS Details

  • SHA256: 9bf479add55511200724d35e215550b2c68eaa1b03526965fad3a67667f6935b
  • Pointer size: 130 Bytes
  • Size of remote file: 60 kB
data/train/train_metadata.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "file_name": "42.jpeg",
3
+ "ground_truth": "{\"gt_parse\": {\"lang\": \"en\", \"date\": \"5/26/2016\", \"total\": \"$56.58\", \"tax\": \"4.68\", \"store\": \"GREEN FIELD\", \"tell\": \"(562) 597-0906\", \"items\": [ {\"name\": \"Coffee\", \"quantity\": null, \"price\": \"3.00\"}, {\"name\": \"Lunch\", \"quantity\": null, \"price\": \"45.90\"}, {\"name\": \"Coke\", \"quantity\": null, \"price\": \"3.00\"}]}}"
4
+ }
data/validation/.DS_Store ADDED
Binary file (6.15 kB). View file
 
data/validation/235.jpg ADDED

Git LFS Details

  • SHA256: 0097d78096c3c5fe9adf4f973d90bc60066947f984821677140f4f8083df67b0
  • Pointer size: 130 Bytes
  • Size of remote file: 14.7 kB
data/validation/validation_metadata.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"file_name": "235.jpeg", "ground_truth": "{\"gt_parse\": {\"lang\": \"en\",\"date\": \"Nov30 14\", \"total\": \"19.19\", \"tax\": \"1.42\", \"store\": \"Marie Cal lender's Restaurant\", \"tell\": \"(805) 773-0606\", \"items\": [ { \"name\": \"CORNBREAD SVC\", \"quantity\": null, \"price\": \"0.00\" }, { \"name\": \"TRIO- POT PIE\", \"quantity\": null, \"price\": \"19.98\" }, { \"name\": \"C-PIE SLICE\", \"quantity\": null, \"price\": \"0.00\" }, { \"name\": \"NO BEVERAGE\", \"quantity\": null, \"price\": \"0.00\" }, { \"name\": \"SOFT DRINK\", \"quantity\": null, \"price\": \"2.79\" }, { \"name\": \"BDAY CLUB $5\", \"quantity\": null, \"price\": \"-5.00\" } ]}}"}