File size: 1,315 Bytes
e3cb0b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Here is the extracted information from the receipt image provided, structured as a JSON object according to the given schema.

```json
{
  "receipt_headers": {
    "store_name": "Starbucks E Food Court #16599",
    "slogan": "OPERATED BY HMS",
    "address": "Harry Reid Airport",
    "store_manager": "",
    "phone_number": "",
    "transaction_id": "CHK 111704",
    "date": "12/2/2022",
    "time": "1:23 PM",
    "cashier": "",
    "subtotal": 6.00,
    "sales_tax": 0.50,
    "total": 6.50,
    "gift_card": 0,
    "charged_amount": 6.50,
    "card_type": "MasterCard",
    "auth_code": "",
    "chip_read": "",
    "aid": "",
    "issuer": "",
    "policy_id": "",
    "expiration_date": "",
    "survey_message": "We value your feedback! Scan the QR code below to share your experience.",
    "survey_website": "https://hmshost.com/contact/",
    "user_id": "",
    "password": "",
    "eligibility_note": ""
  },
  "line_items": [
    {
      "sku": "",
      "description": "1 GR GRN TEA LAT",
      "details": "To Go",
      "price": 6.00
    }
  ]
}
```

Note: Some fields are left empty ("") as they are not provided in the receipt. Additional fields might be required to structure JSON perfectly according to a specified schema which were not visible or mentioned in the image of the receipt provided.