POST
/
v1
/
vocr
import { JigsawStack } from "jigsawstack";

const jigsaw = JigsawStack({ apiKey: "your-api-key" });

const response = await jigsaw.vision.vocr({
  "prompt": [
        "total_price",
        "tax"
  ],
  "url": "https://media.snopes.com/2021/08/239918331_10228097135359041_3825446756894757753_n.jpg"
})
{
  "success": true,
  "context": {
        "total_price": [
              "144.02"
        ],
        "tax": [
              "4.58"
        ]
  },
  "width": 720,
  "height": 960,
  "tags": [
        "text",
        "receipt",
        "paper"
  ],
  "has_text": true,
  "sections": [
        {
              "text": "See back of receipt for your chance\nto win $1000 ID #: 7N5N1VIXCQDQ\nWalmart\n317-851-1102 Mgr:JAMIE BROOKSHIRE\n882 S. STATE ROAD 135\nGREENWOOD IN 46143\nST# 05483 OP# 001436 TE# 09 TR# 06976\nTATER TOTS\n001312000026 F 2.96 0\nHARD/PROV/DC 007874219410 F\nSNACK BARS\n2.68 0\nHRI CL CHS 5.88 0\n002190848816 F 4.98 T\nHRI CL CHS\n003120506000 F\n003120506000 F 6.88 0\n** VOIDED ENTRY ##\nHRI CL CHS 5.88-0\n003120506000 F\nHRI 12 U SG 003120535000 F\nHRI CL PEP\n5.88 0\nEARBUDS 068113100946 4.88 X\n003120507000 F 5.88 0\nSC BCN CHDDR 007874202906 F\nABF THINBRST 022451710972 F\n6.98 0\nHARD/PROV/DC 007874219410 F\n9.72 0\nDV RSE OIL M 001111101220\n2.68 0\nAPPLE 3 BAG 084747300184 F\n5.94 X\nSTOK LT SWT 004127102774 F\n6.47 N\nPEANUT BUTTR 005160025499 F\n4.42 T\nAVO VERDE 2.98 N 061611206143 F\n6.44 0\nROLLS 007874219415 F 1.28 0\nBTS DRY BLON 501072452746 6.58 X\nGALE 000000000003K 32.00 T\nTR HS FRM 4 002240062190 2.74 X\nBAGELS 001376402801 F 4.66 0\nGV SLIDERS 007874201625 2.98 X\nACCESSORY 007615161216 0.97 X\nCHEEZE IT 002410053523 F 4.00 0\nWAS 4.54 YOU SAVED 0.54\nRITZ 004400088210 F 2.78 N\nRUFFLES 002840020942 F 2.50 N\nGV HNY GRMS 007874207253 F 1.28 N\nSUBTOTAL 139.44\nTAX 1 7.000 % 4.58\nTOTAL 144.02\nCASH TEND 150.02\nCHANGE DUE 6.00\n# ITEMS SOLD 26\nTC# 0783 6080 4072 3416 2495 5\n04/27/19 12:59:46\nScan with Walmart app to save receipts",
              "lines": [
                    {
                          "text": "See back of receipt for your chance",
                          "bounds": {
                                "top_left": {
                                      "x": 185,
                                      "y": 64
                                },
                                "top_right": {
                                      "x": 459,
                                      "y": 76
                                },
                                "bottom_right": {
                                      "x": 458,
                                      "y": 93
                                },
                                "bottom_left": {
                                      "x": 184,
                                      "y": 84
                                },
                                "width": 274,
                                "height": 18.5
                          },
                          "words": [
                                {
                                      "text": "See",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 187,
                                                  "y": 64
                                            },
                                            "top_right": {
                                                  "x": 211,
                                                  "y": 66
                                            },
                                            "bottom_right": {
                                                  "x": 209,
                                                  "y": 82
                                            },
                                            "bottom_left": {
                                                  "x": 185,
                                                  "y": 79
                                            },
                                            "width": 24,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "back",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 218,
                                                  "y": 67
                                            },
                                            "top_right": {
                                                  "x": 250,
                                                  "y": 70
                                            },
                                            "bottom_right": {
                                                  "x": 248,
                                                  "y": 86
                                            },
                                            "bottom_left": {
                                                  "x": 216,
                                                  "y": 83
                                            },
                                            "width": 32,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "of",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 257,
                                                  "y": 70
                                            },
                                            "top_right": {
                                                  "x": 274,
                                                  "y": 72
                                            },
                                            "bottom_right": {
                                                  "x": 272,
                                                  "y": 88
                                            },
                                            "bottom_left": {
                                                  "x": 256,
                                                  "y": 87
                                            },
                                            "width": 16.5,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "receipt",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 280,
                                                  "y": 72
                                            },
                                            "top_right": {
                                                  "x": 337,
                                                  "y": 75
                                            },
                                            "bottom_right": {
                                                  "x": 335,
                                                  "y": 91
                                            },
                                            "bottom_left": {
                                                  "x": 279,
                                                  "y": 88
                                            },
                                            "width": 56.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "for",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 342,
                                                  "y": 75
                                            },
                                            "top_right": {
                                                  "x": 365,
                                                  "y": 76
                                            },
                                            "bottom_right": {
                                                  "x": 364,
                                                  "y": 92
                                            },
                                            "bottom_left": {
                                                  "x": 341,
                                                  "y": 92
                                            },
                                            "width": 23,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "your",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 372,
                                                  "y": 76
                                            },
                                            "top_right": {
                                                  "x": 403,
                                                  "y": 76
                                            },
                                            "bottom_right": {
                                                  "x": 402,
                                                  "y": 93
                                            },
                                            "bottom_left": {
                                                  "x": 370,
                                                  "y": 92
                                            },
                                            "width": 31.5,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "chance",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 411,
                                                  "y": 76
                                            },
                                            "top_right": {
                                                  "x": 458,
                                                  "y": 76
                                            },
                                            "bottom_right": {
                                                  "x": 457,
                                                  "y": 92
                                            },
                                            "bottom_left": {
                                                  "x": 409,
                                                  "y": 93
                                            },
                                            "width": 47.5,
                                            "height": 16.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "to win $1000 ID #: 7N5N1VIXCQDQ",
                          "bounds": {
                                "top_left": {
                                      "x": 185,
                                      "y": 78
                                },
                                "top_right": {
                                      "x": 419,
                                      "y": 89
                                },
                                "bottom_right": {
                                      "x": 417,
                                      "y": 106
                                },
                                "bottom_left": {
                                      "x": 184,
                                      "y": 97
                                },
                                "width": 233.5,
                                "height": 18
                          },
                          "words": [
                                {
                                      "text": "to",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 187,
                                                  "y": 79
                                            },
                                            "top_right": {
                                                  "x": 202,
                                                  "y": 80
                                            },
                                            "bottom_right": {
                                                  "x": 201,
                                                  "y": 95
                                            },
                                            "bottom_left": {
                                                  "x": 186,
                                                  "y": 93
                                            },
                                            "width": 15,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "win",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 209,
                                                  "y": 81
                                            },
                                            "top_right": {
                                                  "x": 234,
                                                  "y": 83
                                            },
                                            "bottom_right": {
                                                  "x": 233,
                                                  "y": 98
                                            },
                                            "bottom_left": {
                                                  "x": 208,
                                                  "y": 96
                                            },
                                            "width": 25,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "$1000",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 241,
                                                  "y": 84
                                            },
                                            "top_right": {
                                                  "x": 281,
                                                  "y": 87
                                            },
                                            "bottom_right": {
                                                  "x": 280,
                                                  "y": 103
                                            },
                                            "bottom_left": {
                                                  "x": 240,
                                                  "y": 99
                                            },
                                            "width": 40,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "ID",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 288,
                                                  "y": 87
                                            },
                                            "top_right": {
                                                  "x": 303,
                                                  "y": 88
                                            },
                                            "bottom_right": {
                                                  "x": 303,
                                                  "y": 104
                                            },
                                            "bottom_left": {
                                                  "x": 288,
                                                  "y": 103
                                            },
                                            "width": 15,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "#:",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 311,
                                                  "y": 88
                                            },
                                            "top_right": {
                                                  "x": 324,
                                                  "y": 89
                                            },
                                            "bottom_right": {
                                                  "x": 324,
                                                  "y": 105
                                            },
                                            "bottom_left": {
                                                  "x": 310,
                                                  "y": 105
                                            },
                                            "width": 13.5,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "7N5N1VIXCQDQ",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 327,
                                                  "y": 89
                                            },
                                            "top_right": {
                                                  "x": 418,
                                                  "y": 90
                                            },
                                            "bottom_right": {
                                                  "x": 418,
                                                  "y": 106
                                            },
                                            "bottom_left": {
                                                  "x": 327,
                                                  "y": 105
                                            },
                                            "width": 91,
                                            "height": 16
                                      }
                                }
                          ]
                    },
                    {
                          "text": "Walmart",
                          "bounds": {
                                "top_left": {
                                      "x": 274,
                                      "y": 107
                                },
                                "top_right": {
                                      "x": 381,
                                      "y": 110
                                },
                                "bottom_right": {
                                      "x": 380,
                                      "y": 137
                                },
                                "bottom_left": {
                                      "x": 273,
                                      "y": 134
                                },
                                "width": 107,
                                "height": 27
                          },
                          "words": [
                                {
                                      "text": "Walmart",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 274,
                                                  "y": 107
                                            },
                                            "top_right": {
                                                  "x": 382,
                                                  "y": 111
                                            },
                                            "bottom_right": {
                                                  "x": 380,
                                                  "y": 137
                                            },
                                            "bottom_left": {
                                                  "x": 274,
                                                  "y": 135
                                            },
                                            "width": 107,
                                            "height": 27
                                      }
                                }
                          ]
                    },
                    {
                          "text": "317-851-1102 Mgr:JAMIE BROOKSHIRE",
                          "bounds": {
                                "top_left": {
                                      "x": 200,
                                      "y": 131
                                },
                                "top_right": {
                                      "x": 456,
                                      "y": 138
                                },
                                "bottom_right": {
                                      "x": 455,
                                      "y": 158
                                },
                                "bottom_left": {
                                      "x": 199,
                                      "y": 153
                                },
                                "width": 256,
                                "height": 21
                          },
                          "words": [
                                {
                                      "text": "317-851-1102",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 201,
                                                  "y": 131
                                            },
                                            "top_right": {
                                                  "x": 296,
                                                  "y": 139
                                            },
                                            "bottom_right": {
                                                  "x": 296,
                                                  "y": 156
                                            },
                                            "bottom_left": {
                                                  "x": 200,
                                                  "y": 148
                                            },
                                            "width": 95.5,
                                            "height": 17
                                      }
                                },
                                {
                                      "text": "Mgr:JAMIE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 301,
                                                  "y": 139
                                            },
                                            "top_right": {
                                                  "x": 371,
                                                  "y": 141
                                            },
                                            "bottom_right": {
                                                  "x": 371,
                                                  "y": 158
                                            },
                                            "bottom_left": {
                                                  "x": 300,
                                                  "y": 156
                                            },
                                            "width": 70.5,
                                            "height": 17
                                      }
                                },
                                {
                                      "text": "BROOKSHIRE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 378,
                                                  "y": 141
                                            },
                                            "top_right": {
                                                  "x": 456,
                                                  "y": 139
                                            },
                                            "bottom_right": {
                                                  "x": 456,
                                                  "y": 154
                                            },
                                            "bottom_left": {
                                                  "x": 378,
                                                  "y": 158
                                            },
                                            "width": 78,
                                            "height": 16
                                      }
                                }
                          ]
                    },
                    {
                          "text": "882 S. STATE ROAD 135",
                          "bounds": {
                                "top_left": {
                                      "x": 247,
                                      "y": 149
                                },
                                "top_right": {
                                      "x": 409,
                                      "y": 154
                                },
                                "bottom_right": {
                                      "x": 408,
                                      "y": 171
                                },
                                "bottom_left": {
                                      "x": 246,
                                      "y": 167
                                },
                                "width": 162,
                                "height": 17.5
                          },
                          "words": [
                                {
                                      "text": "882",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 247,
                                                  "y": 150
                                            },
                                            "top_right": {
                                                  "x": 272,
                                                  "y": 152
                                            },
                                            "bottom_right": {
                                                  "x": 271,
                                                  "y": 168
                                            },
                                            "bottom_left": {
                                                  "x": 247,
                                                  "y": 167
                                            },
                                            "width": 24.5,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "S.",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 278,
                                                  "y": 152
                                            },
                                            "top_right": {
                                                  "x": 295,
                                                  "y": 153
                                            },
                                            "bottom_right": {
                                                  "x": 294,
                                                  "y": 169
                                            },
                                            "bottom_left": {
                                                  "x": 278,
                                                  "y": 168
                                            },
                                            "width": 16.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "STATE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 302,
                                                  "y": 153
                                            },
                                            "top_right": {
                                                  "x": 340,
                                                  "y": 154
                                            },
                                            "bottom_right": {
                                                  "x": 339,
                                                  "y": 171
                                            },
                                            "bottom_left": {
                                                  "x": 301,
                                                  "y": 169
                                            },
                                            "width": 38,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "ROAD",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 347,
                                                  "y": 155
                                            },
                                            "top_right": {
                                                  "x": 379,
                                                  "y": 155
                                            },
                                            "bottom_right": {
                                                  "x": 378,
                                                  "y": 171
                                            },
                                            "bottom_left": {
                                                  "x": 346,
                                                  "y": 171
                                            },
                                            "width": 32,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "135",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 387,
                                                  "y": 155
                                            },
                                            "top_right": {
                                                  "x": 409,
                                                  "y": 155
                                            },
                                            "bottom_right": {
                                                  "x": 408,
                                                  "y": 171
                                            },
                                            "bottom_left": {
                                                  "x": 386,
                                                  "y": 171
                                            },
                                            "width": 22,
                                            "height": 16
                                      }
                                }
                          ]
                    },
                    {
                          "text": "GREENWOOD IN 46143",
                          "bounds": {
                                "top_left": {
                                      "x": 259,
                                      "y": 165
                                },
                                "top_right": {
                                      "x": 403,
                                      "y": 167
                                },
                                "bottom_right": {
                                      "x": 402,
                                      "y": 184
                                },
                                "bottom_left": {
                                      "x": 258,
                                      "y": 182
                                },
                                "width": 144,
                                "height": 17
                          },
                          "words": [
                                {
                                      "text": "GREENWOOD",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 262,
                                                  "y": 165
                                            },
                                            "top_right": {
                                                  "x": 333,
                                                  "y": 167
                                            },
                                            "bottom_right": {
                                                  "x": 331,
                                                  "y": 183
                                            },
                                            "bottom_left": {
                                                  "x": 261,
                                                  "y": 182
                                            },
                                            "width": 70.5,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "IN",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 341,
                                                  "y": 168
                                            },
                                            "top_right": {
                                                  "x": 355,
                                                  "y": 168
                                            },
                                            "bottom_right": {
                                                  "x": 354,
                                                  "y": 184
                                            },
                                            "bottom_left": {
                                                  "x": 339,
                                                  "y": 184
                                            },
                                            "width": 14.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "46143",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 363,
                                                  "y": 168
                                            },
                                            "top_right": {
                                                  "x": 403,
                                                  "y": 168
                                            },
                                            "bottom_right": {
                                                  "x": 400,
                                                  "y": 185
                                            },
                                            "bottom_left": {
                                                  "x": 361,
                                                  "y": 184
                                            },
                                            "width": 39.5,
                                            "height": 16.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "ST# 05483 OP# 001436 TE# 09 TR# 06976",
                          "bounds": {
                                "top_left": {
                                      "x": 182,
                                      "y": 170
                                },
                                "top_right": {
                                      "x": 473,
                                      "y": 179
                                },
                                "bottom_right": {
                                      "x": 472,
                                      "y": 198
                                },
                                "bottom_left": {
                                      "x": 182,
                                      "y": 193
                                },
                                "width": 290.5,
                                "height": 21
                          },
                          "words": [
                                {
                                      "text": "ST#",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 183,
                                                  "y": 171
                                            },
                                            "top_right": {
                                                  "x": 208,
                                                  "y": 174
                                            },
                                            "bottom_right": {
                                                  "x": 208,
                                                  "y": 189
                                            },
                                            "bottom_left": {
                                                  "x": 182,
                                                  "y": 187
                                            },
                                            "width": 25.5,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "05483",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 214,
                                                  "y": 174
                                            },
                                            "top_right": {
                                                  "x": 255,
                                                  "y": 178
                                            },
                                            "bottom_right": {
                                                  "x": 254,
                                                  "y": 194
                                            },
                                            "bottom_left": {
                                                  "x": 214,
                                                  "y": 190
                                            },
                                            "width": 40.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "OP#",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 261,
                                                  "y": 178
                                            },
                                            "top_right": {
                                                  "x": 286,
                                                  "y": 180
                                            },
                                            "bottom_right": {
                                                  "x": 286,
                                                  "y": 196
                                            },
                                            "bottom_left": {
                                                  "x": 261,
                                                  "y": 194
                                            },
                                            "width": 25,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "001436",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 293,
                                                  "y": 180
                                            },
                                            "top_right": {
                                                  "x": 339,
                                                  "y": 182
                                            },
                                            "bottom_right": {
                                                  "x": 339,
                                                  "y": 198
                                            },
                                            "bottom_left": {
                                                  "x": 292,
                                                  "y": 196
                                            },
                                            "width": 46.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "TE#",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 347,
                                                  "y": 182
                                            },
                                            "top_right": {
                                                  "x": 370,
                                                  "y": 182
                                            },
                                            "bottom_right": {
                                                  "x": 370,
                                                  "y": 198
                                            },
                                            "bottom_left": {
                                                  "x": 347,
                                                  "y": 198
                                            },
                                            "width": 23,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "09",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 376,
                                                  "y": 182
                                            },
                                            "top_right": {
                                                  "x": 393,
                                                  "y": 182
                                            },
                                            "bottom_right": {
                                                  "x": 392,
                                                  "y": 198
                                            },
                                            "bottom_left": {
                                                  "x": 376,
                                                  "y": 198
                                            },
                                            "width": 16.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "TR#",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 401,
                                                  "y": 182
                                            },
                                            "top_right": {
                                                  "x": 424,
                                                  "y": 182
                                            },
                                            "bottom_right": {
                                                  "x": 424,
                                                  "y": 197
                                            },
                                            "bottom_left": {
                                                  "x": 401,
                                                  "y": 198
                                            },
                                            "width": 23,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "06976",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 431,
                                                  "y": 182
                                            },
                                            "top_right": {
                                                  "x": 470,
                                                  "y": 180
                                            },
                                            "bottom_right": {
                                                  "x": 470,
                                                  "y": 194
                                            },
                                            "bottom_left": {
                                                  "x": 430,
                                                  "y": 197
                                            },
                                            "width": 39.5,
                                            "height": 14.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "TATER TOTS",
                          "bounds": {
                                "top_left": {
                                      "x": 183,
                                      "y": 186
                                },
                                "top_right": {
                                      "x": 263,
                                      "y": 192
                                },
                                "bottom_right": {
                                      "x": 262,
                                      "y": 207
                                },
                                "bottom_left": {
                                      "x": 182,
                                      "y": 201
                                },
                                "width": 80,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "TATER",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 184,
                                                  "y": 187
                                            },
                                            "top_right": {
                                                  "x": 222,
                                                  "y": 190
                                            },
                                            "bottom_right": {
                                                  "x": 220,
                                                  "y": 204
                                            },
                                            "bottom_left": {
                                                  "x": 183,
                                                  "y": 201
                                            },
                                            "width": 37.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "TOTS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 232,
                                                  "y": 191
                                            },
                                            "top_right": {
                                                  "x": 262,
                                                  "y": 192
                                            },
                                            "bottom_right": {
                                                  "x": 260,
                                                  "y": 208
                                            },
                                            "bottom_left": {
                                                  "x": 230,
                                                  "y": 205
                                            },
                                            "width": 30,
                                            "height": 15
                                      }
                                }
                          ]
                    },
                    {
                          "text": "001312000026 F 2.96 0",
                          "bounds": {
                                "top_left": {
                                      "x": 282,
                                      "y": 195
                                },
                                "top_right": {
                                      "x": 392,
                                      "y": 196
                                },
                                "bottom_right": {
                                      "x": 392,
                                      "y": 211
                                },
                                "bottom_left": {
                                      "x": 281,
                                      "y": 210
                                },
                                "width": 110.5,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "001312000026",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 284,
                                                  "y": 195
                                            },
                                            "top_right": {
                                                  "x": 376,
                                                  "y": 197
                                            },
                                            "bottom_right": {
                                                  "x": 376,
                                                  "y": 211
                                            },
                                            "bottom_left": {
                                                  "x": 284,
                                                  "y": 211
                                            },
                                            "width": 92,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 384,
                                                  "y": 197
                                            },
                                            "top_right": {
                                                  "x": 392,
                                                  "y": 197
                                            },
                                            "bottom_right": {
                                                  "x": 392,
                                                  "y": 211
                                            },
                                            "bottom_left": {
                                                  "x": 384,
                                                  "y": 211
                                            },
                                            "width": 8,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "HARD/PROV/DC 007874219410 F",
                          "bounds": {
                                "top_left": {
                                      "x": 180,
                                      "y": 200
                                },
                                "top_right": {
                                      "x": 392,
                                      "y": 210
                                },
                                "bottom_right": {
                                      "x": 391,
                                      "y": 225
                                },
                                "bottom_left": {
                                      "x": 180,
                                      "y": 217
                                },
                                "width": 211.5,
                                "height": 16
                          },
                          "words": [
                                {
                                      "text": "HARD/PROV/DC",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 181,
                                                  "y": 201
                                            },
                                            "top_right": {
                                                  "x": 276,
                                                  "y": 207
                                            },
                                            "bottom_right": {
                                                  "x": 275,
                                                  "y": 223
                                            },
                                            "bottom_left": {
                                                  "x": 180,
                                                  "y": 214
                                            },
                                            "width": 95,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "007874219410",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 285,
                                                  "y": 208
                                            },
                                            "top_right": {
                                                  "x": 376,
                                                  "y": 211
                                            },
                                            "bottom_right": {
                                                  "x": 376,
                                                  "y": 224
                                            },
                                            "bottom_left": {
                                                  "x": 284,
                                                  "y": 223
                                            },
                                            "width": 91.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 383,
                                                  "y": 211
                                            },
                                            "top_right": {
                                                  "x": 392,
                                                  "y": 211
                                            },
                                            "bottom_right": {
                                                  "x": 391,
                                                  "y": 224
                                            },
                                            "bottom_left": {
                                                  "x": 383,
                                                  "y": 224
                                            },
                                            "width": 8.5,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "SNACK BARS",
                          "bounds": {
                                "top_left": {
                                      "x": 180,
                                      "y": 214
                                },
                                "top_right": {
                                      "x": 263,
                                      "y": 220
                                },
                                "bottom_right": {
                                      "x": 262,
                                      "y": 234
                                },
                                "bottom_left": {
                                      "x": 179,
                                      "y": 229
                                },
                                "width": 83,
                                "height": 14.5
                          },
                          "words": [
                                {
                                      "text": "SNACK",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 182,
                                                  "y": 215
                                            },
                                            "top_right": {
                                                  "x": 221,
                                                  "y": 218
                                            },
                                            "bottom_right": {
                                                  "x": 219,
                                                  "y": 232
                                            },
                                            "bottom_left": {
                                                  "x": 180,
                                                  "y": 229
                                            },
                                            "width": 39,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "BARS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 230,
                                                  "y": 218
                                            },
                                            "top_right": {
                                                  "x": 262,
                                                  "y": 220
                                            },
                                            "bottom_right": {
                                                  "x": 261,
                                                  "y": 234
                                            },
                                            "bottom_left": {
                                                  "x": 229,
                                                  "y": 233
                                            },
                                            "width": 32,
                                            "height": 14.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "2.68 0",
                          "bounds": {
                                "top_left": {
                                      "x": 429,
                                      "y": 208
                                },
                                "top_right": {
                                      "x": 479,
                                      "y": 209
                                },
                                "bottom_right": {
                                      "x": 479,
                                      "y": 222
                                },
                                "bottom_left": {
                                      "x": 429,
                                      "y": 222
                                },
                                "width": 50,
                                "height": 13.5
                          },
                          "words": [
                                {
                                      "text": "2.68",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 431,
                                                  "y": 209
                                            },
                                            "top_right": {
                                                  "x": 461,
                                                  "y": 209
                                            },
                                            "bottom_right": {
                                                  "x": 461,
                                                  "y": 223
                                            },
                                            "bottom_left": {
                                                  "x": 432,
                                                  "y": 223
                                            },
                                            "width": 29.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "0",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 470,
                                                  "y": 209
                                            },
                                            "top_right": {
                                                  "x": 477,
                                                  "y": 209
                                            },
                                            "bottom_right": {
                                                  "x": 477,
                                                  "y": 223
                                            },
                                            "bottom_left": {
                                                  "x": 469,
                                                  "y": 223
                                            },
                                            "width": 7.5,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "HRI CL CHS 5.88 0",
                          "bounds": {
                                "top_left": {
                                      "x": 180,
                                      "y": 229
                                },
                                "top_right": {
                                      "x": 261,
                                      "y": 234
                                },
                                "bottom_right": {
                                      "x": 260,
                                      "y": 249
                                },
                                "bottom_left": {
                                      "x": 179,
                                      "y": 244
                                },
                                "width": 81,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "HRI",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 181,
                                                  "y": 230
                                            },
                                            "top_right": {
                                                  "x": 207,
                                                  "y": 231
                                            },
                                            "bottom_right": {
                                                  "x": 205,
                                                  "y": 246
                                            },
                                            "bottom_left": {
                                                  "x": 180,
                                                  "y": 244
                                            },
                                            "width": 25.5,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "CL",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 214,
                                                  "y": 232
                                            },
                                            "top_right": {
                                                  "x": 229,
                                                  "y": 233
                                            },
                                            "bottom_right": {
                                                  "x": 227,
                                                  "y": 247
                                            },
                                            "bottom_left": {
                                                  "x": 212,
                                                  "y": 246
                                            },
                                            "width": 15,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "CHS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 237,
                                                  "y": 233
                                            },
                                            "top_right": {
                                                  "x": 261,
                                                  "y": 235
                                            },
                                            "bottom_right": {
                                                  "x": 260,
                                                  "y": 250
                                            },
                                            "bottom_left": {
                                                  "x": 236,
                                                  "y": 248
                                            },
                                            "width": 24,
                                            "height": 15
                                      }
                                }
                          ]
                    },
                    {
                          "text": "002190848816 F 4.98 T",
                          "bounds": {
                                "top_left": {
                                      "x": 282,
                                      "y": 222
                                },
                                "top_right": {
                                      "x": 392,
                                      "y": 223
                                },
                                "bottom_right": {
                                      "x": 392,
                                      "y": 239
                                },
                                "bottom_left": {
                                      "x": 281,
                                      "y": 237
                                },
                                "width": 110.5,
                                "height": 15.5
                          },
                          "words": [
                                {
                                      "text": "002190848816",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 283,
                                                  "y": 222
                                            },
                                            "top_right": {
                                                  "x": 376,
                                                  "y": 224
                                            },
                                            "bottom_right": {
                                                  "x": 375,
                                                  "y": 239
                                            },
                                            "bottom_left": {
                                                  "x": 283,
                                                  "y": 238
                                            },
                                            "width": 92.5,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 383,
                                                  "y": 225
                                            },
                                            "top_right": {
                                                  "x": 391,
                                                  "y": 225
                                            },
                                            "bottom_right": {
                                                  "x": 390,
                                                  "y": 238
                                            },
                                            "bottom_left": {
                                                  "x": 382,
                                                  "y": 238
                                            },
                                            "width": 8,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "HRI CL CHS",
                          "bounds": {
                                "top_left": {
                                      "x": 179,
                                      "y": 243
                                },
                                "top_right": {
                                      "x": 261,
                                      "y": 249
                                },
                                "bottom_right": {
                                      "x": 260,
                                      "y": 263
                                },
                                "bottom_left": {
                                      "x": 178,
                                      "y": 257
                                },
                                "width": 82,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "HRI",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 179,
                                                  "y": 244
                                            },
                                            "top_right": {
                                                  "x": 205,
                                                  "y": 245
                                            },
                                            "bottom_right": {
                                                  "x": 205,
                                                  "y": 259
                                            },
                                            "bottom_left": {
                                                  "x": 179,
                                                  "y": 258
                                            },
                                            "width": 26,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "CL",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 213,
                                                  "y": 246
                                            },
                                            "top_right": {
                                                  "x": 228,
                                                  "y": 247
                                            },
                                            "bottom_right": {
                                                  "x": 227,
                                                  "y": 261
                                            },
                                            "bottom_left": {
                                                  "x": 212,
                                                  "y": 260
                                            },
                                            "width": 15,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "CHS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 236,
                                                  "y": 247
                                            },
                                            "top_right": {
                                                  "x": 260,
                                                  "y": 249
                                            },
                                            "bottom_right": {
                                                  "x": 259,
                                                  "y": 264
                                            },
                                            "bottom_left": {
                                                  "x": 235,
                                                  "y": 262
                                            },
                                            "width": 24,
                                            "height": 15
                                      }
                                }
                          ]
                    },
                    {
                          "text": "003120506000 F",
                          "bounds": {
                                "top_left": {
                                      "x": 283,
                                      "y": 236
                                },
                                "top_right": {
                                      "x": 391,
                                      "y": 237
                                },
                                "bottom_right": {
                                      "x": 391,
                                      "y": 253
                                },
                                "bottom_left": {
                                      "x": 283,
                                      "y": 252
                                },
                                "width": 108,
                                "height": 16
                          },
                          "words": [
                                {
                                      "text": "003120506000",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 284,
                                                  "y": 236
                                            },
                                            "top_right": {
                                                  "x": 376,
                                                  "y": 239
                                            },
                                            "bottom_right": {
                                                  "x": 375,
                                                  "y": 253
                                            },
                                            "bottom_left": {
                                                  "x": 283,
                                                  "y": 253
                                            },
                                            "width": 92,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 383,
                                                  "y": 239
                                            },
                                            "top_right": {
                                                  "x": 392,
                                                  "y": 239
                                            },
                                            "bottom_right": {
                                                  "x": 392,
                                                  "y": 252
                                            },
                                            "bottom_left": {
                                                  "x": 383,
                                                  "y": 253
                                            },
                                            "width": 9,
                                            "height": 13.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "003120506000 F 6.88 0",
                          "bounds": {
                                "top_left": {
                                      "x": 283,
                                      "y": 251
                                },
                                "top_right": {
                                      "x": 392,
                                      "y": 252
                                },
                                "bottom_right": {
                                      "x": 392,
                                      "y": 266
                                },
                                "bottom_left": {
                                      "x": 283,
                                      "y": 265
                                },
                                "width": 109,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "003120506000",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 284,
                                                  "y": 251
                                            },
                                            "top_right": {
                                                  "x": 375,
                                                  "y": 253
                                            },
                                            "bottom_right": {
                                                  "x": 375,
                                                  "y": 267
                                            },
                                            "bottom_left": {
                                                  "x": 283,
                                                  "y": 266
                                            },
                                            "width": 91.5,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 383,
                                                  "y": 253
                                            },
                                            "top_right": {
                                                  "x": 390,
                                                  "y": 253
                                            },
                                            "bottom_right": {
                                                  "x": 389,
                                                  "y": 267
                                            },
                                            "bottom_left": {
                                                  "x": 382,
                                                  "y": 267
                                            },
                                            "width": 7,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "** VOIDED ENTRY ##",
                          "bounds": {
                                "top_left": {
                                      "x": 183,
                                      "y": 258
                                },
                                "top_right": {
                                      "x": 330,
                                      "y": 267
                                },
                                "bottom_right": {
                                      "x": 329,
                                      "y": 281
                                },
                                "bottom_left": {
                                      "x": 183,
                                      "y": 272
                                },
                                "width": 146.5,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "**",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 187,
                                                  "y": 259
                                            },
                                            "top_right": {
                                                  "x": 204,
                                                  "y": 260
                                            },
                                            "bottom_right": {
                                                  "x": 204,
                                                  "y": 274
                                            },
                                            "bottom_left": {
                                                  "x": 187,
                                                  "y": 272
                                            },
                                            "width": 17,
                                            "height": 13.5
                                      }
                                },
                                {
                                      "text": "VOIDED",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 212,
                                                  "y": 260
                                            },
                                            "top_right": {
                                                  "x": 260,
                                                  "y": 263
                                            },
                                            "bottom_right": {
                                                  "x": 260,
                                                  "y": 278
                                            },
                                            "bottom_left": {
                                                  "x": 211,
                                                  "y": 274
                                            },
                                            "width": 48.5,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "ENTRY",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 268,
                                                  "y": 264
                                            },
                                            "top_right": {
                                                  "x": 307,
                                                  "y": 266
                                            },
                                            "bottom_right": {
                                                  "x": 306,
                                                  "y": 280
                                            },
                                            "bottom_left": {
                                                  "x": 267,
                                                  "y": 278
                                            },
                                            "width": 39,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "##",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 314,
                                                  "y": 266
                                            },
                                            "top_right": {
                                                  "x": 329,
                                                  "y": 267
                                            },
                                            "bottom_right": {
                                                  "x": 328,
                                                  "y": 281
                                            },
                                            "bottom_left": {
                                                  "x": 313,
                                                  "y": 281
                                            },
                                            "width": 15,
                                            "height": 14.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "HRI CL CHS 5.88-0",
                          "bounds": {
                                "top_left": {
                                      "x": 179,
                                      "y": 272
                                },
                                "top_right": {
                                      "x": 261,
                                      "y": 276
                                },
                                "bottom_right": {
                                      "x": 260,
                                      "y": 291
                                },
                                "bottom_left": {
                                      "x": 178,
                                      "y": 286
                                },
                                "width": 82,
                                "height": 14.5
                          },
                          "words": [
                                {
                                      "text": "HRI",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 179,
                                                  "y": 272
                                            },
                                            "top_right": {
                                                  "x": 205,
                                                  "y": 274
                                            },
                                            "bottom_right": {
                                                  "x": 204,
                                                  "y": 288
                                            },
                                            "bottom_left": {
                                                  "x": 179,
                                                  "y": 286
                                            },
                                            "width": 25.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "CL",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 211,
                                                  "y": 274
                                            },
                                            "top_right": {
                                                  "x": 226,
                                                  "y": 275
                                            },
                                            "bottom_right": {
                                                  "x": 225,
                                                  "y": 290
                                            },
                                            "bottom_left": {
                                                  "x": 211,
                                                  "y": 289
                                            },
                                            "width": 14.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "CHS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 236,
                                                  "y": 275
                                            },
                                            "top_right": {
                                                  "x": 260,
                                                  "y": 277
                                            },
                                            "bottom_right": {
                                                  "x": 258,
                                                  "y": 291
                                            },
                                            "bottom_left": {
                                                  "x": 235,
                                                  "y": 290
                                            },
                                            "width": 23.5,
                                            "height": 14.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "003120506000 F",
                          "bounds": {
                                "top_left": {
                                      "x": 280,
                                      "y": 279
                                },
                                "top_right": {
                                      "x": 390,
                                      "y": 279
                                },
                                "bottom_right": {
                                      "x": 390,
                                      "y": 294
                                },
                                "bottom_left": {
                                      "x": 280,
                                      "y": 294
                                },
                                "width": 110,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "003120506000",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 282,
                                                  "y": 279
                                            },
                                            "top_right": {
                                                  "x": 374,
                                                  "y": 281
                                            },
                                            "bottom_right": {
                                                  "x": 373,
                                                  "y": 294
                                            },
                                            "bottom_left": {
                                                  "x": 282,
                                                  "y": 294
                                            },
                                            "width": 91.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 382,
                                                  "y": 281
                                            },
                                            "top_right": {
                                                  "x": 389,
                                                  "y": 281
                                            },
                                            "bottom_right": {
                                                  "x": 388,
                                                  "y": 293
                                            },
                                            "bottom_left": {
                                                  "x": 381,
                                                  "y": 293
                                            },
                                            "width": 7,
                                            "height": 12
                                      }
                                }
                          ]
                    },
                    {
                          "text": "HRI 12 U SG 003120535000 F",
                          "bounds": {
                                "top_left": {
                                      "x": 178,
                                      "y": 285
                                },
                                "top_right": {
                                      "x": 391,
                                      "y": 294
                                },
                                "bottom_right": {
                                      "x": 390,
                                      "y": 309
                                },
                                "bottom_left": {
                                      "x": 177,
                                      "y": 302
                                },
                                "width": 213,
                                "height": 16
                          },
                          "words": [
                                {
                                      "text": "HRI",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 179,
                                                  "y": 285
                                            },
                                            "top_right": {
                                                  "x": 205,
                                                  "y": 287
                                            },
                                            "bottom_right": {
                                                  "x": 204,
                                                  "y": 302
                                            },
                                            "bottom_left": {
                                                  "x": 177,
                                                  "y": 300
                                            },
                                            "width": 26.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "12",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 213,
                                                  "y": 288
                                            },
                                            "top_right": {
                                                  "x": 228,
                                                  "y": 289
                                            },
                                            "bottom_right": {
                                                  "x": 227,
                                                  "y": 304
                                            },
                                            "bottom_left": {
                                                  "x": 212,
                                                  "y": 303
                                            },
                                            "width": 15,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "U",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 243,
                                                  "y": 290
                                            },
                                            "top_right": {
                                                  "x": 251,
                                                  "y": 290
                                            },
                                            "bottom_right": {
                                                  "x": 250,
                                                  "y": 306
                                            },
                                            "bottom_left": {
                                                  "x": 242,
                                                  "y": 305
                                            },
                                            "width": 8,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "SG",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 259,
                                                  "y": 291
                                            },
                                            "top_right": {
                                                  "x": 274,
                                                  "y": 292
                                            },
                                            "bottom_right": {
                                                  "x": 273,
                                                  "y": 307
                                            },
                                            "bottom_left": {
                                                  "x": 258,
                                                  "y": 306
                                            },
                                            "width": 15,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "003120535000",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 282,
                                                  "y": 292
                                            },
                                            "top_right": {
                                                  "x": 374,
                                                  "y": 294
                                            },
                                            "bottom_right": {
                                                  "x": 373,
                                                  "y": 309
                                            },
                                            "bottom_left": {
                                                  "x": 281,
                                                  "y": 307
                                            },
                                            "width": 92,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 381,
                                                  "y": 295
                                            },
                                            "top_right": {
                                                  "x": 389,
                                                  "y": 295
                                            },
                                            "bottom_right": {
                                                  "x": 388,
                                                  "y": 308
                                            },
                                            "bottom_left": {
                                                  "x": 380,
                                                  "y": 308
                                            },
                                            "width": 8,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "HRI CL PEP",
                          "bounds": {
                                "top_left": {
                                      "x": 176,
                                      "y": 299
                                },
                                "top_right": {
                                      "x": 259,
                                      "y": 305
                                },
                                "bottom_right": {
                                      "x": 258,
                                      "y": 319
                                },
                                "bottom_left": {
                                      "x": 175,
                                      "y": 314
                                },
                                "width": 83,
                                "height": 14.5
                          },
                          "words": [
                                {
                                      "text": "HRI",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 178,
                                                  "y": 300
                                            },
                                            "top_right": {
                                                  "x": 203,
                                                  "y": 302
                                            },
                                            "bottom_right": {
                                                  "x": 203,
                                                  "y": 316
                                            },
                                            "bottom_left": {
                                                  "x": 178,
                                                  "y": 315
                                            },
                                            "width": 25,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "CL",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 211,
                                                  "y": 303
                                            },
                                            "top_right": {
                                                  "x": 226,
                                                  "y": 304
                                            },
                                            "bottom_right": {
                                                  "x": 225,
                                                  "y": 318
                                            },
                                            "bottom_left": {
                                                  "x": 210,
                                                  "y": 317
                                            },
                                            "width": 15,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "PEP",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 236,
                                                  "y": 305
                                            },
                                            "top_right": {
                                                  "x": 258,
                                                  "y": 306
                                            },
                                            "bottom_right": {
                                                  "x": 257,
                                                  "y": 319
                                            },
                                            "bottom_left": {
                                                  "x": 235,
                                                  "y": 318
                                            },
                                            "width": 22,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "5.88 0",
                          "bounds": {
                                "top_left": {
                                      "x": 427,
                                      "y": 294
                                },
                                "top_right": {
                                      "x": 475,
                                      "y": 294
                                },
                                "bottom_right": {
                                      "x": 475,
                                      "y": 307
                                },
                                "bottom_left": {
                                      "x": 427,
                                      "y": 307
                                },
                                "width": 48,
                                "height": 13
                          },
                          "words": [
                                {
                                      "text": "5.88",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 427,
                                                  "y": 294
                                            },
                                            "top_right": {
                                                  "x": 458,
                                                  "y": 294
                                            },
                                            "bottom_right": {
                                                  "x": 458,
                                                  "y": 308
                                            },
                                            "bottom_left": {
                                                  "x": 427,
                                                  "y": 308
                                            },
                                            "width": 31,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "0",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 467,
                                                  "y": 295
                                            },
                                            "top_right": {
                                                  "x": 474,
                                                  "y": 295
                                            },
                                            "bottom_right": {
                                                  "x": 474,
                                                  "y": 307
                                            },
                                            "bottom_left": {
                                                  "x": 467,
                                                  "y": 308
                                            },
                                            "width": 7,
                                            "height": 12.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "EARBUDS 068113100946 4.88 X",
                          "bounds": {
                                "top_left": {
                                      "x": 177,
                                      "y": 315
                                },
                                "top_right": {
                                      "x": 240,
                                      "y": 317
                                },
                                "bottom_right": {
                                      "x": 239,
                                      "y": 332
                                },
                                "bottom_left": {
                                      "x": 177,
                                      "y": 329
                                },
                                "width": 62.5,
                                "height": 14.5
                          },
                          "words": [
                                {
                                      "text": "EARBUDS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 179,
                                                  "y": 315
                                            },
                                            "top_right": {
                                                  "x": 235,
                                                  "y": 319
                                            },
                                            "bottom_right": {
                                                  "x": 234,
                                                  "y": 332
                                            },
                                            "bottom_left": {
                                                  "x": 177,
                                                  "y": 330
                                            },
                                            "width": 56.5,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "003120507000 F 5.88 0",
                          "bounds": {
                                "top_left": {
                                      "x": 280,
                                      "y": 306
                                },
                                "top_right": {
                                      "x": 390,
                                      "y": 307
                                },
                                "bottom_right": {
                                      "x": 390,
                                      "y": 322
                                },
                                "bottom_left": {
                                      "x": 280,
                                      "y": 322
                                },
                                "width": 110,
                                "height": 15.5
                          },
                          "words": [
                                {
                                      "text": "003120507000",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 282,
                                                  "y": 307
                                            },
                                            "top_right": {
                                                  "x": 373,
                                                  "y": 308
                                            },
                                            "bottom_right": {
                                                  "x": 373,
                                                  "y": 323
                                            },
                                            "bottom_left": {
                                                  "x": 280,
                                                  "y": 322
                                            },
                                            "width": 92,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 381,
                                                  "y": 308
                                            },
                                            "top_right": {
                                                  "x": 388,
                                                  "y": 309
                                            },
                                            "bottom_right": {
                                                  "x": 388,
                                                  "y": 322
                                            },
                                            "bottom_left": {
                                                  "x": 381,
                                                  "y": 322
                                            },
                                            "width": 7,
                                            "height": 13.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "SC BCN CHDDR 007874202906 F",
                          "bounds": {
                                "top_left": {
                                      "x": 176,
                                      "y": 329
                                },
                                "top_right": {
                                      "x": 389,
                                      "y": 336
                                },
                                "bottom_right": {
                                      "x": 389,
                                      "y": 351
                                },
                                "bottom_left": {
                                      "x": 176,
                                      "y": 345
                                },
                                "width": 213,
                                "height": 15.5
                          },
                          "words": [
                                {
                                      "text": "SC",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 178,
                                                  "y": 329
                                            },
                                            "top_right": {
                                                  "x": 194,
                                                  "y": 330
                                            },
                                            "bottom_right": {
                                                  "x": 193,
                                                  "y": 345
                                            },
                                            "bottom_left": {
                                                  "x": 177,
                                                  "y": 343
                                            },
                                            "width": 16,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "BCN",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 203,
                                                  "y": 331
                                            },
                                            "top_right": {
                                                  "x": 225,
                                                  "y": 332
                                            },
                                            "bottom_right": {
                                                  "x": 224,
                                                  "y": 347
                                            },
                                            "bottom_left": {
                                                  "x": 202,
                                                  "y": 345
                                            },
                                            "width": 22,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "CHDDR",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 234,
                                                  "y": 333
                                            },
                                            "top_right": {
                                                  "x": 273,
                                                  "y": 334
                                            },
                                            "bottom_right": {
                                                  "x": 272,
                                                  "y": 349
                                            },
                                            "bottom_left": {
                                                  "x": 233,
                                                  "y": 347
                                            },
                                            "width": 39,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "007874202906",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 281,
                                                  "y": 335
                                            },
                                            "top_right": {
                                                  "x": 372,
                                                  "y": 337
                                            },
                                            "bottom_right": {
                                                  "x": 372,
                                                  "y": 351
                                            },
                                            "bottom_left": {
                                                  "x": 280,
                                                  "y": 349
                                            },
                                            "width": 91.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 380,
                                                  "y": 337
                                            },
                                            "top_right": {
                                                  "x": 387,
                                                  "y": 337
                                            },
                                            "bottom_right": {
                                                  "x": 387,
                                                  "y": 351
                                            },
                                            "bottom_left": {
                                                  "x": 379,
                                                  "y": 351
                                            },
                                            "width": 7.5,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "ABF THINBRST 022451710972 F",
                          "bounds": {
                                "top_left": {
                                      "x": 177,
                                      "y": 343
                                },
                                "top_right": {
                                      "x": 390,
                                      "y": 350
                                },
                                "bottom_right": {
                                      "x": 390,
                                      "y": 365
                                },
                                "bottom_left": {
                                      "x": 176,
                                      "y": 359
                                },
                                "width": 213.5,
                                "height": 15.5
                          },
                          "words": [
                                {
                                      "text": "ABF",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 177,
                                                  "y": 343
                                            },
                                            "top_right": {
                                                  "x": 201,
                                                  "y": 345
                                            },
                                            "bottom_right": {
                                                  "x": 201,
                                                  "y": 360
                                            },
                                            "bottom_left": {
                                                  "x": 177,
                                                  "y": 358
                                            },
                                            "width": 24,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "THINBRST",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 211,
                                                  "y": 345
                                            },
                                            "top_right": {
                                                  "x": 274,
                                                  "y": 348
                                            },
                                            "bottom_right": {
                                                  "x": 273,
                                                  "y": 363
                                            },
                                            "bottom_left": {
                                                  "x": 211,
                                                  "y": 360
                                            },
                                            "width": 62.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "022451710972",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 281,
                                                  "y": 348
                                            },
                                            "top_right": {
                                                  "x": 373,
                                                  "y": 350
                                            },
                                            "bottom_right": {
                                                  "x": 373,
                                                  "y": 365
                                            },
                                            "bottom_left": {
                                                  "x": 280,
                                                  "y": 363
                                            },
                                            "width": 92.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 380,
                                                  "y": 350
                                            },
                                            "top_right": {
                                                  "x": 387,
                                                  "y": 350
                                            },
                                            "bottom_right": {
                                                  "x": 387,
                                                  "y": 365
                                            },
                                            "bottom_left": {
                                                  "x": 379,
                                                  "y": 365
                                            },
                                            "width": 7.5,
                                            "height": 15
                                      }
                                }
                          ]
                    },
                    {
                          "text": "6.98 0",
                          "bounds": {
                                "top_left": {
                                      "x": 424,
                                      "y": 336
                                },
                                "top_right": {
                                      "x": 475,
                                      "y": 337
                                },
                                "bottom_right": {
                                      "x": 475,
                                      "y": 351
                                },
                                "bottom_left": {
                                      "x": 424,
                                      "y": 350
                                },
                                "width": 51,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "6.98",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 426,
                                                  "y": 337
                                            },
                                            "top_right": {
                                                  "x": 457,
                                                  "y": 338
                                            },
                                            "bottom_right": {
                                                  "x": 456,
                                                  "y": 350
                                            },
                                            "bottom_left": {
                                                  "x": 426,
                                                  "y": 351
                                            },
                                            "width": 30.5,
                                            "height": 13
                                      }
                                },
                                {
                                      "text": "0",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 466,
                                                  "y": 339
                                            },
                                            "top_right": {
                                                  "x": 473,
                                                  "y": 339
                                            },
                                            "bottom_right": {
                                                  "x": 472,
                                                  "y": 350
                                            },
                                            "bottom_left": {
                                                  "x": 465,
                                                  "y": 350
                                            },
                                            "width": 7,
                                            "height": 11
                                      }
                                }
                          ]
                    },
                    {
                          "text": "HARD/PROV/DC 007874219410 F",
                          "bounds": {
                                "top_left": {
                                      "x": 177,
                                      "y": 358
                                },
                                "top_right": {
                                      "x": 390,
                                      "y": 364
                                },
                                "bottom_right": {
                                      "x": 389,
                                      "y": 379
                                },
                                "bottom_left": {
                                      "x": 176,
                                      "y": 374
                                },
                                "width": 213,
                                "height": 15.5
                          },
                          "words": [
                                {
                                      "text": "HARD/PROV/DC",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 177,
                                                  "y": 358
                                            },
                                            "top_right": {
                                                  "x": 272,
                                                  "y": 362
                                            },
                                            "bottom_right": {
                                                  "x": 272,
                                                  "y": 377
                                            },
                                            "bottom_left": {
                                                  "x": 177,
                                                  "y": 373
                                            },
                                            "width": 95,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "007874219410",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 281,
                                                  "y": 362
                                            },
                                            "top_right": {
                                                  "x": 372,
                                                  "y": 365
                                            },
                                            "bottom_right": {
                                                  "x": 372,
                                                  "y": 379
                                            },
                                            "bottom_left": {
                                                  "x": 280,
                                                  "y": 377
                                            },
                                            "width": 91.5,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 379,
                                                  "y": 365
                                            },
                                            "top_right": {
                                                  "x": 387,
                                                  "y": 365
                                            },
                                            "bottom_right": {
                                                  "x": 387,
                                                  "y": 379
                                            },
                                            "bottom_left": {
                                                  "x": 379,
                                                  "y": 379
                                            },
                                            "width": 8,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "9.72 0",
                          "bounds": {
                                "top_left": {
                                      "x": 424,
                                      "y": 351
                                },
                                "top_right": {
                                      "x": 474,
                                      "y": 351
                                },
                                "bottom_right": {
                                      "x": 473,
                                      "y": 365
                                },
                                "bottom_left": {
                                      "x": 424,
                                      "y": 365
                                },
                                "width": 49.5,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "9.72",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 426,
                                                  "y": 352
                                            },
                                            "top_right": {
                                                  "x": 457,
                                                  "y": 352
                                            },
                                            "bottom_right": {
                                                  "x": 457,
                                                  "y": 365
                                            },
                                            "bottom_left": {
                                                  "x": 427,
                                                  "y": 365
                                            },
                                            "width": 30.5,
                                            "height": 13
                                      }
                                },
                                {
                                      "text": "0",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 465,
                                                  "y": 352
                                            },
                                            "top_right": {
                                                  "x": 472,
                                                  "y": 353
                                            },
                                            "bottom_right": {
                                                  "x": 472,
                                                  "y": 365
                                            },
                                            "bottom_left": {
                                                  "x": 465,
                                                  "y": 365
                                            },
                                            "width": 7,
                                            "height": 12.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "DV RSE OIL M 001111101220",
                          "bounds": {
                                "top_left": {
                                      "x": 175,
                                      "y": 372
                                },
                                "top_right": {
                                      "x": 373,
                                      "y": 379
                                },
                                "bottom_right": {
                                      "x": 372,
                                      "y": 394
                                },
                                "bottom_left": {
                                      "x": 175,
                                      "y": 388
                                },
                                "width": 197.5,
                                "height": 15.5
                          },
                          "words": [
                                {
                                      "text": "DV",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 178,
                                                  "y": 373
                                            },
                                            "top_right": {
                                                  "x": 193,
                                                  "y": 374
                                            },
                                            "bottom_right": {
                                                  "x": 192,
                                                  "y": 388
                                            },
                                            "bottom_left": {
                                                  "x": 176,
                                                  "y": 387
                                            },
                                            "width": 15.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "RSE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 201,
                                                  "y": 374
                                            },
                                            "top_right": {
                                                  "x": 225,
                                                  "y": 375
                                            },
                                            "bottom_right": {
                                                  "x": 224,
                                                  "y": 390
                                            },
                                            "bottom_left": {
                                                  "x": 200,
                                                  "y": 388
                                            },
                                            "width": 24,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "OIL",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 233,
                                                  "y": 375
                                            },
                                            "top_right": {
                                                  "x": 256,
                                                  "y": 376
                                            },
                                            "bottom_right": {
                                                  "x": 255,
                                                  "y": 391
                                            },
                                            "bottom_left": {
                                                  "x": 232,
                                                  "y": 390
                                            },
                                            "width": 23,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "M",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 265,
                                                  "y": 376
                                            },
                                            "top_right": {
                                                  "x": 272,
                                                  "y": 376
                                            },
                                            "bottom_right": {
                                                  "x": 271,
                                                  "y": 392
                                            },
                                            "bottom_left": {
                                                  "x": 264,
                                                  "y": 391
                                            },
                                            "width": 7,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "001111101220",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 280,
                                                  "y": 376
                                            },
                                            "top_right": {
                                                  "x": 372,
                                                  "y": 379
                                            },
                                            "bottom_right": {
                                                  "x": 371,
                                                  "y": 394
                                            },
                                            "bottom_left": {
                                                  "x": 279,
                                                  "y": 392
                                            },
                                            "width": 92,
                                            "height": 15.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "2.68 0",
                          "bounds": {
                                "top_left": {
                                      "x": 423,
                                      "y": 365
                                },
                                "top_right": {
                                      "x": 473,
                                      "y": 367
                                },
                                "bottom_right": {
                                      "x": 473,
                                      "y": 381
                                },
                                "bottom_left": {
                                      "x": 423,
                                      "y": 379
                                },
                                "width": 50,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "2.68",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 426,
                                                  "y": 366
                                            },
                                            "top_right": {
                                                  "x": 456,
                                                  "y": 367
                                            },
                                            "bottom_right": {
                                                  "x": 456,
                                                  "y": 380
                                            },
                                            "bottom_left": {
                                                  "x": 426,
                                                  "y": 380
                                            },
                                            "width": 30,
                                            "height": 13.5
                                      }
                                },
                                {
                                      "text": "0",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 465,
                                                  "y": 368
                                            },
                                            "top_right": {
                                                  "x": 471,
                                                  "y": 368
                                            },
                                            "bottom_right": {
                                                  "x": 471,
                                                  "y": 380
                                            },
                                            "bottom_left": {
                                                  "x": 464,
                                                  "y": 380
                                            },
                                            "width": 6.5,
                                            "height": 12
                                      }
                                }
                          ]
                    },
                    {
                          "text": "APPLE 3 BAG 084747300184 F",
                          "bounds": {
                                "top_left": {
                                      "x": 175,
                                      "y": 386
                                },
                                "top_right": {
                                      "x": 387,
                                      "y": 393
                                },
                                "bottom_right": {
                                      "x": 386,
                                      "y": 408
                                },
                                "bottom_left": {
                                      "x": 175,
                                      "y": 401
                                },
                                "width": 211.5,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "APPLE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 177,
                                                  "y": 387
                                            },
                                            "top_right": {
                                                  "x": 216,
                                                  "y": 388
                                            },
                                            "bottom_right": {
                                                  "x": 215,
                                                  "y": 403
                                            },
                                            "bottom_left": {
                                                  "x": 176,
                                                  "y": 402
                                            },
                                            "width": 39,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "3",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 226,
                                                  "y": 389
                                            },
                                            "top_right": {
                                                  "x": 233,
                                                  "y": 389
                                            },
                                            "bottom_right": {
                                                  "x": 232,
                                                  "y": 404
                                            },
                                            "bottom_left": {
                                                  "x": 225,
                                                  "y": 403
                                            },
                                            "width": 7,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "BAG",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 249,
                                                  "y": 390
                                            },
                                            "top_right": {
                                                  "x": 272,
                                                  "y": 391
                                            },
                                            "bottom_right": {
                                                  "x": 271,
                                                  "y": 405
                                            },
                                            "bottom_left": {
                                                  "x": 248,
                                                  "y": 404
                                            },
                                            "width": 23,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "084747300184",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 280,
                                                  "y": 391
                                            },
                                            "top_right": {
                                                  "x": 371,
                                                  "y": 393
                                            },
                                            "bottom_right": {
                                                  "x": 370,
                                                  "y": 407
                                            },
                                            "bottom_left": {
                                                  "x": 279,
                                                  "y": 405
                                            },
                                            "width": 91,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 378,
                                                  "y": 394
                                            },
                                            "top_right": {
                                                  "x": 386,
                                                  "y": 394
                                            },
                                            "bottom_right": {
                                                  "x": 385,
                                                  "y": 407
                                            },
                                            "bottom_left": {
                                                  "x": 377,
                                                  "y": 407
                                            },
                                            "width": 8,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "5.94 X",
                          "bounds": {
                                "top_left": {
                                      "x": 421,
                                      "y": 379
                                },
                                "top_right": {
                                      "x": 474,
                                      "y": 380
                                },
                                "bottom_right": {
                                      "x": 473,
                                      "y": 394
                                },
                                "bottom_left": {
                                      "x": 421,
                                      "y": 393
                                },
                                "width": 52.5,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "5.94",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 425,
                                                  "y": 380
                                            },
                                            "top_right": {
                                                  "x": 457,
                                                  "y": 381
                                            },
                                            "bottom_right": {
                                                  "x": 456,
                                                  "y": 393
                                            },
                                            "bottom_left": {
                                                  "x": 425,
                                                  "y": 393
                                            },
                                            "width": 31.5,
                                            "height": 12.5
                                      }
                                },
                                {
                                      "text": "X",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 465,
                                                  "y": 381
                                            },
                                            "top_right": {
                                                  "x": 471,
                                                  "y": 381
                                            },
                                            "bottom_right": {
                                                  "x": 471,
                                                  "y": 394
                                            },
                                            "bottom_left": {
                                                  "x": 464,
                                                  "y": 393
                                            },
                                            "width": 6.5,
                                            "height": 12.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "STOK LT SWT 004127102774 F",
                          "bounds": {
                                "top_left": {
                                      "x": 175,
                                      "y": 400
                                },
                                "top_right": {
                                      "x": 386,
                                      "y": 406
                                },
                                "bottom_right": {
                                      "x": 386,
                                      "y": 421
                                },
                                "bottom_left": {
                                      "x": 174,
                                      "y": 415
                                },
                                "width": 211.5,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "STOK",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 176,
                                                  "y": 401
                                            },
                                            "top_right": {
                                                  "x": 208,
                                                  "y": 402
                                            },
                                            "bottom_right": {
                                                  "x": 207,
                                                  "y": 416
                                            },
                                            "bottom_left": {
                                                  "x": 176,
                                                  "y": 415
                                            },
                                            "width": 31.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "LT",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 216,
                                                  "y": 402
                                            },
                                            "top_right": {
                                                  "x": 234,
                                                  "y": 403
                                            },
                                            "bottom_right": {
                                                  "x": 233,
                                                  "y": 417
                                            },
                                            "bottom_left": {
                                                  "x": 215,
                                                  "y": 417
                                            },
                                            "width": 18,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "SWT",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 241,
                                                  "y": 403
                                            },
                                            "top_right": {
                                                  "x": 264,
                                                  "y": 404
                                            },
                                            "bottom_right": {
                                                  "x": 264,
                                                  "y": 418
                                            },
                                            "bottom_left": {
                                                  "x": 240,
                                                  "y": 417
                                            },
                                            "width": 23.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "004127102774",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 279,
                                                  "y": 404
                                            },
                                            "top_right": {
                                                  "x": 371,
                                                  "y": 406
                                            },
                                            "bottom_right": {
                                                  "x": 371,
                                                  "y": 421
                                            },
                                            "bottom_left": {
                                                  "x": 279,
                                                  "y": 419
                                            },
                                            "width": 92,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 378,
                                                  "y": 406
                                            },
                                            "top_right": {
                                                  "x": 386,
                                                  "y": 406
                                            },
                                            "bottom_right": {
                                                  "x": 386,
                                                  "y": 421
                                            },
                                            "bottom_left": {
                                                  "x": 378,
                                                  "y": 421
                                            },
                                            "width": 8,
                                            "height": 15
                                      }
                                }
                          ]
                    },
                    {
                          "text": "6.47 N",
                          "bounds": {
                                "top_left": {
                                      "x": 421,
                                      "y": 393
                                },
                                "top_right": {
                                      "x": 474,
                                      "y": 394
                                },
                                "bottom_right": {
                                      "x": 474,
                                      "y": 409
                                },
                                "bottom_left": {
                                      "x": 421,
                                      "y": 407
                                },
                                "width": 53,
                                "height": 14.5
                          },
                          "words": [
                                {
                                      "text": "6.47",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 425,
                                                  "y": 394
                                            },
                                            "top_right": {
                                                  "x": 456,
                                                  "y": 395
                                            },
                                            "bottom_right": {
                                                  "x": 456,
                                                  "y": 409
                                            },
                                            "bottom_left": {
                                                  "x": 425,
                                                  "y": 408
                                            },
                                            "width": 31,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "N",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 463,
                                                  "y": 395
                                            },
                                            "top_right": {
                                                  "x": 470,
                                                  "y": 395
                                            },
                                            "bottom_right": {
                                                  "x": 470,
                                                  "y": 409
                                            },
                                            "bottom_left": {
                                                  "x": 463,
                                                  "y": 409
                                            },
                                            "width": 7,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "PEANUT BUTTR 005160025499 F",
                          "bounds": {
                                "top_left": {
                                      "x": 174,
                                      "y": 414
                                },
                                "top_right": {
                                      "x": 386,
                                      "y": 420
                                },
                                "bottom_right": {
                                      "x": 386,
                                      "y": 435
                                },
                                "bottom_left": {
                                      "x": 174,
                                      "y": 430
                                },
                                "width": 212,
                                "height": 15.5
                          },
                          "words": [
                                {
                                      "text": "PEANUT",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 176,
                                                  "y": 415
                                            },
                                            "top_right": {
                                                  "x": 226,
                                                  "y": 417
                                            },
                                            "bottom_right": {
                                                  "x": 225,
                                                  "y": 432
                                            },
                                            "bottom_left": {
                                                  "x": 175,
                                                  "y": 429
                                            },
                                            "width": 50,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "BUTTR",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 233,
                                                  "y": 417
                                            },
                                            "top_right": {
                                                  "x": 270,
                                                  "y": 418
                                            },
                                            "bottom_right": {
                                                  "x": 270,
                                                  "y": 433
                                            },
                                            "bottom_left": {
                                                  "x": 232,
                                                  "y": 432
                                            },
                                            "width": 37.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "005160025499",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 279,
                                                  "y": 418
                                            },
                                            "top_right": {
                                                  "x": 371,
                                                  "y": 421
                                            },
                                            "bottom_right": {
                                                  "x": 371,
                                                  "y": 434
                                            },
                                            "bottom_left": {
                                                  "x": 278,
                                                  "y": 433
                                            },
                                            "width": 92.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 378,
                                                  "y": 421
                                            },
                                            "top_right": {
                                                  "x": 386,
                                                  "y": 421
                                            },
                                            "bottom_right": {
                                                  "x": 385,
                                                  "y": 434
                                            },
                                            "bottom_left": {
                                                  "x": 378,
                                                  "y": 434
                                            },
                                            "width": 7.5,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "4.42 T",
                          "bounds": {
                                "top_left": {
                                      "x": 421,
                                      "y": 407
                                },
                                "top_right": {
                                      "x": 472,
                                      "y": 408
                                },
                                "bottom_right": {
                                      "x": 472,
                                      "y": 421
                                },
                                "bottom_left": {
                                      "x": 421,
                                      "y": 421
                                },
                                "width": 51,
                                "height": 13.5
                          },
                          "words": [
                                {
                                      "text": "4.42",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 424,
                                                  "y": 408
                                            },
                                            "top_right": {
                                                  "x": 455,
                                                  "y": 409
                                            },
                                            "bottom_right": {
                                                  "x": 454,
                                                  "y": 422
                                            },
                                            "bottom_left": {
                                                  "x": 424,
                                                  "y": 421
                                            },
                                            "width": 30.5,
                                            "height": 13
                                      }
                                },
                                {
                                      "text": "T",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 464,
                                                  "y": 409
                                            },
                                            "top_right": {
                                                  "x": 470,
                                                  "y": 409
                                            },
                                            "bottom_right": {
                                                  "x": 470,
                                                  "y": 422
                                            },
                                            "bottom_left": {
                                                  "x": 463,
                                                  "y": 422
                                            },
                                            "width": 6.5,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "AVO VERDE 2.98 N 061611206143 F",
                          "bounds": {
                                "top_left": {
                                      "x": 174,
                                      "y": 430
                                },
                                "top_right": {
                                      "x": 248,
                                      "y": 431
                                },
                                "bottom_right": {
                                      "x": 248,
                                      "y": 446
                                },
                                "bottom_left": {
                                      "x": 174,
                                      "y": 444
                                },
                                "width": 74,
                                "height": 14.5
                          },
                          "words": [
                                {
                                      "text": "AVO",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 176,
                                                  "y": 430
                                            },
                                            "top_right": {
                                                  "x": 199,
                                                  "y": 431
                                            },
                                            "bottom_right": {
                                                  "x": 199,
                                                  "y": 445
                                            },
                                            "bottom_left": {
                                                  "x": 175,
                                                  "y": 445
                                            },
                                            "width": 23.5,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "VERDE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 208,
                                                  "y": 431
                                            },
                                            "top_right": {
                                                  "x": 248,
                                                  "y": 433
                                            },
                                            "bottom_right": {
                                                  "x": 247,
                                                  "y": 446
                                            },
                                            "bottom_left": {
                                                  "x": 207,
                                                  "y": 445
                                            },
                                            "width": 40,
                                            "height": 13.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "6.44 0",
                          "bounds": {
                                "top_left": {
                                      "x": 421,
                                      "y": 421
                                },
                                "top_right": {
                                      "x": 471,
                                      "y": 422
                                },
                                "bottom_right": {
                                      "x": 471,
                                      "y": 436
                                },
                                "bottom_left": {
                                      "x": 421,
                                      "y": 435
                                },
                                "width": 50,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "6.44",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 424,
                                                  "y": 422
                                            },
                                            "top_right": {
                                                  "x": 454,
                                                  "y": 422
                                            },
                                            "bottom_right": {
                                                  "x": 454,
                                                  "y": 436
                                            },
                                            "bottom_left": {
                                                  "x": 423,
                                                  "y": 435
                                            },
                                            "width": 30.5,
                                            "height": 13.5
                                      }
                                },
                                {
                                      "text": "0",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 462,
                                                  "y": 423
                                            },
                                            "top_right": {
                                                  "x": 469,
                                                  "y": 423
                                            },
                                            "bottom_right": {
                                                  "x": 469,
                                                  "y": 436
                                            },
                                            "bottom_left": {
                                                  "x": 462,
                                                  "y": 436
                                            },
                                            "width": 7,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "ROLLS 007874219415 F 1.28 0",
                          "bounds": {
                                "top_left": {
                                      "x": 174,
                                      "y": 443
                                },
                                "top_right": {
                                      "x": 217,
                                      "y": 444
                                },
                                "bottom_right": {
                                      "x": 217,
                                      "y": 458
                                },
                                "bottom_left": {
                                      "x": 174,
                                      "y": 457
                                },
                                "width": 43,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "ROLLS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 175,
                                                  "y": 443
                                            },
                                            "top_right": {
                                                  "x": 215,
                                                  "y": 445
                                            },
                                            "bottom_right": {
                                                  "x": 214,
                                                  "y": 458
                                            },
                                            "bottom_left": {
                                                  "x": 175,
                                                  "y": 457
                                            },
                                            "width": 39.5,
                                            "height": 13.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "BTS DRY BLON 501072452746 6.58 X",
                          "bounds": {
                                "top_left": {
                                      "x": 175,
                                      "y": 457
                                },
                                "top_right": {
                                      "x": 371,
                                      "y": 461
                                },
                                "bottom_right": {
                                      "x": 371,
                                      "y": 476
                                },
                                "bottom_left": {
                                      "x": 175,
                                      "y": 471
                                },
                                "width": 196,
                                "height": 14.5
                          },
                          "words": [
                                {
                                      "text": "BTS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 176,
                                                  "y": 457
                                            },
                                            "top_right": {
                                                  "x": 199,
                                                  "y": 458
                                            },
                                            "bottom_right": {
                                                  "x": 198,
                                                  "y": 472
                                            },
                                            "bottom_left": {
                                                  "x": 175,
                                                  "y": 472
                                            },
                                            "width": 23,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "DRY",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 207,
                                                  "y": 458
                                            },
                                            "top_right": {
                                                  "x": 231,
                                                  "y": 458
                                            },
                                            "bottom_right": {
                                                  "x": 230,
                                                  "y": 473
                                            },
                                            "bottom_left": {
                                                  "x": 206,
                                                  "y": 473
                                            },
                                            "width": 24,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "BLON",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 238,
                                                  "y": 459
                                            },
                                            "top_right": {
                                                  "x": 269,
                                                  "y": 459
                                            },
                                            "bottom_right": {
                                                  "x": 269,
                                                  "y": 474
                                            },
                                            "bottom_left": {
                                                  "x": 238,
                                                  "y": 473
                                            },
                                            "width": 31,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "501072452746",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 278,
                                                  "y": 460
                                            },
                                            "top_right": {
                                                  "x": 369,
                                                  "y": 463
                                            },
                                            "bottom_right": {
                                                  "x": 369,
                                                  "y": 476
                                            },
                                            "bottom_left": {
                                                  "x": 277,
                                                  "y": 474
                                            },
                                            "width": 91.5,
                                            "height": 13.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "GALE 000000000003K 32.00 T",
                          "bounds": {
                                "top_left": {
                                      "x": 174,
                                      "y": 470
                                },
                                "top_right": {
                                      "x": 209,
                                      "y": 472
                                },
                                "bottom_right": {
                                      "x": 208,
                                      "y": 484
                                },
                                "bottom_left": {
                                      "x": 174,
                                      "y": 484
                                },
                                "width": 34.5,
                                "height": 13
                          },
                          "words": [
                                {
                                      "text": "GALE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 175,
                                                  "y": 470
                                            },
                                            "top_right": {
                                                  "x": 206,
                                                  "y": 471
                                            },
                                            "bottom_right": {
                                                  "x": 206,
                                                  "y": 485
                                            },
                                            "bottom_left": {
                                                  "x": 175,
                                                  "y": 484
                                            },
                                            "width": 31,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "TR HS FRM 4 002240062190 2.74 X",
                          "bounds": {
                                "top_left": {
                                      "x": 174,
                                      "y": 484
                                },
                                "top_right": {
                                      "x": 262,
                                      "y": 486
                                },
                                "bottom_right": {
                                      "x": 262,
                                      "y": 501
                                },
                                "bottom_left": {
                                      "x": 173,
                                      "y": 499
                                },
                                "width": 88.5,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "TR",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 175,
                                                  "y": 484
                                            },
                                            "top_right": {
                                                  "x": 188,
                                                  "y": 485
                                            },
                                            "bottom_right": {
                                                  "x": 188,
                                                  "y": 500
                                            },
                                            "bottom_left": {
                                                  "x": 175,
                                                  "y": 500
                                            },
                                            "width": 13,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "HS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 196,
                                                  "y": 485
                                            },
                                            "top_right": {
                                                  "x": 214,
                                                  "y": 486
                                            },
                                            "bottom_right": {
                                                  "x": 214,
                                                  "y": 501
                                            },
                                            "bottom_left": {
                                                  "x": 196,
                                                  "y": 500
                                            },
                                            "width": 18,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "FRM",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 221,
                                                  "y": 486
                                            },
                                            "top_right": {
                                                  "x": 245,
                                                  "y": 487
                                            },
                                            "bottom_right": {
                                                  "x": 244,
                                                  "y": 501
                                            },
                                            "bottom_left": {
                                                  "x": 221,
                                                  "y": 501
                                            },
                                            "width": 23.5,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "4",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 254,
                                                  "y": 487
                                            },
                                            "top_right": {
                                                  "x": 262,
                                                  "y": 487
                                            },
                                            "bottom_right": {
                                                  "x": 262,
                                                  "y": 501
                                            },
                                            "bottom_left": {
                                                  "x": 253,
                                                  "y": 501
                                            },
                                            "width": 8.5,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "BAGELS 001376402801 F 4.66 0",
                          "bounds": {
                                "top_left": {
                                      "x": 172,
                                      "y": 498
                                },
                                "top_right": {
                                      "x": 223,
                                      "y": 499
                                },
                                "bottom_right": {
                                      "x": 223,
                                      "y": 514
                                },
                                "bottom_left": {
                                      "x": 171,
                                      "y": 513
                                },
                                "width": 51.5,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "BAGELS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 173,
                                                  "y": 499
                                            },
                                            "top_right": {
                                                  "x": 221,
                                                  "y": 501
                                            },
                                            "bottom_right": {
                                                  "x": 220,
                                                  "y": 514
                                            },
                                            "bottom_left": {
                                                  "x": 173,
                                                  "y": 513
                                            },
                                            "width": 47.5,
                                            "height": 13.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "GV SLIDERS 007874201625 2.98 X",
                          "bounds": {
                                "top_left": {
                                      "x": 170,
                                      "y": 513
                                },
                                "top_right": {
                                      "x": 252,
                                      "y": 514
                                },
                                "bottom_right": {
                                      "x": 252,
                                      "y": 529
                                },
                                "bottom_left": {
                                      "x": 170,
                                      "y": 528
                                },
                                "width": 82,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "GV",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 172,
                                                  "y": 514
                                            },
                                            "top_right": {
                                                  "x": 187,
                                                  "y": 514
                                            },
                                            "bottom_right": {
                                                  "x": 187,
                                                  "y": 529
                                            },
                                            "bottom_left": {
                                                  "x": 172,
                                                  "y": 529
                                            },
                                            "width": 15,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "SLIDERS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 197,
                                                  "y": 514
                                            },
                                            "top_right": {
                                                  "x": 252,
                                                  "y": 515
                                            },
                                            "bottom_right": {
                                                  "x": 252,
                                                  "y": 529
                                            },
                                            "bottom_left": {
                                                  "x": 197,
                                                  "y": 529
                                            },
                                            "width": 55,
                                            "height": 14.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "ACCESSORY 007615161216 0.97 X",
                          "bounds": {
                                "top_left": {
                                      "x": 170,
                                      "y": 526
                                },
                                "top_right": {
                                      "x": 245,
                                      "y": 528
                                },
                                "bottom_right": {
                                      "x": 245,
                                      "y": 543
                                },
                                "bottom_left": {
                                      "x": 170,
                                      "y": 541
                                },
                                "width": 75,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "ACCESSORY",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 171,
                                                  "y": 527
                                            },
                                            "top_right": {
                                                  "x": 243,
                                                  "y": 529
                                            },
                                            "bottom_right": {
                                                  "x": 243,
                                                  "y": 542
                                            },
                                            "bottom_left": {
                                                  "x": 171,
                                                  "y": 542
                                            },
                                            "width": 72,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "CHEEZE IT 002410053523 F 4.00 0",
                          "bounds": {
                                "top_left": {
                                      "x": 169,
                                      "y": 540
                                },
                                "top_right": {
                                      "x": 244,
                                      "y": 542
                                },
                                "bottom_right": {
                                      "x": 244,
                                      "y": 558
                                },
                                "bottom_left": {
                                      "x": 169,
                                      "y": 556
                                },
                                "width": 75,
                                "height": 16
                          },
                          "words": [
                                {
                                      "text": "CHEEZE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 170,
                                                  "y": 541
                                            },
                                            "top_right": {
                                                  "x": 219,
                                                  "y": 543
                                            },
                                            "bottom_right": {
                                                  "x": 218,
                                                  "y": 557
                                            },
                                            "bottom_left": {
                                                  "x": 170,
                                                  "y": 557
                                            },
                                            "width": 48.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "IT",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 228,
                                                  "y": 543
                                            },
                                            "top_right": {
                                                  "x": 245,
                                                  "y": 544
                                            },
                                            "bottom_right": {
                                                  "x": 243,
                                                  "y": 558
                                            },
                                            "bottom_left": {
                                                  "x": 227,
                                                  "y": 557
                                            },
                                            "width": 16.5,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "WAS 4.54 YOU SAVED 0.54",
                          "bounds": {
                                "top_left": {
                                      "x": 195,
                                      "y": 555
                                },
                                "top_right": {
                                      "x": 384,
                                      "y": 558
                                },
                                "bottom_right": {
                                      "x": 384,
                                      "y": 573
                                },
                                "bottom_left": {
                                      "x": 194,
                                      "y": 571
                                },
                                "width": 189.5,
                                "height": 15.5
                          },
                          "words": [
                                {
                                      "text": "WAS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 201,
                                                  "y": 556
                                            },
                                            "top_right": {
                                                  "x": 226,
                                                  "y": 557
                                            },
                                            "bottom_right": {
                                                  "x": 225,
                                                  "y": 572
                                            },
                                            "bottom_left": {
                                                  "x": 200,
                                                  "y": 571
                                            },
                                            "width": 25,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "4.54",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 234,
                                                  "y": 557
                                            },
                                            "top_right": {
                                                  "x": 267,
                                                  "y": 558
                                            },
                                            "bottom_right": {
                                                  "x": 266,
                                                  "y": 573
                                            },
                                            "bottom_left": {
                                                  "x": 234,
                                                  "y": 572
                                            },
                                            "width": 32.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "YOU",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 273,
                                                  "y": 558
                                            },
                                            "top_right": {
                                                  "x": 296,
                                                  "y": 559
                                            },
                                            "bottom_right": {
                                                  "x": 295,
                                                  "y": 573
                                            },
                                            "bottom_left": {
                                                  "x": 273,
                                                  "y": 573
                                            },
                                            "width": 22.5,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "SAVED",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 305,
                                                  "y": 559
                                            },
                                            "top_right": {
                                                  "x": 343,
                                                  "y": 560
                                            },
                                            "bottom_right": {
                                                  "x": 343,
                                                  "y": 573
                                            },
                                            "bottom_left": {
                                                  "x": 305,
                                                  "y": 573
                                            },
                                            "width": 38,
                                            "height": 13.5
                                      }
                                },
                                {
                                      "text": "0.54",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 352,
                                                  "y": 560
                                            },
                                            "top_right": {
                                                  "x": 383,
                                                  "y": 560
                                            },
                                            "bottom_right": {
                                                  "x": 383,
                                                  "y": 573
                                            },
                                            "bottom_left": {
                                                  "x": 351,
                                                  "y": 573
                                            },
                                            "width": 31.5,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "RITZ 004400088210 F 2.78 N",
                          "bounds": {
                                "top_left": {
                                      "x": 166,
                                      "y": 570
                                },
                                "top_right": {
                                      "x": 203,
                                      "y": 571
                                },
                                "bottom_right": {
                                      "x": 203,
                                      "y": 585
                                },
                                "bottom_left": {
                                      "x": 166,
                                      "y": 585
                                },
                                "width": 37,
                                "height": 14.5
                          },
                          "words": [
                                {
                                      "text": "RITZ",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 168,
                                                  "y": 570
                                            },
                                            "top_right": {
                                                  "x": 203,
                                                  "y": 570
                                            },
                                            "bottom_right": {
                                                  "x": 203,
                                                  "y": 585
                                            },
                                            "bottom_left": {
                                                  "x": 168,
                                                  "y": 585
                                            },
                                            "width": 35,
                                            "height": 15
                                      }
                                }
                          ]
                    },
                    {
                          "text": "RUFFLES 002840020942 F 2.50 N",
                          "bounds": {
                                "top_left": {
                                      "x": 167,
                                      "y": 584
                                },
                                "top_right": {
                                      "x": 225,
                                      "y": 584
                                },
                                "bottom_right": {
                                      "x": 225,
                                      "y": 599
                                },
                                "bottom_left": {
                                      "x": 167,
                                      "y": 599
                                },
                                "width": 58,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "RUFFLES",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 167,
                                                  "y": 585
                                            },
                                            "top_right": {
                                                  "x": 224,
                                                  "y": 585
                                            },
                                            "bottom_right": {
                                                  "x": 224,
                                                  "y": 599
                                            },
                                            "bottom_left": {
                                                  "x": 167,
                                                  "y": 600
                                            },
                                            "width": 57,
                                            "height": 14.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "GV HNY GRMS 007874207253 F 1.28 N",
                          "bounds": {
                                "top_left": {
                                      "x": 166,
                                      "y": 599
                                },
                                "top_right": {
                                      "x": 258,
                                      "y": 600
                                },
                                "bottom_right": {
                                      "x": 257,
                                      "y": 615
                                },
                                "bottom_left": {
                                      "x": 166,
                                      "y": 614
                                },
                                "width": 91.5,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "GV",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 167,
                                                  "y": 600
                                            },
                                            "top_right": {
                                                  "x": 182,
                                                  "y": 600
                                            },
                                            "bottom_right": {
                                                  "x": 181,
                                                  "y": 615
                                            },
                                            "bottom_left": {
                                                  "x": 166,
                                                  "y": 615
                                            },
                                            "width": 15,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "HNY",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 190,
                                                  "y": 600
                                            },
                                            "top_right": {
                                                  "x": 216,
                                                  "y": 600
                                            },
                                            "bottom_right": {
                                                  "x": 215,
                                                  "y": 615
                                            },
                                            "bottom_left": {
                                                  "x": 189,
                                                  "y": 615
                                            },
                                            "width": 26,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "GRMS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 223,
                                                  "y": 600
                                            },
                                            "top_right": {
                                                  "x": 256,
                                                  "y": 601
                                            },
                                            "bottom_right": {
                                                  "x": 256,
                                                  "y": 616
                                            },
                                            "bottom_left": {
                                                  "x": 223,
                                                  "y": 616
                                            },
                                            "width": 33,
                                            "height": 15.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "SUBTOTAL 139.44",
                          "bounds": {
                                "top_left": {
                                      "x": 309,
                                      "y": 616
                                },
                                "top_right": {
                                      "x": 374,
                                      "y": 617
                                },
                                "bottom_right": {
                                      "x": 374,
                                      "y": 631
                                },
                                "bottom_left": {
                                      "x": 309,
                                      "y": 630
                                },
                                "width": 65,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "SUBTOTAL",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 311,
                                                  "y": 616
                                            },
                                            "top_right": {
                                                  "x": 372,
                                                  "y": 618
                                            },
                                            "bottom_right": {
                                                  "x": 372,
                                                  "y": 631
                                            },
                                            "bottom_left": {
                                                  "x": 310,
                                                  "y": 630
                                            },
                                            "width": 61.5,
                                            "height": 13.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "TAX 1 7.000 % 4.58",
                          "bounds": {
                                "top_left": {
                                      "x": 238,
                                      "y": 630
                                },
                                "top_right": {
                                      "x": 278,
                                      "y": 631
                                },
                                "bottom_right": {
                                      "x": 278,
                                      "y": 644
                                },
                                "bottom_left": {
                                      "x": 238,
                                      "y": 644
                                },
                                "width": 40,
                                "height": 13.5
                          },
                          "words": [
                                {
                                      "text": "TAX",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 239,
                                                  "y": 630
                                            },
                                            "top_right": {
                                                  "x": 263,
                                                  "y": 630
                                            },
                                            "bottom_right": {
                                                  "x": 263,
                                                  "y": 644
                                            },
                                            "bottom_left": {
                                                  "x": 239,
                                                  "y": 643
                                            },
                                            "width": 24,
                                            "height": 13.5
                                      }
                                },
                                {
                                      "text": "1",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 272,
                                                  "y": 630
                                            },
                                            "top_right": {
                                                  "x": 277,
                                                  "y": 630
                                            },
                                            "bottom_right": {
                                                  "x": 277,
                                                  "y": 644
                                            },
                                            "bottom_left": {
                                                  "x": 271,
                                                  "y": 644
                                            },
                                            "width": 5.5,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "TOTAL 144.02",
                          "bounds": {
                                "top_left": {
                                      "x": 333,
                                      "y": 645
                                },
                                "top_right": {
                                      "x": 371,
                                      "y": 647
                                },
                                "bottom_right": {
                                      "x": 370,
                                      "y": 660
                                },
                                "bottom_left": {
                                      "x": 333,
                                      "y": 659
                                },
                                "width": 37.5,
                                "height": 13.5
                          },
                          "words": [
                                {
                                      "text": "TOTAL",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 335,
                                                  "y": 645
                                            },
                                            "top_right": {
                                                  "x": 370,
                                                  "y": 646
                                            },
                                            "bottom_right": {
                                                  "x": 370,
                                                  "y": 660
                                            },
                                            "bottom_left": {
                                                  "x": 334,
                                                  "y": 658
                                            },
                                            "width": 35.5,
                                            "height": 13.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "CASH TEND 150.02",
                          "bounds": {
                                "top_left": {
                                      "x": 292,
                                      "y": 660
                                },
                                "top_right": {
                                      "x": 375,
                                      "y": 660
                                },
                                "bottom_right": {
                                      "x": 375,
                                      "y": 675
                                },
                                "bottom_left": {
                                      "x": 292,
                                      "y": 675
                                },
                                "width": 83,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "CASH",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 293,
                                                  "y": 660
                                            },
                                            "top_right": {
                                                  "x": 324,
                                                  "y": 661
                                            },
                                            "bottom_right": {
                                                  "x": 323,
                                                  "y": 675
                                            },
                                            "bottom_left": {
                                                  "x": 292,
                                                  "y": 675
                                            },
                                            "width": 31,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "TEND",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 342,
                                                  "y": 661
                                            },
                                            "top_right": {
                                                  "x": 373,
                                                  "y": 661
                                            },
                                            "bottom_right": {
                                                  "x": 372,
                                                  "y": 675
                                            },
                                            "bottom_left": {
                                                  "x": 342,
                                                  "y": 675
                                            },
                                            "width": 30.5,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "CHANGE DUE 6.00",
                          "bounds": {
                                "top_left": {
                                      "x": 289,
                                      "y": 675
                                },
                                "top_right": {
                                      "x": 374,
                                      "y": 675
                                },
                                "bottom_right": {
                                      "x": 374,
                                      "y": 690
                                },
                                "bottom_left": {
                                      "x": 289,
                                      "y": 690
                                },
                                "width": 85,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "CHANGE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 292,
                                                  "y": 676
                                            },
                                            "top_right": {
                                                  "x": 340,
                                                  "y": 676
                                            },
                                            "bottom_right": {
                                                  "x": 340,
                                                  "y": 690
                                            },
                                            "bottom_left": {
                                                  "x": 292,
                                                  "y": 690
                                            },
                                            "width": 48,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "DUE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 349,
                                                  "y": 676
                                            },
                                            "top_right": {
                                                  "x": 372,
                                                  "y": 676
                                            },
                                            "bottom_right": {
                                                  "x": 372,
                                                  "y": 690
                                            },
                                            "bottom_left": {
                                                  "x": 349,
                                                  "y": 690
                                            },
                                            "width": 23,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "# ITEMS SOLD 26",
                          "bounds": {
                                "top_left": {
                                      "x": 249,
                                      "y": 689
                                },
                                "top_right": {
                                      "x": 376,
                                      "y": 690
                                },
                                "bottom_right": {
                                      "x": 376,
                                      "y": 706
                                },
                                "bottom_left": {
                                      "x": 248,
                                      "y": 705
                                },
                                "width": 127.5,
                                "height": 16
                          },
                          "words": [
                                {
                                      "text": "#",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 251,
                                                  "y": 690
                                            },
                                            "top_right": {
                                                  "x": 260,
                                                  "y": 690
                                            },
                                            "bottom_right": {
                                                  "x": 259,
                                                  "y": 705
                                            },
                                            "bottom_left": {
                                                  "x": 251,
                                                  "y": 705
                                            },
                                            "width": 8.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "ITEMS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 269,
                                                  "y": 690
                                            },
                                            "top_right": {
                                                  "x": 308,
                                                  "y": 691
                                            },
                                            "bottom_right": {
                                                  "x": 308,
                                                  "y": 706
                                            },
                                            "bottom_left": {
                                                  "x": 268,
                                                  "y": 705
                                            },
                                            "width": 39.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "SOLD",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 316,
                                                  "y": 691
                                            },
                                            "top_right": {
                                                  "x": 348,
                                                  "y": 691
                                            },
                                            "bottom_right": {
                                                  "x": 348,
                                                  "y": 706
                                            },
                                            "bottom_left": {
                                                  "x": 316,
                                                  "y": 706
                                            },
                                            "width": 32,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "26",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 357,
                                                  "y": 691
                                            },
                                            "top_right": {
                                                  "x": 372,
                                                  "y": 691
                                            },
                                            "bottom_right": {
                                                  "x": 372,
                                                  "y": 705
                                            },
                                            "bottom_left": {
                                                  "x": 357,
                                                  "y": 706
                                            },
                                            "width": 15,
                                            "height": 14.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "TC# 0783 6080 4072 3416 2495 5",
                          "bounds": {
                                "top_left": {
                                      "x": 192,
                                      "y": 703
                                },
                                "top_right": {
                                      "x": 438,
                                      "y": 705
                                },
                                "bottom_right": {
                                      "x": 438,
                                      "y": 723
                                },
                                "bottom_left": {
                                      "x": 192,
                                      "y": 720
                                },
                                "width": 246,
                                "height": 17.5
                          },
                          "words": [
                                {
                                      "text": "TC#",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 193,
                                                  "y": 704
                                            },
                                            "top_right": {
                                                  "x": 218,
                                                  "y": 704
                                            },
                                            "bottom_right": {
                                                  "x": 218,
                                                  "y": 720
                                            },
                                            "bottom_left": {
                                                  "x": 194,
                                                  "y": 720
                                            },
                                            "width": 24.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "0783",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 225,
                                                  "y": 704
                                            },
                                            "top_right": {
                                                  "x": 259,
                                                  "y": 704
                                            },
                                            "bottom_right": {
                                                  "x": 259,
                                                  "y": 720
                                            },
                                            "bottom_left": {
                                                  "x": 225,
                                                  "y": 720
                                            },
                                            "width": 34,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "6080",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 266,
                                                  "y": 704
                                            },
                                            "top_right": {
                                                  "x": 300,
                                                  "y": 704
                                            },
                                            "bottom_right": {
                                                  "x": 299,
                                                  "y": 721
                                            },
                                            "bottom_left": {
                                                  "x": 266,
                                                  "y": 721
                                            },
                                            "width": 33.5,
                                            "height": 17
                                      }
                                },
                                {
                                      "text": "4072",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 307,
                                                  "y": 705
                                            },
                                            "top_right": {
                                                  "x": 341,
                                                  "y": 705
                                            },
                                            "bottom_right": {
                                                  "x": 340,
                                                  "y": 721
                                            },
                                            "bottom_left": {
                                                  "x": 307,
                                                  "y": 721
                                            },
                                            "width": 33.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "3416",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 348,
                                                  "y": 705
                                            },
                                            "top_right": {
                                                  "x": 380,
                                                  "y": 705
                                            },
                                            "bottom_right": {
                                                  "x": 379,
                                                  "y": 722
                                            },
                                            "bottom_left": {
                                                  "x": 347,
                                                  "y": 721
                                            },
                                            "width": 32,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "2495",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 389,
                                                  "y": 706
                                            },
                                            "top_right": {
                                                  "x": 420,
                                                  "y": 706
                                            },
                                            "bottom_right": {
                                                  "x": 419,
                                                  "y": 723
                                            },
                                            "bottom_left": {
                                                  "x": 388,
                                                  "y": 722
                                            },
                                            "width": 31,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "5",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 428,
                                                  "y": 706
                                            },
                                            "top_right": {
                                                  "x": 437,
                                                  "y": 706
                                            },
                                            "bottom_right": {
                                                  "x": 435,
                                                  "y": 723
                                            },
                                            "bottom_left": {
                                                  "x": 427,
                                                  "y": 723
                                            },
                                            "width": 8.5,
                                            "height": 17
                                      }
                                }
                          ]
                    },
                    {
                          "text": "04/27/19 12:59:46",
                          "bounds": {
                                "top_left": {
                                      "x": 223,
                                      "y": 762
                                },
                                "top_right": {
                                      "x": 291,
                                      "y": 762
                                },
                                "bottom_right": {
                                      "x": 291,
                                      "y": 779
                                },
                                "bottom_left": {
                                      "x": 223,
                                      "y": 779
                                },
                                "width": 68,
                                "height": 17
                          },
                          "words": [
                                {
                                      "text": "04/27/19",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 223,
                                                  "y": 763
                                            },
                                            "top_right": {
                                                  "x": 290,
                                                  "y": 764
                                            },
                                            "bottom_right": {
                                                  "x": 289,
                                                  "y": 779
                                            },
                                            "bottom_left": {
                                                  "x": 223,
                                                  "y": 780
                                            },
                                            "width": 66.5,
                                            "height": 16
                                      }
                                }
                          ]
                    },
                    {
                          "text": "Scan with Walmart app to save receipts",
                          "bounds": {
                                "top_left": {
                                      "x": 154,
                                      "y": 779
                                },
                                "top_right": {
                                      "x": 469,
                                      "y": 782
                                },
                                "bottom_right": {
                                      "x": 469,
                                      "y": 801
                                },
                                "bottom_left": {
                                      "x": 154,
                                      "y": 796
                                },
                                "width": 315,
                                "height": 18
                          },
                          "words": [
                                {
                                      "text": "Scan",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 155,
                                                  "y": 780
                                            },
                                            "top_right": {
                                                  "x": 188,
                                                  "y": 779
                                            },
                                            "bottom_right": {
                                                  "x": 188,
                                                  "y": 797
                                            },
                                            "bottom_left": {
                                                  "x": 155,
                                                  "y": 797
                                            },
                                            "width": 33,
                                            "height": 17.5
                                      }
                                },
                                {
                                      "text": "with",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 196,
                                                  "y": 779
                                            },
                                            "top_right": {
                                                  "x": 230,
                                                  "y": 779
                                            },
                                            "bottom_right": {
                                                  "x": 230,
                                                  "y": 796
                                            },
                                            "bottom_left": {
                                                  "x": 196,
                                                  "y": 796
                                            },
                                            "width": 34,
                                            "height": 17
                                      }
                                },
                                {
                                      "text": "Walmart",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 238,
                                                  "y": 779
                                            },
                                            "top_right": {
                                                  "x": 298,
                                                  "y": 780
                                            },
                                            "bottom_right": {
                                                  "x": 298,
                                                  "y": 796
                                            },
                                            "bottom_left": {
                                                  "x": 237,
                                                  "y": 796
                                            },
                                            "width": 60.5,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "app",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 305,
                                                  "y": 780
                                            },
                                            "top_right": {
                                                  "x": 329,
                                                  "y": 780
                                            },
                                            "bottom_right": {
                                                  "x": 329,
                                                  "y": 797
                                            },
                                            "bottom_left": {
                                                  "x": 305,
                                                  "y": 796
                                            },
                                            "width": 24,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "to",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 338,
                                                  "y": 781
                                            },
                                            "top_right": {
                                                  "x": 354,
                                                  "y": 781
                                            },
                                            "bottom_right": {
                                                  "x": 353,
                                                  "y": 797
                                            },
                                            "bottom_left": {
                                                  "x": 338,
                                                  "y": 797
                                            },
                                            "width": 15.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "save",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 363,
                                                  "y": 781
                                            },
                                            "top_right": {
                                                  "x": 394,
                                                  "y": 782
                                            },
                                            "bottom_right": {
                                                  "x": 394,
                                                  "y": 798
                                            },
                                            "bottom_left": {
                                                  "x": 362,
                                                  "y": 797
                                            },
                                            "width": 31.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "receipts",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 402,
                                                  "y": 783
                                            },
                                            "top_right": {
                                                  "x": 469,
                                                  "y": 786
                                            },
                                            "bottom_right": {
                                                  "x": 469,
                                                  "y": 801
                                            },
                                            "bottom_left": {
                                                  "x": 402,
                                                  "y": 798
                                            },
                                            "width": 67,
                                            "height": 15
                                      }
                                }
                          ]
                    }
              ]
        }
  ],
  "_usage": {
        "input_tokens": 33,
        "output_tokens": 11334,
        "inference_time_tokens": 3142,
        "total_tokens": 14509
  }
}

Body

prompt
string | Array<string>

The prompt used to describe the image. Default prompt is Describe the image in detail.

url
string

The image url. Not required if file_store_key is specified.

file_store_key
string

The key used to store the image on Jigsawstack File Storage. Not required if url is specified.

page_range
Array<number>

Specifies a range of pages to process with vOCR, provided as a two-element array: [startPage, endPage]. For example, [1,10] processes pages 1 through 10. The range must span 10 or fewer pages. If the specified endPage exceeds the document’s total pages, the last available page will be used instead. Both startPage and endPage are inclusive and must be positive integers where startPage ≤ endPage.

Either url or file_store_key should be provided not both.

Prompt Example

  • String
{
  prompt: "Describe the image in detail.";
}
  • Array<String>

Use this approach to retrieve specific data from the image file.

{
  prompt: ["first name", "last name"];
}
x-api-key
string
required

Your JigsawStack API key

Response

success
boolean

Indicates whether the call was successful.

Supported file types: - Images: JPEG, JPG, PNG - Documents: Multi-page PDFs (up to 10 pages per API request)
import { JigsawStack } from "jigsawstack";

const jigsaw = JigsawStack({ apiKey: "your-api-key" });

const response = await jigsaw.vision.vocr({
  "prompt": [
        "total_price",
        "tax"
  ],
  "url": "https://media.snopes.com/2021/08/239918331_10228097135359041_3825446756894757753_n.jpg"
})
{
  "success": true,
  "context": {
        "total_price": [
              "144.02"
        ],
        "tax": [
              "4.58"
        ]
  },
  "width": 720,
  "height": 960,
  "tags": [
        "text",
        "receipt",
        "paper"
  ],
  "has_text": true,
  "sections": [
        {
              "text": "See back of receipt for your chance\nto win $1000 ID #: 7N5N1VIXCQDQ\nWalmart\n317-851-1102 Mgr:JAMIE BROOKSHIRE\n882 S. STATE ROAD 135\nGREENWOOD IN 46143\nST# 05483 OP# 001436 TE# 09 TR# 06976\nTATER TOTS\n001312000026 F 2.96 0\nHARD/PROV/DC 007874219410 F\nSNACK BARS\n2.68 0\nHRI CL CHS 5.88 0\n002190848816 F 4.98 T\nHRI CL CHS\n003120506000 F\n003120506000 F 6.88 0\n** VOIDED ENTRY ##\nHRI CL CHS 5.88-0\n003120506000 F\nHRI 12 U SG 003120535000 F\nHRI CL PEP\n5.88 0\nEARBUDS 068113100946 4.88 X\n003120507000 F 5.88 0\nSC BCN CHDDR 007874202906 F\nABF THINBRST 022451710972 F\n6.98 0\nHARD/PROV/DC 007874219410 F\n9.72 0\nDV RSE OIL M 001111101220\n2.68 0\nAPPLE 3 BAG 084747300184 F\n5.94 X\nSTOK LT SWT 004127102774 F\n6.47 N\nPEANUT BUTTR 005160025499 F\n4.42 T\nAVO VERDE 2.98 N 061611206143 F\n6.44 0\nROLLS 007874219415 F 1.28 0\nBTS DRY BLON 501072452746 6.58 X\nGALE 000000000003K 32.00 T\nTR HS FRM 4 002240062190 2.74 X\nBAGELS 001376402801 F 4.66 0\nGV SLIDERS 007874201625 2.98 X\nACCESSORY 007615161216 0.97 X\nCHEEZE IT 002410053523 F 4.00 0\nWAS 4.54 YOU SAVED 0.54\nRITZ 004400088210 F 2.78 N\nRUFFLES 002840020942 F 2.50 N\nGV HNY GRMS 007874207253 F 1.28 N\nSUBTOTAL 139.44\nTAX 1 7.000 % 4.58\nTOTAL 144.02\nCASH TEND 150.02\nCHANGE DUE 6.00\n# ITEMS SOLD 26\nTC# 0783 6080 4072 3416 2495 5\n04/27/19 12:59:46\nScan with Walmart app to save receipts",
              "lines": [
                    {
                          "text": "See back of receipt for your chance",
                          "bounds": {
                                "top_left": {
                                      "x": 185,
                                      "y": 64
                                },
                                "top_right": {
                                      "x": 459,
                                      "y": 76
                                },
                                "bottom_right": {
                                      "x": 458,
                                      "y": 93
                                },
                                "bottom_left": {
                                      "x": 184,
                                      "y": 84
                                },
                                "width": 274,
                                "height": 18.5
                          },
                          "words": [
                                {
                                      "text": "See",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 187,
                                                  "y": 64
                                            },
                                            "top_right": {
                                                  "x": 211,
                                                  "y": 66
                                            },
                                            "bottom_right": {
                                                  "x": 209,
                                                  "y": 82
                                            },
                                            "bottom_left": {
                                                  "x": 185,
                                                  "y": 79
                                            },
                                            "width": 24,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "back",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 218,
                                                  "y": 67
                                            },
                                            "top_right": {
                                                  "x": 250,
                                                  "y": 70
                                            },
                                            "bottom_right": {
                                                  "x": 248,
                                                  "y": 86
                                            },
                                            "bottom_left": {
                                                  "x": 216,
                                                  "y": 83
                                            },
                                            "width": 32,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "of",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 257,
                                                  "y": 70
                                            },
                                            "top_right": {
                                                  "x": 274,
                                                  "y": 72
                                            },
                                            "bottom_right": {
                                                  "x": 272,
                                                  "y": 88
                                            },
                                            "bottom_left": {
                                                  "x": 256,
                                                  "y": 87
                                            },
                                            "width": 16.5,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "receipt",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 280,
                                                  "y": 72
                                            },
                                            "top_right": {
                                                  "x": 337,
                                                  "y": 75
                                            },
                                            "bottom_right": {
                                                  "x": 335,
                                                  "y": 91
                                            },
                                            "bottom_left": {
                                                  "x": 279,
                                                  "y": 88
                                            },
                                            "width": 56.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "for",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 342,
                                                  "y": 75
                                            },
                                            "top_right": {
                                                  "x": 365,
                                                  "y": 76
                                            },
                                            "bottom_right": {
                                                  "x": 364,
                                                  "y": 92
                                            },
                                            "bottom_left": {
                                                  "x": 341,
                                                  "y": 92
                                            },
                                            "width": 23,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "your",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 372,
                                                  "y": 76
                                            },
                                            "top_right": {
                                                  "x": 403,
                                                  "y": 76
                                            },
                                            "bottom_right": {
                                                  "x": 402,
                                                  "y": 93
                                            },
                                            "bottom_left": {
                                                  "x": 370,
                                                  "y": 92
                                            },
                                            "width": 31.5,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "chance",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 411,
                                                  "y": 76
                                            },
                                            "top_right": {
                                                  "x": 458,
                                                  "y": 76
                                            },
                                            "bottom_right": {
                                                  "x": 457,
                                                  "y": 92
                                            },
                                            "bottom_left": {
                                                  "x": 409,
                                                  "y": 93
                                            },
                                            "width": 47.5,
                                            "height": 16.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "to win $1000 ID #: 7N5N1VIXCQDQ",
                          "bounds": {
                                "top_left": {
                                      "x": 185,
                                      "y": 78
                                },
                                "top_right": {
                                      "x": 419,
                                      "y": 89
                                },
                                "bottom_right": {
                                      "x": 417,
                                      "y": 106
                                },
                                "bottom_left": {
                                      "x": 184,
                                      "y": 97
                                },
                                "width": 233.5,
                                "height": 18
                          },
                          "words": [
                                {
                                      "text": "to",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 187,
                                                  "y": 79
                                            },
                                            "top_right": {
                                                  "x": 202,
                                                  "y": 80
                                            },
                                            "bottom_right": {
                                                  "x": 201,
                                                  "y": 95
                                            },
                                            "bottom_left": {
                                                  "x": 186,
                                                  "y": 93
                                            },
                                            "width": 15,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "win",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 209,
                                                  "y": 81
                                            },
                                            "top_right": {
                                                  "x": 234,
                                                  "y": 83
                                            },
                                            "bottom_right": {
                                                  "x": 233,
                                                  "y": 98
                                            },
                                            "bottom_left": {
                                                  "x": 208,
                                                  "y": 96
                                            },
                                            "width": 25,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "$1000",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 241,
                                                  "y": 84
                                            },
                                            "top_right": {
                                                  "x": 281,
                                                  "y": 87
                                            },
                                            "bottom_right": {
                                                  "x": 280,
                                                  "y": 103
                                            },
                                            "bottom_left": {
                                                  "x": 240,
                                                  "y": 99
                                            },
                                            "width": 40,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "ID",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 288,
                                                  "y": 87
                                            },
                                            "top_right": {
                                                  "x": 303,
                                                  "y": 88
                                            },
                                            "bottom_right": {
                                                  "x": 303,
                                                  "y": 104
                                            },
                                            "bottom_left": {
                                                  "x": 288,
                                                  "y": 103
                                            },
                                            "width": 15,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "#:",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 311,
                                                  "y": 88
                                            },
                                            "top_right": {
                                                  "x": 324,
                                                  "y": 89
                                            },
                                            "bottom_right": {
                                                  "x": 324,
                                                  "y": 105
                                            },
                                            "bottom_left": {
                                                  "x": 310,
                                                  "y": 105
                                            },
                                            "width": 13.5,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "7N5N1VIXCQDQ",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 327,
                                                  "y": 89
                                            },
                                            "top_right": {
                                                  "x": 418,
                                                  "y": 90
                                            },
                                            "bottom_right": {
                                                  "x": 418,
                                                  "y": 106
                                            },
                                            "bottom_left": {
                                                  "x": 327,
                                                  "y": 105
                                            },
                                            "width": 91,
                                            "height": 16
                                      }
                                }
                          ]
                    },
                    {
                          "text": "Walmart",
                          "bounds": {
                                "top_left": {
                                      "x": 274,
                                      "y": 107
                                },
                                "top_right": {
                                      "x": 381,
                                      "y": 110
                                },
                                "bottom_right": {
                                      "x": 380,
                                      "y": 137
                                },
                                "bottom_left": {
                                      "x": 273,
                                      "y": 134
                                },
                                "width": 107,
                                "height": 27
                          },
                          "words": [
                                {
                                      "text": "Walmart",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 274,
                                                  "y": 107
                                            },
                                            "top_right": {
                                                  "x": 382,
                                                  "y": 111
                                            },
                                            "bottom_right": {
                                                  "x": 380,
                                                  "y": 137
                                            },
                                            "bottom_left": {
                                                  "x": 274,
                                                  "y": 135
                                            },
                                            "width": 107,
                                            "height": 27
                                      }
                                }
                          ]
                    },
                    {
                          "text": "317-851-1102 Mgr:JAMIE BROOKSHIRE",
                          "bounds": {
                                "top_left": {
                                      "x": 200,
                                      "y": 131
                                },
                                "top_right": {
                                      "x": 456,
                                      "y": 138
                                },
                                "bottom_right": {
                                      "x": 455,
                                      "y": 158
                                },
                                "bottom_left": {
                                      "x": 199,
                                      "y": 153
                                },
                                "width": 256,
                                "height": 21
                          },
                          "words": [
                                {
                                      "text": "317-851-1102",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 201,
                                                  "y": 131
                                            },
                                            "top_right": {
                                                  "x": 296,
                                                  "y": 139
                                            },
                                            "bottom_right": {
                                                  "x": 296,
                                                  "y": 156
                                            },
                                            "bottom_left": {
                                                  "x": 200,
                                                  "y": 148
                                            },
                                            "width": 95.5,
                                            "height": 17
                                      }
                                },
                                {
                                      "text": "Mgr:JAMIE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 301,
                                                  "y": 139
                                            },
                                            "top_right": {
                                                  "x": 371,
                                                  "y": 141
                                            },
                                            "bottom_right": {
                                                  "x": 371,
                                                  "y": 158
                                            },
                                            "bottom_left": {
                                                  "x": 300,
                                                  "y": 156
                                            },
                                            "width": 70.5,
                                            "height": 17
                                      }
                                },
                                {
                                      "text": "BROOKSHIRE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 378,
                                                  "y": 141
                                            },
                                            "top_right": {
                                                  "x": 456,
                                                  "y": 139
                                            },
                                            "bottom_right": {
                                                  "x": 456,
                                                  "y": 154
                                            },
                                            "bottom_left": {
                                                  "x": 378,
                                                  "y": 158
                                            },
                                            "width": 78,
                                            "height": 16
                                      }
                                }
                          ]
                    },
                    {
                          "text": "882 S. STATE ROAD 135",
                          "bounds": {
                                "top_left": {
                                      "x": 247,
                                      "y": 149
                                },
                                "top_right": {
                                      "x": 409,
                                      "y": 154
                                },
                                "bottom_right": {
                                      "x": 408,
                                      "y": 171
                                },
                                "bottom_left": {
                                      "x": 246,
                                      "y": 167
                                },
                                "width": 162,
                                "height": 17.5
                          },
                          "words": [
                                {
                                      "text": "882",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 247,
                                                  "y": 150
                                            },
                                            "top_right": {
                                                  "x": 272,
                                                  "y": 152
                                            },
                                            "bottom_right": {
                                                  "x": 271,
                                                  "y": 168
                                            },
                                            "bottom_left": {
                                                  "x": 247,
                                                  "y": 167
                                            },
                                            "width": 24.5,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "S.",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 278,
                                                  "y": 152
                                            },
                                            "top_right": {
                                                  "x": 295,
                                                  "y": 153
                                            },
                                            "bottom_right": {
                                                  "x": 294,
                                                  "y": 169
                                            },
                                            "bottom_left": {
                                                  "x": 278,
                                                  "y": 168
                                            },
                                            "width": 16.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "STATE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 302,
                                                  "y": 153
                                            },
                                            "top_right": {
                                                  "x": 340,
                                                  "y": 154
                                            },
                                            "bottom_right": {
                                                  "x": 339,
                                                  "y": 171
                                            },
                                            "bottom_left": {
                                                  "x": 301,
                                                  "y": 169
                                            },
                                            "width": 38,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "ROAD",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 347,
                                                  "y": 155
                                            },
                                            "top_right": {
                                                  "x": 379,
                                                  "y": 155
                                            },
                                            "bottom_right": {
                                                  "x": 378,
                                                  "y": 171
                                            },
                                            "bottom_left": {
                                                  "x": 346,
                                                  "y": 171
                                            },
                                            "width": 32,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "135",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 387,
                                                  "y": 155
                                            },
                                            "top_right": {
                                                  "x": 409,
                                                  "y": 155
                                            },
                                            "bottom_right": {
                                                  "x": 408,
                                                  "y": 171
                                            },
                                            "bottom_left": {
                                                  "x": 386,
                                                  "y": 171
                                            },
                                            "width": 22,
                                            "height": 16
                                      }
                                }
                          ]
                    },
                    {
                          "text": "GREENWOOD IN 46143",
                          "bounds": {
                                "top_left": {
                                      "x": 259,
                                      "y": 165
                                },
                                "top_right": {
                                      "x": 403,
                                      "y": 167
                                },
                                "bottom_right": {
                                      "x": 402,
                                      "y": 184
                                },
                                "bottom_left": {
                                      "x": 258,
                                      "y": 182
                                },
                                "width": 144,
                                "height": 17
                          },
                          "words": [
                                {
                                      "text": "GREENWOOD",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 262,
                                                  "y": 165
                                            },
                                            "top_right": {
                                                  "x": 333,
                                                  "y": 167
                                            },
                                            "bottom_right": {
                                                  "x": 331,
                                                  "y": 183
                                            },
                                            "bottom_left": {
                                                  "x": 261,
                                                  "y": 182
                                            },
                                            "width": 70.5,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "IN",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 341,
                                                  "y": 168
                                            },
                                            "top_right": {
                                                  "x": 355,
                                                  "y": 168
                                            },
                                            "bottom_right": {
                                                  "x": 354,
                                                  "y": 184
                                            },
                                            "bottom_left": {
                                                  "x": 339,
                                                  "y": 184
                                            },
                                            "width": 14.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "46143",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 363,
                                                  "y": 168
                                            },
                                            "top_right": {
                                                  "x": 403,
                                                  "y": 168
                                            },
                                            "bottom_right": {
                                                  "x": 400,
                                                  "y": 185
                                            },
                                            "bottom_left": {
                                                  "x": 361,
                                                  "y": 184
                                            },
                                            "width": 39.5,
                                            "height": 16.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "ST# 05483 OP# 001436 TE# 09 TR# 06976",
                          "bounds": {
                                "top_left": {
                                      "x": 182,
                                      "y": 170
                                },
                                "top_right": {
                                      "x": 473,
                                      "y": 179
                                },
                                "bottom_right": {
                                      "x": 472,
                                      "y": 198
                                },
                                "bottom_left": {
                                      "x": 182,
                                      "y": 193
                                },
                                "width": 290.5,
                                "height": 21
                          },
                          "words": [
                                {
                                      "text": "ST#",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 183,
                                                  "y": 171
                                            },
                                            "top_right": {
                                                  "x": 208,
                                                  "y": 174
                                            },
                                            "bottom_right": {
                                                  "x": 208,
                                                  "y": 189
                                            },
                                            "bottom_left": {
                                                  "x": 182,
                                                  "y": 187
                                            },
                                            "width": 25.5,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "05483",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 214,
                                                  "y": 174
                                            },
                                            "top_right": {
                                                  "x": 255,
                                                  "y": 178
                                            },
                                            "bottom_right": {
                                                  "x": 254,
                                                  "y": 194
                                            },
                                            "bottom_left": {
                                                  "x": 214,
                                                  "y": 190
                                            },
                                            "width": 40.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "OP#",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 261,
                                                  "y": 178
                                            },
                                            "top_right": {
                                                  "x": 286,
                                                  "y": 180
                                            },
                                            "bottom_right": {
                                                  "x": 286,
                                                  "y": 196
                                            },
                                            "bottom_left": {
                                                  "x": 261,
                                                  "y": 194
                                            },
                                            "width": 25,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "001436",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 293,
                                                  "y": 180
                                            },
                                            "top_right": {
                                                  "x": 339,
                                                  "y": 182
                                            },
                                            "bottom_right": {
                                                  "x": 339,
                                                  "y": 198
                                            },
                                            "bottom_left": {
                                                  "x": 292,
                                                  "y": 196
                                            },
                                            "width": 46.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "TE#",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 347,
                                                  "y": 182
                                            },
                                            "top_right": {
                                                  "x": 370,
                                                  "y": 182
                                            },
                                            "bottom_right": {
                                                  "x": 370,
                                                  "y": 198
                                            },
                                            "bottom_left": {
                                                  "x": 347,
                                                  "y": 198
                                            },
                                            "width": 23,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "09",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 376,
                                                  "y": 182
                                            },
                                            "top_right": {
                                                  "x": 393,
                                                  "y": 182
                                            },
                                            "bottom_right": {
                                                  "x": 392,
                                                  "y": 198
                                            },
                                            "bottom_left": {
                                                  "x": 376,
                                                  "y": 198
                                            },
                                            "width": 16.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "TR#",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 401,
                                                  "y": 182
                                            },
                                            "top_right": {
                                                  "x": 424,
                                                  "y": 182
                                            },
                                            "bottom_right": {
                                                  "x": 424,
                                                  "y": 197
                                            },
                                            "bottom_left": {
                                                  "x": 401,
                                                  "y": 198
                                            },
                                            "width": 23,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "06976",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 431,
                                                  "y": 182
                                            },
                                            "top_right": {
                                                  "x": 470,
                                                  "y": 180
                                            },
                                            "bottom_right": {
                                                  "x": 470,
                                                  "y": 194
                                            },
                                            "bottom_left": {
                                                  "x": 430,
                                                  "y": 197
                                            },
                                            "width": 39.5,
                                            "height": 14.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "TATER TOTS",
                          "bounds": {
                                "top_left": {
                                      "x": 183,
                                      "y": 186
                                },
                                "top_right": {
                                      "x": 263,
                                      "y": 192
                                },
                                "bottom_right": {
                                      "x": 262,
                                      "y": 207
                                },
                                "bottom_left": {
                                      "x": 182,
                                      "y": 201
                                },
                                "width": 80,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "TATER",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 184,
                                                  "y": 187
                                            },
                                            "top_right": {
                                                  "x": 222,
                                                  "y": 190
                                            },
                                            "bottom_right": {
                                                  "x": 220,
                                                  "y": 204
                                            },
                                            "bottom_left": {
                                                  "x": 183,
                                                  "y": 201
                                            },
                                            "width": 37.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "TOTS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 232,
                                                  "y": 191
                                            },
                                            "top_right": {
                                                  "x": 262,
                                                  "y": 192
                                            },
                                            "bottom_right": {
                                                  "x": 260,
                                                  "y": 208
                                            },
                                            "bottom_left": {
                                                  "x": 230,
                                                  "y": 205
                                            },
                                            "width": 30,
                                            "height": 15
                                      }
                                }
                          ]
                    },
                    {
                          "text": "001312000026 F 2.96 0",
                          "bounds": {
                                "top_left": {
                                      "x": 282,
                                      "y": 195
                                },
                                "top_right": {
                                      "x": 392,
                                      "y": 196
                                },
                                "bottom_right": {
                                      "x": 392,
                                      "y": 211
                                },
                                "bottom_left": {
                                      "x": 281,
                                      "y": 210
                                },
                                "width": 110.5,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "001312000026",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 284,
                                                  "y": 195
                                            },
                                            "top_right": {
                                                  "x": 376,
                                                  "y": 197
                                            },
                                            "bottom_right": {
                                                  "x": 376,
                                                  "y": 211
                                            },
                                            "bottom_left": {
                                                  "x": 284,
                                                  "y": 211
                                            },
                                            "width": 92,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 384,
                                                  "y": 197
                                            },
                                            "top_right": {
                                                  "x": 392,
                                                  "y": 197
                                            },
                                            "bottom_right": {
                                                  "x": 392,
                                                  "y": 211
                                            },
                                            "bottom_left": {
                                                  "x": 384,
                                                  "y": 211
                                            },
                                            "width": 8,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "HARD/PROV/DC 007874219410 F",
                          "bounds": {
                                "top_left": {
                                      "x": 180,
                                      "y": 200
                                },
                                "top_right": {
                                      "x": 392,
                                      "y": 210
                                },
                                "bottom_right": {
                                      "x": 391,
                                      "y": 225
                                },
                                "bottom_left": {
                                      "x": 180,
                                      "y": 217
                                },
                                "width": 211.5,
                                "height": 16
                          },
                          "words": [
                                {
                                      "text": "HARD/PROV/DC",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 181,
                                                  "y": 201
                                            },
                                            "top_right": {
                                                  "x": 276,
                                                  "y": 207
                                            },
                                            "bottom_right": {
                                                  "x": 275,
                                                  "y": 223
                                            },
                                            "bottom_left": {
                                                  "x": 180,
                                                  "y": 214
                                            },
                                            "width": 95,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "007874219410",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 285,
                                                  "y": 208
                                            },
                                            "top_right": {
                                                  "x": 376,
                                                  "y": 211
                                            },
                                            "bottom_right": {
                                                  "x": 376,
                                                  "y": 224
                                            },
                                            "bottom_left": {
                                                  "x": 284,
                                                  "y": 223
                                            },
                                            "width": 91.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 383,
                                                  "y": 211
                                            },
                                            "top_right": {
                                                  "x": 392,
                                                  "y": 211
                                            },
                                            "bottom_right": {
                                                  "x": 391,
                                                  "y": 224
                                            },
                                            "bottom_left": {
                                                  "x": 383,
                                                  "y": 224
                                            },
                                            "width": 8.5,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "SNACK BARS",
                          "bounds": {
                                "top_left": {
                                      "x": 180,
                                      "y": 214
                                },
                                "top_right": {
                                      "x": 263,
                                      "y": 220
                                },
                                "bottom_right": {
                                      "x": 262,
                                      "y": 234
                                },
                                "bottom_left": {
                                      "x": 179,
                                      "y": 229
                                },
                                "width": 83,
                                "height": 14.5
                          },
                          "words": [
                                {
                                      "text": "SNACK",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 182,
                                                  "y": 215
                                            },
                                            "top_right": {
                                                  "x": 221,
                                                  "y": 218
                                            },
                                            "bottom_right": {
                                                  "x": 219,
                                                  "y": 232
                                            },
                                            "bottom_left": {
                                                  "x": 180,
                                                  "y": 229
                                            },
                                            "width": 39,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "BARS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 230,
                                                  "y": 218
                                            },
                                            "top_right": {
                                                  "x": 262,
                                                  "y": 220
                                            },
                                            "bottom_right": {
                                                  "x": 261,
                                                  "y": 234
                                            },
                                            "bottom_left": {
                                                  "x": 229,
                                                  "y": 233
                                            },
                                            "width": 32,
                                            "height": 14.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "2.68 0",
                          "bounds": {
                                "top_left": {
                                      "x": 429,
                                      "y": 208
                                },
                                "top_right": {
                                      "x": 479,
                                      "y": 209
                                },
                                "bottom_right": {
                                      "x": 479,
                                      "y": 222
                                },
                                "bottom_left": {
                                      "x": 429,
                                      "y": 222
                                },
                                "width": 50,
                                "height": 13.5
                          },
                          "words": [
                                {
                                      "text": "2.68",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 431,
                                                  "y": 209
                                            },
                                            "top_right": {
                                                  "x": 461,
                                                  "y": 209
                                            },
                                            "bottom_right": {
                                                  "x": 461,
                                                  "y": 223
                                            },
                                            "bottom_left": {
                                                  "x": 432,
                                                  "y": 223
                                            },
                                            "width": 29.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "0",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 470,
                                                  "y": 209
                                            },
                                            "top_right": {
                                                  "x": 477,
                                                  "y": 209
                                            },
                                            "bottom_right": {
                                                  "x": 477,
                                                  "y": 223
                                            },
                                            "bottom_left": {
                                                  "x": 469,
                                                  "y": 223
                                            },
                                            "width": 7.5,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "HRI CL CHS 5.88 0",
                          "bounds": {
                                "top_left": {
                                      "x": 180,
                                      "y": 229
                                },
                                "top_right": {
                                      "x": 261,
                                      "y": 234
                                },
                                "bottom_right": {
                                      "x": 260,
                                      "y": 249
                                },
                                "bottom_left": {
                                      "x": 179,
                                      "y": 244
                                },
                                "width": 81,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "HRI",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 181,
                                                  "y": 230
                                            },
                                            "top_right": {
                                                  "x": 207,
                                                  "y": 231
                                            },
                                            "bottom_right": {
                                                  "x": 205,
                                                  "y": 246
                                            },
                                            "bottom_left": {
                                                  "x": 180,
                                                  "y": 244
                                            },
                                            "width": 25.5,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "CL",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 214,
                                                  "y": 232
                                            },
                                            "top_right": {
                                                  "x": 229,
                                                  "y": 233
                                            },
                                            "bottom_right": {
                                                  "x": 227,
                                                  "y": 247
                                            },
                                            "bottom_left": {
                                                  "x": 212,
                                                  "y": 246
                                            },
                                            "width": 15,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "CHS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 237,
                                                  "y": 233
                                            },
                                            "top_right": {
                                                  "x": 261,
                                                  "y": 235
                                            },
                                            "bottom_right": {
                                                  "x": 260,
                                                  "y": 250
                                            },
                                            "bottom_left": {
                                                  "x": 236,
                                                  "y": 248
                                            },
                                            "width": 24,
                                            "height": 15
                                      }
                                }
                          ]
                    },
                    {
                          "text": "002190848816 F 4.98 T",
                          "bounds": {
                                "top_left": {
                                      "x": 282,
                                      "y": 222
                                },
                                "top_right": {
                                      "x": 392,
                                      "y": 223
                                },
                                "bottom_right": {
                                      "x": 392,
                                      "y": 239
                                },
                                "bottom_left": {
                                      "x": 281,
                                      "y": 237
                                },
                                "width": 110.5,
                                "height": 15.5
                          },
                          "words": [
                                {
                                      "text": "002190848816",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 283,
                                                  "y": 222
                                            },
                                            "top_right": {
                                                  "x": 376,
                                                  "y": 224
                                            },
                                            "bottom_right": {
                                                  "x": 375,
                                                  "y": 239
                                            },
                                            "bottom_left": {
                                                  "x": 283,
                                                  "y": 238
                                            },
                                            "width": 92.5,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 383,
                                                  "y": 225
                                            },
                                            "top_right": {
                                                  "x": 391,
                                                  "y": 225
                                            },
                                            "bottom_right": {
                                                  "x": 390,
                                                  "y": 238
                                            },
                                            "bottom_left": {
                                                  "x": 382,
                                                  "y": 238
                                            },
                                            "width": 8,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "HRI CL CHS",
                          "bounds": {
                                "top_left": {
                                      "x": 179,
                                      "y": 243
                                },
                                "top_right": {
                                      "x": 261,
                                      "y": 249
                                },
                                "bottom_right": {
                                      "x": 260,
                                      "y": 263
                                },
                                "bottom_left": {
                                      "x": 178,
                                      "y": 257
                                },
                                "width": 82,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "HRI",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 179,
                                                  "y": 244
                                            },
                                            "top_right": {
                                                  "x": 205,
                                                  "y": 245
                                            },
                                            "bottom_right": {
                                                  "x": 205,
                                                  "y": 259
                                            },
                                            "bottom_left": {
                                                  "x": 179,
                                                  "y": 258
                                            },
                                            "width": 26,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "CL",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 213,
                                                  "y": 246
                                            },
                                            "top_right": {
                                                  "x": 228,
                                                  "y": 247
                                            },
                                            "bottom_right": {
                                                  "x": 227,
                                                  "y": 261
                                            },
                                            "bottom_left": {
                                                  "x": 212,
                                                  "y": 260
                                            },
                                            "width": 15,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "CHS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 236,
                                                  "y": 247
                                            },
                                            "top_right": {
                                                  "x": 260,
                                                  "y": 249
                                            },
                                            "bottom_right": {
                                                  "x": 259,
                                                  "y": 264
                                            },
                                            "bottom_left": {
                                                  "x": 235,
                                                  "y": 262
                                            },
                                            "width": 24,
                                            "height": 15
                                      }
                                }
                          ]
                    },
                    {
                          "text": "003120506000 F",
                          "bounds": {
                                "top_left": {
                                      "x": 283,
                                      "y": 236
                                },
                                "top_right": {
                                      "x": 391,
                                      "y": 237
                                },
                                "bottom_right": {
                                      "x": 391,
                                      "y": 253
                                },
                                "bottom_left": {
                                      "x": 283,
                                      "y": 252
                                },
                                "width": 108,
                                "height": 16
                          },
                          "words": [
                                {
                                      "text": "003120506000",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 284,
                                                  "y": 236
                                            },
                                            "top_right": {
                                                  "x": 376,
                                                  "y": 239
                                            },
                                            "bottom_right": {
                                                  "x": 375,
                                                  "y": 253
                                            },
                                            "bottom_left": {
                                                  "x": 283,
                                                  "y": 253
                                            },
                                            "width": 92,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 383,
                                                  "y": 239
                                            },
                                            "top_right": {
                                                  "x": 392,
                                                  "y": 239
                                            },
                                            "bottom_right": {
                                                  "x": 392,
                                                  "y": 252
                                            },
                                            "bottom_left": {
                                                  "x": 383,
                                                  "y": 253
                                            },
                                            "width": 9,
                                            "height": 13.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "003120506000 F 6.88 0",
                          "bounds": {
                                "top_left": {
                                      "x": 283,
                                      "y": 251
                                },
                                "top_right": {
                                      "x": 392,
                                      "y": 252
                                },
                                "bottom_right": {
                                      "x": 392,
                                      "y": 266
                                },
                                "bottom_left": {
                                      "x": 283,
                                      "y": 265
                                },
                                "width": 109,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "003120506000",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 284,
                                                  "y": 251
                                            },
                                            "top_right": {
                                                  "x": 375,
                                                  "y": 253
                                            },
                                            "bottom_right": {
                                                  "x": 375,
                                                  "y": 267
                                            },
                                            "bottom_left": {
                                                  "x": 283,
                                                  "y": 266
                                            },
                                            "width": 91.5,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 383,
                                                  "y": 253
                                            },
                                            "top_right": {
                                                  "x": 390,
                                                  "y": 253
                                            },
                                            "bottom_right": {
                                                  "x": 389,
                                                  "y": 267
                                            },
                                            "bottom_left": {
                                                  "x": 382,
                                                  "y": 267
                                            },
                                            "width": 7,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "** VOIDED ENTRY ##",
                          "bounds": {
                                "top_left": {
                                      "x": 183,
                                      "y": 258
                                },
                                "top_right": {
                                      "x": 330,
                                      "y": 267
                                },
                                "bottom_right": {
                                      "x": 329,
                                      "y": 281
                                },
                                "bottom_left": {
                                      "x": 183,
                                      "y": 272
                                },
                                "width": 146.5,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "**",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 187,
                                                  "y": 259
                                            },
                                            "top_right": {
                                                  "x": 204,
                                                  "y": 260
                                            },
                                            "bottom_right": {
                                                  "x": 204,
                                                  "y": 274
                                            },
                                            "bottom_left": {
                                                  "x": 187,
                                                  "y": 272
                                            },
                                            "width": 17,
                                            "height": 13.5
                                      }
                                },
                                {
                                      "text": "VOIDED",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 212,
                                                  "y": 260
                                            },
                                            "top_right": {
                                                  "x": 260,
                                                  "y": 263
                                            },
                                            "bottom_right": {
                                                  "x": 260,
                                                  "y": 278
                                            },
                                            "bottom_left": {
                                                  "x": 211,
                                                  "y": 274
                                            },
                                            "width": 48.5,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "ENTRY",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 268,
                                                  "y": 264
                                            },
                                            "top_right": {
                                                  "x": 307,
                                                  "y": 266
                                            },
                                            "bottom_right": {
                                                  "x": 306,
                                                  "y": 280
                                            },
                                            "bottom_left": {
                                                  "x": 267,
                                                  "y": 278
                                            },
                                            "width": 39,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "##",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 314,
                                                  "y": 266
                                            },
                                            "top_right": {
                                                  "x": 329,
                                                  "y": 267
                                            },
                                            "bottom_right": {
                                                  "x": 328,
                                                  "y": 281
                                            },
                                            "bottom_left": {
                                                  "x": 313,
                                                  "y": 281
                                            },
                                            "width": 15,
                                            "height": 14.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "HRI CL CHS 5.88-0",
                          "bounds": {
                                "top_left": {
                                      "x": 179,
                                      "y": 272
                                },
                                "top_right": {
                                      "x": 261,
                                      "y": 276
                                },
                                "bottom_right": {
                                      "x": 260,
                                      "y": 291
                                },
                                "bottom_left": {
                                      "x": 178,
                                      "y": 286
                                },
                                "width": 82,
                                "height": 14.5
                          },
                          "words": [
                                {
                                      "text": "HRI",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 179,
                                                  "y": 272
                                            },
                                            "top_right": {
                                                  "x": 205,
                                                  "y": 274
                                            },
                                            "bottom_right": {
                                                  "x": 204,
                                                  "y": 288
                                            },
                                            "bottom_left": {
                                                  "x": 179,
                                                  "y": 286
                                            },
                                            "width": 25.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "CL",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 211,
                                                  "y": 274
                                            },
                                            "top_right": {
                                                  "x": 226,
                                                  "y": 275
                                            },
                                            "bottom_right": {
                                                  "x": 225,
                                                  "y": 290
                                            },
                                            "bottom_left": {
                                                  "x": 211,
                                                  "y": 289
                                            },
                                            "width": 14.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "CHS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 236,
                                                  "y": 275
                                            },
                                            "top_right": {
                                                  "x": 260,
                                                  "y": 277
                                            },
                                            "bottom_right": {
                                                  "x": 258,
                                                  "y": 291
                                            },
                                            "bottom_left": {
                                                  "x": 235,
                                                  "y": 290
                                            },
                                            "width": 23.5,
                                            "height": 14.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "003120506000 F",
                          "bounds": {
                                "top_left": {
                                      "x": 280,
                                      "y": 279
                                },
                                "top_right": {
                                      "x": 390,
                                      "y": 279
                                },
                                "bottom_right": {
                                      "x": 390,
                                      "y": 294
                                },
                                "bottom_left": {
                                      "x": 280,
                                      "y": 294
                                },
                                "width": 110,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "003120506000",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 282,
                                                  "y": 279
                                            },
                                            "top_right": {
                                                  "x": 374,
                                                  "y": 281
                                            },
                                            "bottom_right": {
                                                  "x": 373,
                                                  "y": 294
                                            },
                                            "bottom_left": {
                                                  "x": 282,
                                                  "y": 294
                                            },
                                            "width": 91.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 382,
                                                  "y": 281
                                            },
                                            "top_right": {
                                                  "x": 389,
                                                  "y": 281
                                            },
                                            "bottom_right": {
                                                  "x": 388,
                                                  "y": 293
                                            },
                                            "bottom_left": {
                                                  "x": 381,
                                                  "y": 293
                                            },
                                            "width": 7,
                                            "height": 12
                                      }
                                }
                          ]
                    },
                    {
                          "text": "HRI 12 U SG 003120535000 F",
                          "bounds": {
                                "top_left": {
                                      "x": 178,
                                      "y": 285
                                },
                                "top_right": {
                                      "x": 391,
                                      "y": 294
                                },
                                "bottom_right": {
                                      "x": 390,
                                      "y": 309
                                },
                                "bottom_left": {
                                      "x": 177,
                                      "y": 302
                                },
                                "width": 213,
                                "height": 16
                          },
                          "words": [
                                {
                                      "text": "HRI",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 179,
                                                  "y": 285
                                            },
                                            "top_right": {
                                                  "x": 205,
                                                  "y": 287
                                            },
                                            "bottom_right": {
                                                  "x": 204,
                                                  "y": 302
                                            },
                                            "bottom_left": {
                                                  "x": 177,
                                                  "y": 300
                                            },
                                            "width": 26.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "12",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 213,
                                                  "y": 288
                                            },
                                            "top_right": {
                                                  "x": 228,
                                                  "y": 289
                                            },
                                            "bottom_right": {
                                                  "x": 227,
                                                  "y": 304
                                            },
                                            "bottom_left": {
                                                  "x": 212,
                                                  "y": 303
                                            },
                                            "width": 15,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "U",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 243,
                                                  "y": 290
                                            },
                                            "top_right": {
                                                  "x": 251,
                                                  "y": 290
                                            },
                                            "bottom_right": {
                                                  "x": 250,
                                                  "y": 306
                                            },
                                            "bottom_left": {
                                                  "x": 242,
                                                  "y": 305
                                            },
                                            "width": 8,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "SG",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 259,
                                                  "y": 291
                                            },
                                            "top_right": {
                                                  "x": 274,
                                                  "y": 292
                                            },
                                            "bottom_right": {
                                                  "x": 273,
                                                  "y": 307
                                            },
                                            "bottom_left": {
                                                  "x": 258,
                                                  "y": 306
                                            },
                                            "width": 15,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "003120535000",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 282,
                                                  "y": 292
                                            },
                                            "top_right": {
                                                  "x": 374,
                                                  "y": 294
                                            },
                                            "bottom_right": {
                                                  "x": 373,
                                                  "y": 309
                                            },
                                            "bottom_left": {
                                                  "x": 281,
                                                  "y": 307
                                            },
                                            "width": 92,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 381,
                                                  "y": 295
                                            },
                                            "top_right": {
                                                  "x": 389,
                                                  "y": 295
                                            },
                                            "bottom_right": {
                                                  "x": 388,
                                                  "y": 308
                                            },
                                            "bottom_left": {
                                                  "x": 380,
                                                  "y": 308
                                            },
                                            "width": 8,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "HRI CL PEP",
                          "bounds": {
                                "top_left": {
                                      "x": 176,
                                      "y": 299
                                },
                                "top_right": {
                                      "x": 259,
                                      "y": 305
                                },
                                "bottom_right": {
                                      "x": 258,
                                      "y": 319
                                },
                                "bottom_left": {
                                      "x": 175,
                                      "y": 314
                                },
                                "width": 83,
                                "height": 14.5
                          },
                          "words": [
                                {
                                      "text": "HRI",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 178,
                                                  "y": 300
                                            },
                                            "top_right": {
                                                  "x": 203,
                                                  "y": 302
                                            },
                                            "bottom_right": {
                                                  "x": 203,
                                                  "y": 316
                                            },
                                            "bottom_left": {
                                                  "x": 178,
                                                  "y": 315
                                            },
                                            "width": 25,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "CL",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 211,
                                                  "y": 303
                                            },
                                            "top_right": {
                                                  "x": 226,
                                                  "y": 304
                                            },
                                            "bottom_right": {
                                                  "x": 225,
                                                  "y": 318
                                            },
                                            "bottom_left": {
                                                  "x": 210,
                                                  "y": 317
                                            },
                                            "width": 15,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "PEP",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 236,
                                                  "y": 305
                                            },
                                            "top_right": {
                                                  "x": 258,
                                                  "y": 306
                                            },
                                            "bottom_right": {
                                                  "x": 257,
                                                  "y": 319
                                            },
                                            "bottom_left": {
                                                  "x": 235,
                                                  "y": 318
                                            },
                                            "width": 22,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "5.88 0",
                          "bounds": {
                                "top_left": {
                                      "x": 427,
                                      "y": 294
                                },
                                "top_right": {
                                      "x": 475,
                                      "y": 294
                                },
                                "bottom_right": {
                                      "x": 475,
                                      "y": 307
                                },
                                "bottom_left": {
                                      "x": 427,
                                      "y": 307
                                },
                                "width": 48,
                                "height": 13
                          },
                          "words": [
                                {
                                      "text": "5.88",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 427,
                                                  "y": 294
                                            },
                                            "top_right": {
                                                  "x": 458,
                                                  "y": 294
                                            },
                                            "bottom_right": {
                                                  "x": 458,
                                                  "y": 308
                                            },
                                            "bottom_left": {
                                                  "x": 427,
                                                  "y": 308
                                            },
                                            "width": 31,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "0",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 467,
                                                  "y": 295
                                            },
                                            "top_right": {
                                                  "x": 474,
                                                  "y": 295
                                            },
                                            "bottom_right": {
                                                  "x": 474,
                                                  "y": 307
                                            },
                                            "bottom_left": {
                                                  "x": 467,
                                                  "y": 308
                                            },
                                            "width": 7,
                                            "height": 12.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "EARBUDS 068113100946 4.88 X",
                          "bounds": {
                                "top_left": {
                                      "x": 177,
                                      "y": 315
                                },
                                "top_right": {
                                      "x": 240,
                                      "y": 317
                                },
                                "bottom_right": {
                                      "x": 239,
                                      "y": 332
                                },
                                "bottom_left": {
                                      "x": 177,
                                      "y": 329
                                },
                                "width": 62.5,
                                "height": 14.5
                          },
                          "words": [
                                {
                                      "text": "EARBUDS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 179,
                                                  "y": 315
                                            },
                                            "top_right": {
                                                  "x": 235,
                                                  "y": 319
                                            },
                                            "bottom_right": {
                                                  "x": 234,
                                                  "y": 332
                                            },
                                            "bottom_left": {
                                                  "x": 177,
                                                  "y": 330
                                            },
                                            "width": 56.5,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "003120507000 F 5.88 0",
                          "bounds": {
                                "top_left": {
                                      "x": 280,
                                      "y": 306
                                },
                                "top_right": {
                                      "x": 390,
                                      "y": 307
                                },
                                "bottom_right": {
                                      "x": 390,
                                      "y": 322
                                },
                                "bottom_left": {
                                      "x": 280,
                                      "y": 322
                                },
                                "width": 110,
                                "height": 15.5
                          },
                          "words": [
                                {
                                      "text": "003120507000",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 282,
                                                  "y": 307
                                            },
                                            "top_right": {
                                                  "x": 373,
                                                  "y": 308
                                            },
                                            "bottom_right": {
                                                  "x": 373,
                                                  "y": 323
                                            },
                                            "bottom_left": {
                                                  "x": 280,
                                                  "y": 322
                                            },
                                            "width": 92,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 381,
                                                  "y": 308
                                            },
                                            "top_right": {
                                                  "x": 388,
                                                  "y": 309
                                            },
                                            "bottom_right": {
                                                  "x": 388,
                                                  "y": 322
                                            },
                                            "bottom_left": {
                                                  "x": 381,
                                                  "y": 322
                                            },
                                            "width": 7,
                                            "height": 13.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "SC BCN CHDDR 007874202906 F",
                          "bounds": {
                                "top_left": {
                                      "x": 176,
                                      "y": 329
                                },
                                "top_right": {
                                      "x": 389,
                                      "y": 336
                                },
                                "bottom_right": {
                                      "x": 389,
                                      "y": 351
                                },
                                "bottom_left": {
                                      "x": 176,
                                      "y": 345
                                },
                                "width": 213,
                                "height": 15.5
                          },
                          "words": [
                                {
                                      "text": "SC",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 178,
                                                  "y": 329
                                            },
                                            "top_right": {
                                                  "x": 194,
                                                  "y": 330
                                            },
                                            "bottom_right": {
                                                  "x": 193,
                                                  "y": 345
                                            },
                                            "bottom_left": {
                                                  "x": 177,
                                                  "y": 343
                                            },
                                            "width": 16,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "BCN",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 203,
                                                  "y": 331
                                            },
                                            "top_right": {
                                                  "x": 225,
                                                  "y": 332
                                            },
                                            "bottom_right": {
                                                  "x": 224,
                                                  "y": 347
                                            },
                                            "bottom_left": {
                                                  "x": 202,
                                                  "y": 345
                                            },
                                            "width": 22,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "CHDDR",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 234,
                                                  "y": 333
                                            },
                                            "top_right": {
                                                  "x": 273,
                                                  "y": 334
                                            },
                                            "bottom_right": {
                                                  "x": 272,
                                                  "y": 349
                                            },
                                            "bottom_left": {
                                                  "x": 233,
                                                  "y": 347
                                            },
                                            "width": 39,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "007874202906",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 281,
                                                  "y": 335
                                            },
                                            "top_right": {
                                                  "x": 372,
                                                  "y": 337
                                            },
                                            "bottom_right": {
                                                  "x": 372,
                                                  "y": 351
                                            },
                                            "bottom_left": {
                                                  "x": 280,
                                                  "y": 349
                                            },
                                            "width": 91.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 380,
                                                  "y": 337
                                            },
                                            "top_right": {
                                                  "x": 387,
                                                  "y": 337
                                            },
                                            "bottom_right": {
                                                  "x": 387,
                                                  "y": 351
                                            },
                                            "bottom_left": {
                                                  "x": 379,
                                                  "y": 351
                                            },
                                            "width": 7.5,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "ABF THINBRST 022451710972 F",
                          "bounds": {
                                "top_left": {
                                      "x": 177,
                                      "y": 343
                                },
                                "top_right": {
                                      "x": 390,
                                      "y": 350
                                },
                                "bottom_right": {
                                      "x": 390,
                                      "y": 365
                                },
                                "bottom_left": {
                                      "x": 176,
                                      "y": 359
                                },
                                "width": 213.5,
                                "height": 15.5
                          },
                          "words": [
                                {
                                      "text": "ABF",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 177,
                                                  "y": 343
                                            },
                                            "top_right": {
                                                  "x": 201,
                                                  "y": 345
                                            },
                                            "bottom_right": {
                                                  "x": 201,
                                                  "y": 360
                                            },
                                            "bottom_left": {
                                                  "x": 177,
                                                  "y": 358
                                            },
                                            "width": 24,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "THINBRST",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 211,
                                                  "y": 345
                                            },
                                            "top_right": {
                                                  "x": 274,
                                                  "y": 348
                                            },
                                            "bottom_right": {
                                                  "x": 273,
                                                  "y": 363
                                            },
                                            "bottom_left": {
                                                  "x": 211,
                                                  "y": 360
                                            },
                                            "width": 62.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "022451710972",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 281,
                                                  "y": 348
                                            },
                                            "top_right": {
                                                  "x": 373,
                                                  "y": 350
                                            },
                                            "bottom_right": {
                                                  "x": 373,
                                                  "y": 365
                                            },
                                            "bottom_left": {
                                                  "x": 280,
                                                  "y": 363
                                            },
                                            "width": 92.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 380,
                                                  "y": 350
                                            },
                                            "top_right": {
                                                  "x": 387,
                                                  "y": 350
                                            },
                                            "bottom_right": {
                                                  "x": 387,
                                                  "y": 365
                                            },
                                            "bottom_left": {
                                                  "x": 379,
                                                  "y": 365
                                            },
                                            "width": 7.5,
                                            "height": 15
                                      }
                                }
                          ]
                    },
                    {
                          "text": "6.98 0",
                          "bounds": {
                                "top_left": {
                                      "x": 424,
                                      "y": 336
                                },
                                "top_right": {
                                      "x": 475,
                                      "y": 337
                                },
                                "bottom_right": {
                                      "x": 475,
                                      "y": 351
                                },
                                "bottom_left": {
                                      "x": 424,
                                      "y": 350
                                },
                                "width": 51,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "6.98",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 426,
                                                  "y": 337
                                            },
                                            "top_right": {
                                                  "x": 457,
                                                  "y": 338
                                            },
                                            "bottom_right": {
                                                  "x": 456,
                                                  "y": 350
                                            },
                                            "bottom_left": {
                                                  "x": 426,
                                                  "y": 351
                                            },
                                            "width": 30.5,
                                            "height": 13
                                      }
                                },
                                {
                                      "text": "0",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 466,
                                                  "y": 339
                                            },
                                            "top_right": {
                                                  "x": 473,
                                                  "y": 339
                                            },
                                            "bottom_right": {
                                                  "x": 472,
                                                  "y": 350
                                            },
                                            "bottom_left": {
                                                  "x": 465,
                                                  "y": 350
                                            },
                                            "width": 7,
                                            "height": 11
                                      }
                                }
                          ]
                    },
                    {
                          "text": "HARD/PROV/DC 007874219410 F",
                          "bounds": {
                                "top_left": {
                                      "x": 177,
                                      "y": 358
                                },
                                "top_right": {
                                      "x": 390,
                                      "y": 364
                                },
                                "bottom_right": {
                                      "x": 389,
                                      "y": 379
                                },
                                "bottom_left": {
                                      "x": 176,
                                      "y": 374
                                },
                                "width": 213,
                                "height": 15.5
                          },
                          "words": [
                                {
                                      "text": "HARD/PROV/DC",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 177,
                                                  "y": 358
                                            },
                                            "top_right": {
                                                  "x": 272,
                                                  "y": 362
                                            },
                                            "bottom_right": {
                                                  "x": 272,
                                                  "y": 377
                                            },
                                            "bottom_left": {
                                                  "x": 177,
                                                  "y": 373
                                            },
                                            "width": 95,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "007874219410",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 281,
                                                  "y": 362
                                            },
                                            "top_right": {
                                                  "x": 372,
                                                  "y": 365
                                            },
                                            "bottom_right": {
                                                  "x": 372,
                                                  "y": 379
                                            },
                                            "bottom_left": {
                                                  "x": 280,
                                                  "y": 377
                                            },
                                            "width": 91.5,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 379,
                                                  "y": 365
                                            },
                                            "top_right": {
                                                  "x": 387,
                                                  "y": 365
                                            },
                                            "bottom_right": {
                                                  "x": 387,
                                                  "y": 379
                                            },
                                            "bottom_left": {
                                                  "x": 379,
                                                  "y": 379
                                            },
                                            "width": 8,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "9.72 0",
                          "bounds": {
                                "top_left": {
                                      "x": 424,
                                      "y": 351
                                },
                                "top_right": {
                                      "x": 474,
                                      "y": 351
                                },
                                "bottom_right": {
                                      "x": 473,
                                      "y": 365
                                },
                                "bottom_left": {
                                      "x": 424,
                                      "y": 365
                                },
                                "width": 49.5,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "9.72",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 426,
                                                  "y": 352
                                            },
                                            "top_right": {
                                                  "x": 457,
                                                  "y": 352
                                            },
                                            "bottom_right": {
                                                  "x": 457,
                                                  "y": 365
                                            },
                                            "bottom_left": {
                                                  "x": 427,
                                                  "y": 365
                                            },
                                            "width": 30.5,
                                            "height": 13
                                      }
                                },
                                {
                                      "text": "0",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 465,
                                                  "y": 352
                                            },
                                            "top_right": {
                                                  "x": 472,
                                                  "y": 353
                                            },
                                            "bottom_right": {
                                                  "x": 472,
                                                  "y": 365
                                            },
                                            "bottom_left": {
                                                  "x": 465,
                                                  "y": 365
                                            },
                                            "width": 7,
                                            "height": 12.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "DV RSE OIL M 001111101220",
                          "bounds": {
                                "top_left": {
                                      "x": 175,
                                      "y": 372
                                },
                                "top_right": {
                                      "x": 373,
                                      "y": 379
                                },
                                "bottom_right": {
                                      "x": 372,
                                      "y": 394
                                },
                                "bottom_left": {
                                      "x": 175,
                                      "y": 388
                                },
                                "width": 197.5,
                                "height": 15.5
                          },
                          "words": [
                                {
                                      "text": "DV",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 178,
                                                  "y": 373
                                            },
                                            "top_right": {
                                                  "x": 193,
                                                  "y": 374
                                            },
                                            "bottom_right": {
                                                  "x": 192,
                                                  "y": 388
                                            },
                                            "bottom_left": {
                                                  "x": 176,
                                                  "y": 387
                                            },
                                            "width": 15.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "RSE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 201,
                                                  "y": 374
                                            },
                                            "top_right": {
                                                  "x": 225,
                                                  "y": 375
                                            },
                                            "bottom_right": {
                                                  "x": 224,
                                                  "y": 390
                                            },
                                            "bottom_left": {
                                                  "x": 200,
                                                  "y": 388
                                            },
                                            "width": 24,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "OIL",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 233,
                                                  "y": 375
                                            },
                                            "top_right": {
                                                  "x": 256,
                                                  "y": 376
                                            },
                                            "bottom_right": {
                                                  "x": 255,
                                                  "y": 391
                                            },
                                            "bottom_left": {
                                                  "x": 232,
                                                  "y": 390
                                            },
                                            "width": 23,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "M",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 265,
                                                  "y": 376
                                            },
                                            "top_right": {
                                                  "x": 272,
                                                  "y": 376
                                            },
                                            "bottom_right": {
                                                  "x": 271,
                                                  "y": 392
                                            },
                                            "bottom_left": {
                                                  "x": 264,
                                                  "y": 391
                                            },
                                            "width": 7,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "001111101220",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 280,
                                                  "y": 376
                                            },
                                            "top_right": {
                                                  "x": 372,
                                                  "y": 379
                                            },
                                            "bottom_right": {
                                                  "x": 371,
                                                  "y": 394
                                            },
                                            "bottom_left": {
                                                  "x": 279,
                                                  "y": 392
                                            },
                                            "width": 92,
                                            "height": 15.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "2.68 0",
                          "bounds": {
                                "top_left": {
                                      "x": 423,
                                      "y": 365
                                },
                                "top_right": {
                                      "x": 473,
                                      "y": 367
                                },
                                "bottom_right": {
                                      "x": 473,
                                      "y": 381
                                },
                                "bottom_left": {
                                      "x": 423,
                                      "y": 379
                                },
                                "width": 50,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "2.68",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 426,
                                                  "y": 366
                                            },
                                            "top_right": {
                                                  "x": 456,
                                                  "y": 367
                                            },
                                            "bottom_right": {
                                                  "x": 456,
                                                  "y": 380
                                            },
                                            "bottom_left": {
                                                  "x": 426,
                                                  "y": 380
                                            },
                                            "width": 30,
                                            "height": 13.5
                                      }
                                },
                                {
                                      "text": "0",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 465,
                                                  "y": 368
                                            },
                                            "top_right": {
                                                  "x": 471,
                                                  "y": 368
                                            },
                                            "bottom_right": {
                                                  "x": 471,
                                                  "y": 380
                                            },
                                            "bottom_left": {
                                                  "x": 464,
                                                  "y": 380
                                            },
                                            "width": 6.5,
                                            "height": 12
                                      }
                                }
                          ]
                    },
                    {
                          "text": "APPLE 3 BAG 084747300184 F",
                          "bounds": {
                                "top_left": {
                                      "x": 175,
                                      "y": 386
                                },
                                "top_right": {
                                      "x": 387,
                                      "y": 393
                                },
                                "bottom_right": {
                                      "x": 386,
                                      "y": 408
                                },
                                "bottom_left": {
                                      "x": 175,
                                      "y": 401
                                },
                                "width": 211.5,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "APPLE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 177,
                                                  "y": 387
                                            },
                                            "top_right": {
                                                  "x": 216,
                                                  "y": 388
                                            },
                                            "bottom_right": {
                                                  "x": 215,
                                                  "y": 403
                                            },
                                            "bottom_left": {
                                                  "x": 176,
                                                  "y": 402
                                            },
                                            "width": 39,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "3",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 226,
                                                  "y": 389
                                            },
                                            "top_right": {
                                                  "x": 233,
                                                  "y": 389
                                            },
                                            "bottom_right": {
                                                  "x": 232,
                                                  "y": 404
                                            },
                                            "bottom_left": {
                                                  "x": 225,
                                                  "y": 403
                                            },
                                            "width": 7,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "BAG",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 249,
                                                  "y": 390
                                            },
                                            "top_right": {
                                                  "x": 272,
                                                  "y": 391
                                            },
                                            "bottom_right": {
                                                  "x": 271,
                                                  "y": 405
                                            },
                                            "bottom_left": {
                                                  "x": 248,
                                                  "y": 404
                                            },
                                            "width": 23,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "084747300184",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 280,
                                                  "y": 391
                                            },
                                            "top_right": {
                                                  "x": 371,
                                                  "y": 393
                                            },
                                            "bottom_right": {
                                                  "x": 370,
                                                  "y": 407
                                            },
                                            "bottom_left": {
                                                  "x": 279,
                                                  "y": 405
                                            },
                                            "width": 91,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 378,
                                                  "y": 394
                                            },
                                            "top_right": {
                                                  "x": 386,
                                                  "y": 394
                                            },
                                            "bottom_right": {
                                                  "x": 385,
                                                  "y": 407
                                            },
                                            "bottom_left": {
                                                  "x": 377,
                                                  "y": 407
                                            },
                                            "width": 8,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "5.94 X",
                          "bounds": {
                                "top_left": {
                                      "x": 421,
                                      "y": 379
                                },
                                "top_right": {
                                      "x": 474,
                                      "y": 380
                                },
                                "bottom_right": {
                                      "x": 473,
                                      "y": 394
                                },
                                "bottom_left": {
                                      "x": 421,
                                      "y": 393
                                },
                                "width": 52.5,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "5.94",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 425,
                                                  "y": 380
                                            },
                                            "top_right": {
                                                  "x": 457,
                                                  "y": 381
                                            },
                                            "bottom_right": {
                                                  "x": 456,
                                                  "y": 393
                                            },
                                            "bottom_left": {
                                                  "x": 425,
                                                  "y": 393
                                            },
                                            "width": 31.5,
                                            "height": 12.5
                                      }
                                },
                                {
                                      "text": "X",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 465,
                                                  "y": 381
                                            },
                                            "top_right": {
                                                  "x": 471,
                                                  "y": 381
                                            },
                                            "bottom_right": {
                                                  "x": 471,
                                                  "y": 394
                                            },
                                            "bottom_left": {
                                                  "x": 464,
                                                  "y": 393
                                            },
                                            "width": 6.5,
                                            "height": 12.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "STOK LT SWT 004127102774 F",
                          "bounds": {
                                "top_left": {
                                      "x": 175,
                                      "y": 400
                                },
                                "top_right": {
                                      "x": 386,
                                      "y": 406
                                },
                                "bottom_right": {
                                      "x": 386,
                                      "y": 421
                                },
                                "bottom_left": {
                                      "x": 174,
                                      "y": 415
                                },
                                "width": 211.5,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "STOK",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 176,
                                                  "y": 401
                                            },
                                            "top_right": {
                                                  "x": 208,
                                                  "y": 402
                                            },
                                            "bottom_right": {
                                                  "x": 207,
                                                  "y": 416
                                            },
                                            "bottom_left": {
                                                  "x": 176,
                                                  "y": 415
                                            },
                                            "width": 31.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "LT",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 216,
                                                  "y": 402
                                            },
                                            "top_right": {
                                                  "x": 234,
                                                  "y": 403
                                            },
                                            "bottom_right": {
                                                  "x": 233,
                                                  "y": 417
                                            },
                                            "bottom_left": {
                                                  "x": 215,
                                                  "y": 417
                                            },
                                            "width": 18,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "SWT",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 241,
                                                  "y": 403
                                            },
                                            "top_right": {
                                                  "x": 264,
                                                  "y": 404
                                            },
                                            "bottom_right": {
                                                  "x": 264,
                                                  "y": 418
                                            },
                                            "bottom_left": {
                                                  "x": 240,
                                                  "y": 417
                                            },
                                            "width": 23.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "004127102774",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 279,
                                                  "y": 404
                                            },
                                            "top_right": {
                                                  "x": 371,
                                                  "y": 406
                                            },
                                            "bottom_right": {
                                                  "x": 371,
                                                  "y": 421
                                            },
                                            "bottom_left": {
                                                  "x": 279,
                                                  "y": 419
                                            },
                                            "width": 92,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 378,
                                                  "y": 406
                                            },
                                            "top_right": {
                                                  "x": 386,
                                                  "y": 406
                                            },
                                            "bottom_right": {
                                                  "x": 386,
                                                  "y": 421
                                            },
                                            "bottom_left": {
                                                  "x": 378,
                                                  "y": 421
                                            },
                                            "width": 8,
                                            "height": 15
                                      }
                                }
                          ]
                    },
                    {
                          "text": "6.47 N",
                          "bounds": {
                                "top_left": {
                                      "x": 421,
                                      "y": 393
                                },
                                "top_right": {
                                      "x": 474,
                                      "y": 394
                                },
                                "bottom_right": {
                                      "x": 474,
                                      "y": 409
                                },
                                "bottom_left": {
                                      "x": 421,
                                      "y": 407
                                },
                                "width": 53,
                                "height": 14.5
                          },
                          "words": [
                                {
                                      "text": "6.47",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 425,
                                                  "y": 394
                                            },
                                            "top_right": {
                                                  "x": 456,
                                                  "y": 395
                                            },
                                            "bottom_right": {
                                                  "x": 456,
                                                  "y": 409
                                            },
                                            "bottom_left": {
                                                  "x": 425,
                                                  "y": 408
                                            },
                                            "width": 31,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "N",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 463,
                                                  "y": 395
                                            },
                                            "top_right": {
                                                  "x": 470,
                                                  "y": 395
                                            },
                                            "bottom_right": {
                                                  "x": 470,
                                                  "y": 409
                                            },
                                            "bottom_left": {
                                                  "x": 463,
                                                  "y": 409
                                            },
                                            "width": 7,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "PEANUT BUTTR 005160025499 F",
                          "bounds": {
                                "top_left": {
                                      "x": 174,
                                      "y": 414
                                },
                                "top_right": {
                                      "x": 386,
                                      "y": 420
                                },
                                "bottom_right": {
                                      "x": 386,
                                      "y": 435
                                },
                                "bottom_left": {
                                      "x": 174,
                                      "y": 430
                                },
                                "width": 212,
                                "height": 15.5
                          },
                          "words": [
                                {
                                      "text": "PEANUT",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 176,
                                                  "y": 415
                                            },
                                            "top_right": {
                                                  "x": 226,
                                                  "y": 417
                                            },
                                            "bottom_right": {
                                                  "x": 225,
                                                  "y": 432
                                            },
                                            "bottom_left": {
                                                  "x": 175,
                                                  "y": 429
                                            },
                                            "width": 50,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "BUTTR",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 233,
                                                  "y": 417
                                            },
                                            "top_right": {
                                                  "x": 270,
                                                  "y": 418
                                            },
                                            "bottom_right": {
                                                  "x": 270,
                                                  "y": 433
                                            },
                                            "bottom_left": {
                                                  "x": 232,
                                                  "y": 432
                                            },
                                            "width": 37.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "005160025499",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 279,
                                                  "y": 418
                                            },
                                            "top_right": {
                                                  "x": 371,
                                                  "y": 421
                                            },
                                            "bottom_right": {
                                                  "x": 371,
                                                  "y": 434
                                            },
                                            "bottom_left": {
                                                  "x": 278,
                                                  "y": 433
                                            },
                                            "width": 92.5,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "F",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 378,
                                                  "y": 421
                                            },
                                            "top_right": {
                                                  "x": 386,
                                                  "y": 421
                                            },
                                            "bottom_right": {
                                                  "x": 385,
                                                  "y": 434
                                            },
                                            "bottom_left": {
                                                  "x": 378,
                                                  "y": 434
                                            },
                                            "width": 7.5,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "4.42 T",
                          "bounds": {
                                "top_left": {
                                      "x": 421,
                                      "y": 407
                                },
                                "top_right": {
                                      "x": 472,
                                      "y": 408
                                },
                                "bottom_right": {
                                      "x": 472,
                                      "y": 421
                                },
                                "bottom_left": {
                                      "x": 421,
                                      "y": 421
                                },
                                "width": 51,
                                "height": 13.5
                          },
                          "words": [
                                {
                                      "text": "4.42",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 424,
                                                  "y": 408
                                            },
                                            "top_right": {
                                                  "x": 455,
                                                  "y": 409
                                            },
                                            "bottom_right": {
                                                  "x": 454,
                                                  "y": 422
                                            },
                                            "bottom_left": {
                                                  "x": 424,
                                                  "y": 421
                                            },
                                            "width": 30.5,
                                            "height": 13
                                      }
                                },
                                {
                                      "text": "T",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 464,
                                                  "y": 409
                                            },
                                            "top_right": {
                                                  "x": 470,
                                                  "y": 409
                                            },
                                            "bottom_right": {
                                                  "x": 470,
                                                  "y": 422
                                            },
                                            "bottom_left": {
                                                  "x": 463,
                                                  "y": 422
                                            },
                                            "width": 6.5,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "AVO VERDE 2.98 N 061611206143 F",
                          "bounds": {
                                "top_left": {
                                      "x": 174,
                                      "y": 430
                                },
                                "top_right": {
                                      "x": 248,
                                      "y": 431
                                },
                                "bottom_right": {
                                      "x": 248,
                                      "y": 446
                                },
                                "bottom_left": {
                                      "x": 174,
                                      "y": 444
                                },
                                "width": 74,
                                "height": 14.5
                          },
                          "words": [
                                {
                                      "text": "AVO",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 176,
                                                  "y": 430
                                            },
                                            "top_right": {
                                                  "x": 199,
                                                  "y": 431
                                            },
                                            "bottom_right": {
                                                  "x": 199,
                                                  "y": 445
                                            },
                                            "bottom_left": {
                                                  "x": 175,
                                                  "y": 445
                                            },
                                            "width": 23.5,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "VERDE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 208,
                                                  "y": 431
                                            },
                                            "top_right": {
                                                  "x": 248,
                                                  "y": 433
                                            },
                                            "bottom_right": {
                                                  "x": 247,
                                                  "y": 446
                                            },
                                            "bottom_left": {
                                                  "x": 207,
                                                  "y": 445
                                            },
                                            "width": 40,
                                            "height": 13.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "6.44 0",
                          "bounds": {
                                "top_left": {
                                      "x": 421,
                                      "y": 421
                                },
                                "top_right": {
                                      "x": 471,
                                      "y": 422
                                },
                                "bottom_right": {
                                      "x": 471,
                                      "y": 436
                                },
                                "bottom_left": {
                                      "x": 421,
                                      "y": 435
                                },
                                "width": 50,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "6.44",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 424,
                                                  "y": 422
                                            },
                                            "top_right": {
                                                  "x": 454,
                                                  "y": 422
                                            },
                                            "bottom_right": {
                                                  "x": 454,
                                                  "y": 436
                                            },
                                            "bottom_left": {
                                                  "x": 423,
                                                  "y": 435
                                            },
                                            "width": 30.5,
                                            "height": 13.5
                                      }
                                },
                                {
                                      "text": "0",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 462,
                                                  "y": 423
                                            },
                                            "top_right": {
                                                  "x": 469,
                                                  "y": 423
                                            },
                                            "bottom_right": {
                                                  "x": 469,
                                                  "y": 436
                                            },
                                            "bottom_left": {
                                                  "x": 462,
                                                  "y": 436
                                            },
                                            "width": 7,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "ROLLS 007874219415 F 1.28 0",
                          "bounds": {
                                "top_left": {
                                      "x": 174,
                                      "y": 443
                                },
                                "top_right": {
                                      "x": 217,
                                      "y": 444
                                },
                                "bottom_right": {
                                      "x": 217,
                                      "y": 458
                                },
                                "bottom_left": {
                                      "x": 174,
                                      "y": 457
                                },
                                "width": 43,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "ROLLS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 175,
                                                  "y": 443
                                            },
                                            "top_right": {
                                                  "x": 215,
                                                  "y": 445
                                            },
                                            "bottom_right": {
                                                  "x": 214,
                                                  "y": 458
                                            },
                                            "bottom_left": {
                                                  "x": 175,
                                                  "y": 457
                                            },
                                            "width": 39.5,
                                            "height": 13.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "BTS DRY BLON 501072452746 6.58 X",
                          "bounds": {
                                "top_left": {
                                      "x": 175,
                                      "y": 457
                                },
                                "top_right": {
                                      "x": 371,
                                      "y": 461
                                },
                                "bottom_right": {
                                      "x": 371,
                                      "y": 476
                                },
                                "bottom_left": {
                                      "x": 175,
                                      "y": 471
                                },
                                "width": 196,
                                "height": 14.5
                          },
                          "words": [
                                {
                                      "text": "BTS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 176,
                                                  "y": 457
                                            },
                                            "top_right": {
                                                  "x": 199,
                                                  "y": 458
                                            },
                                            "bottom_right": {
                                                  "x": 198,
                                                  "y": 472
                                            },
                                            "bottom_left": {
                                                  "x": 175,
                                                  "y": 472
                                            },
                                            "width": 23,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "DRY",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 207,
                                                  "y": 458
                                            },
                                            "top_right": {
                                                  "x": 231,
                                                  "y": 458
                                            },
                                            "bottom_right": {
                                                  "x": 230,
                                                  "y": 473
                                            },
                                            "bottom_left": {
                                                  "x": 206,
                                                  "y": 473
                                            },
                                            "width": 24,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "BLON",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 238,
                                                  "y": 459
                                            },
                                            "top_right": {
                                                  "x": 269,
                                                  "y": 459
                                            },
                                            "bottom_right": {
                                                  "x": 269,
                                                  "y": 474
                                            },
                                            "bottom_left": {
                                                  "x": 238,
                                                  "y": 473
                                            },
                                            "width": 31,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "501072452746",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 278,
                                                  "y": 460
                                            },
                                            "top_right": {
                                                  "x": 369,
                                                  "y": 463
                                            },
                                            "bottom_right": {
                                                  "x": 369,
                                                  "y": 476
                                            },
                                            "bottom_left": {
                                                  "x": 277,
                                                  "y": 474
                                            },
                                            "width": 91.5,
                                            "height": 13.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "GALE 000000000003K 32.00 T",
                          "bounds": {
                                "top_left": {
                                      "x": 174,
                                      "y": 470
                                },
                                "top_right": {
                                      "x": 209,
                                      "y": 472
                                },
                                "bottom_right": {
                                      "x": 208,
                                      "y": 484
                                },
                                "bottom_left": {
                                      "x": 174,
                                      "y": 484
                                },
                                "width": 34.5,
                                "height": 13
                          },
                          "words": [
                                {
                                      "text": "GALE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 175,
                                                  "y": 470
                                            },
                                            "top_right": {
                                                  "x": 206,
                                                  "y": 471
                                            },
                                            "bottom_right": {
                                                  "x": 206,
                                                  "y": 485
                                            },
                                            "bottom_left": {
                                                  "x": 175,
                                                  "y": 484
                                            },
                                            "width": 31,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "TR HS FRM 4 002240062190 2.74 X",
                          "bounds": {
                                "top_left": {
                                      "x": 174,
                                      "y": 484
                                },
                                "top_right": {
                                      "x": 262,
                                      "y": 486
                                },
                                "bottom_right": {
                                      "x": 262,
                                      "y": 501
                                },
                                "bottom_left": {
                                      "x": 173,
                                      "y": 499
                                },
                                "width": 88.5,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "TR",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 175,
                                                  "y": 484
                                            },
                                            "top_right": {
                                                  "x": 188,
                                                  "y": 485
                                            },
                                            "bottom_right": {
                                                  "x": 188,
                                                  "y": 500
                                            },
                                            "bottom_left": {
                                                  "x": 175,
                                                  "y": 500
                                            },
                                            "width": 13,
                                            "height": 15.5
                                      }
                                },
                                {
                                      "text": "HS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 196,
                                                  "y": 485
                                            },
                                            "top_right": {
                                                  "x": 214,
                                                  "y": 486
                                            },
                                            "bottom_right": {
                                                  "x": 214,
                                                  "y": 501
                                            },
                                            "bottom_left": {
                                                  "x": 196,
                                                  "y": 500
                                            },
                                            "width": 18,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "FRM",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 221,
                                                  "y": 486
                                            },
                                            "top_right": {
                                                  "x": 245,
                                                  "y": 487
                                            },
                                            "bottom_right": {
                                                  "x": 244,
                                                  "y": 501
                                            },
                                            "bottom_left": {
                                                  "x": 221,
                                                  "y": 501
                                            },
                                            "width": 23.5,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "4",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 254,
                                                  "y": 487
                                            },
                                            "top_right": {
                                                  "x": 262,
                                                  "y": 487
                                            },
                                            "bottom_right": {
                                                  "x": 262,
                                                  "y": 501
                                            },
                                            "bottom_left": {
                                                  "x": 253,
                                                  "y": 501
                                            },
                                            "width": 8.5,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "BAGELS 001376402801 F 4.66 0",
                          "bounds": {
                                "top_left": {
                                      "x": 172,
                                      "y": 498
                                },
                                "top_right": {
                                      "x": 223,
                                      "y": 499
                                },
                                "bottom_right": {
                                      "x": 223,
                                      "y": 514
                                },
                                "bottom_left": {
                                      "x": 171,
                                      "y": 513
                                },
                                "width": 51.5,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "BAGELS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 173,
                                                  "y": 499
                                            },
                                            "top_right": {
                                                  "x": 221,
                                                  "y": 501
                                            },
                                            "bottom_right": {
                                                  "x": 220,
                                                  "y": 514
                                            },
                                            "bottom_left": {
                                                  "x": 173,
                                                  "y": 513
                                            },
                                            "width": 47.5,
                                            "height": 13.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "GV SLIDERS 007874201625 2.98 X",
                          "bounds": {
                                "top_left": {
                                      "x": 170,
                                      "y": 513
                                },
                                "top_right": {
                                      "x": 252,
                                      "y": 514
                                },
                                "bottom_right": {
                                      "x": 252,
                                      "y": 529
                                },
                                "bottom_left": {
                                      "x": 170,
                                      "y": 528
                                },
                                "width": 82,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "GV",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 172,
                                                  "y": 514
                                            },
                                            "top_right": {
                                                  "x": 187,
                                                  "y": 514
                                            },
                                            "bottom_right": {
                                                  "x": 187,
                                                  "y": 529
                                            },
                                            "bottom_left": {
                                                  "x": 172,
                                                  "y": 529
                                            },
                                            "width": 15,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "SLIDERS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 197,
                                                  "y": 514
                                            },
                                            "top_right": {
                                                  "x": 252,
                                                  "y": 515
                                            },
                                            "bottom_right": {
                                                  "x": 252,
                                                  "y": 529
                                            },
                                            "bottom_left": {
                                                  "x": 197,
                                                  "y": 529
                                            },
                                            "width": 55,
                                            "height": 14.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "ACCESSORY 007615161216 0.97 X",
                          "bounds": {
                                "top_left": {
                                      "x": 170,
                                      "y": 526
                                },
                                "top_right": {
                                      "x": 245,
                                      "y": 528
                                },
                                "bottom_right": {
                                      "x": 245,
                                      "y": 543
                                },
                                "bottom_left": {
                                      "x": 170,
                                      "y": 541
                                },
                                "width": 75,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "ACCESSORY",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 171,
                                                  "y": 527
                                            },
                                            "top_right": {
                                                  "x": 243,
                                                  "y": 529
                                            },
                                            "bottom_right": {
                                                  "x": 243,
                                                  "y": 542
                                            },
                                            "bottom_left": {
                                                  "x": 171,
                                                  "y": 542
                                            },
                                            "width": 72,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "CHEEZE IT 002410053523 F 4.00 0",
                          "bounds": {
                                "top_left": {
                                      "x": 169,
                                      "y": 540
                                },
                                "top_right": {
                                      "x": 244,
                                      "y": 542
                                },
                                "bottom_right": {
                                      "x": 244,
                                      "y": 558
                                },
                                "bottom_left": {
                                      "x": 169,
                                      "y": 556
                                },
                                "width": 75,
                                "height": 16
                          },
                          "words": [
                                {
                                      "text": "CHEEZE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 170,
                                                  "y": 541
                                            },
                                            "top_right": {
                                                  "x": 219,
                                                  "y": 543
                                            },
                                            "bottom_right": {
                                                  "x": 218,
                                                  "y": 557
                                            },
                                            "bottom_left": {
                                                  "x": 170,
                                                  "y": 557
                                            },
                                            "width": 48.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "IT",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 228,
                                                  "y": 543
                                            },
                                            "top_right": {
                                                  "x": 245,
                                                  "y": 544
                                            },
                                            "bottom_right": {
                                                  "x": 243,
                                                  "y": 558
                                            },
                                            "bottom_left": {
                                                  "x": 227,
                                                  "y": 557
                                            },
                                            "width": 16.5,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "WAS 4.54 YOU SAVED 0.54",
                          "bounds": {
                                "top_left": {
                                      "x": 195,
                                      "y": 555
                                },
                                "top_right": {
                                      "x": 384,
                                      "y": 558
                                },
                                "bottom_right": {
                                      "x": 384,
                                      "y": 573
                                },
                                "bottom_left": {
                                      "x": 194,
                                      "y": 571
                                },
                                "width": 189.5,
                                "height": 15.5
                          },
                          "words": [
                                {
                                      "text": "WAS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 201,
                                                  "y": 556
                                            },
                                            "top_right": {
                                                  "x": 226,
                                                  "y": 557
                                            },
                                            "bottom_right": {
                                                  "x": 225,
                                                  "y": 572
                                            },
                                            "bottom_left": {
                                                  "x": 200,
                                                  "y": 571
                                            },
                                            "width": 25,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "4.54",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 234,
                                                  "y": 557
                                            },
                                            "top_right": {
                                                  "x": 267,
                                                  "y": 558
                                            },
                                            "bottom_right": {
                                                  "x": 266,
                                                  "y": 573
                                            },
                                            "bottom_left": {
                                                  "x": 234,
                                                  "y": 572
                                            },
                                            "width": 32.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "YOU",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 273,
                                                  "y": 558
                                            },
                                            "top_right": {
                                                  "x": 296,
                                                  "y": 559
                                            },
                                            "bottom_right": {
                                                  "x": 295,
                                                  "y": 573
                                            },
                                            "bottom_left": {
                                                  "x": 273,
                                                  "y": 573
                                            },
                                            "width": 22.5,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "SAVED",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 305,
                                                  "y": 559
                                            },
                                            "top_right": {
                                                  "x": 343,
                                                  "y": 560
                                            },
                                            "bottom_right": {
                                                  "x": 343,
                                                  "y": 573
                                            },
                                            "bottom_left": {
                                                  "x": 305,
                                                  "y": 573
                                            },
                                            "width": 38,
                                            "height": 13.5
                                      }
                                },
                                {
                                      "text": "0.54",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 352,
                                                  "y": 560
                                            },
                                            "top_right": {
                                                  "x": 383,
                                                  "y": 560
                                            },
                                            "bottom_right": {
                                                  "x": 383,
                                                  "y": 573
                                            },
                                            "bottom_left": {
                                                  "x": 351,
                                                  "y": 573
                                            },
                                            "width": 31.5,
                                            "height": 13
                                      }
                                }
                          ]
                    },
                    {
                          "text": "RITZ 004400088210 F 2.78 N",
                          "bounds": {
                                "top_left": {
                                      "x": 166,
                                      "y": 570
                                },
                                "top_right": {
                                      "x": 203,
                                      "y": 571
                                },
                                "bottom_right": {
                                      "x": 203,
                                      "y": 585
                                },
                                "bottom_left": {
                                      "x": 166,
                                      "y": 585
                                },
                                "width": 37,
                                "height": 14.5
                          },
                          "words": [
                                {
                                      "text": "RITZ",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 168,
                                                  "y": 570
                                            },
                                            "top_right": {
                                                  "x": 203,
                                                  "y": 570
                                            },
                                            "bottom_right": {
                                                  "x": 203,
                                                  "y": 585
                                            },
                                            "bottom_left": {
                                                  "x": 168,
                                                  "y": 585
                                            },
                                            "width": 35,
                                            "height": 15
                                      }
                                }
                          ]
                    },
                    {
                          "text": "RUFFLES 002840020942 F 2.50 N",
                          "bounds": {
                                "top_left": {
                                      "x": 167,
                                      "y": 584
                                },
                                "top_right": {
                                      "x": 225,
                                      "y": 584
                                },
                                "bottom_right": {
                                      "x": 225,
                                      "y": 599
                                },
                                "bottom_left": {
                                      "x": 167,
                                      "y": 599
                                },
                                "width": 58,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "RUFFLES",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 167,
                                                  "y": 585
                                            },
                                            "top_right": {
                                                  "x": 224,
                                                  "y": 585
                                            },
                                            "bottom_right": {
                                                  "x": 224,
                                                  "y": 599
                                            },
                                            "bottom_left": {
                                                  "x": 167,
                                                  "y": 600
                                            },
                                            "width": 57,
                                            "height": 14.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "GV HNY GRMS 007874207253 F 1.28 N",
                          "bounds": {
                                "top_left": {
                                      "x": 166,
                                      "y": 599
                                },
                                "top_right": {
                                      "x": 258,
                                      "y": 600
                                },
                                "bottom_right": {
                                      "x": 257,
                                      "y": 615
                                },
                                "bottom_left": {
                                      "x": 166,
                                      "y": 614
                                },
                                "width": 91.5,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "GV",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 167,
                                                  "y": 600
                                            },
                                            "top_right": {
                                                  "x": 182,
                                                  "y": 600
                                            },
                                            "bottom_right": {
                                                  "x": 181,
                                                  "y": 615
                                            },
                                            "bottom_left": {
                                                  "x": 166,
                                                  "y": 615
                                            },
                                            "width": 15,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "HNY",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 190,
                                                  "y": 600
                                            },
                                            "top_right": {
                                                  "x": 216,
                                                  "y": 600
                                            },
                                            "bottom_right": {
                                                  "x": 215,
                                                  "y": 615
                                            },
                                            "bottom_left": {
                                                  "x": 189,
                                                  "y": 615
                                            },
                                            "width": 26,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "GRMS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 223,
                                                  "y": 600
                                            },
                                            "top_right": {
                                                  "x": 256,
                                                  "y": 601
                                            },
                                            "bottom_right": {
                                                  "x": 256,
                                                  "y": 616
                                            },
                                            "bottom_left": {
                                                  "x": 223,
                                                  "y": 616
                                            },
                                            "width": 33,
                                            "height": 15.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "SUBTOTAL 139.44",
                          "bounds": {
                                "top_left": {
                                      "x": 309,
                                      "y": 616
                                },
                                "top_right": {
                                      "x": 374,
                                      "y": 617
                                },
                                "bottom_right": {
                                      "x": 374,
                                      "y": 631
                                },
                                "bottom_left": {
                                      "x": 309,
                                      "y": 630
                                },
                                "width": 65,
                                "height": 14
                          },
                          "words": [
                                {
                                      "text": "SUBTOTAL",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 311,
                                                  "y": 616
                                            },
                                            "top_right": {
                                                  "x": 372,
                                                  "y": 618
                                            },
                                            "bottom_right": {
                                                  "x": 372,
                                                  "y": 631
                                            },
                                            "bottom_left": {
                                                  "x": 310,
                                                  "y": 630
                                            },
                                            "width": 61.5,
                                            "height": 13.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "TAX 1 7.000 % 4.58",
                          "bounds": {
                                "top_left": {
                                      "x": 238,
                                      "y": 630
                                },
                                "top_right": {
                                      "x": 278,
                                      "y": 631
                                },
                                "bottom_right": {
                                      "x": 278,
                                      "y": 644
                                },
                                "bottom_left": {
                                      "x": 238,
                                      "y": 644
                                },
                                "width": 40,
                                "height": 13.5
                          },
                          "words": [
                                {
                                      "text": "TAX",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 239,
                                                  "y": 630
                                            },
                                            "top_right": {
                                                  "x": 263,
                                                  "y": 630
                                            },
                                            "bottom_right": {
                                                  "x": 263,
                                                  "y": 644
                                            },
                                            "bottom_left": {
                                                  "x": 239,
                                                  "y": 643
                                            },
                                            "width": 24,
                                            "height": 13.5
                                      }
                                },
                                {
                                      "text": "1",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 272,
                                                  "y": 630
                                            },
                                            "top_right": {
                                                  "x": 277,
                                                  "y": 630
                                            },
                                            "bottom_right": {
                                                  "x": 277,
                                                  "y": 644
                                            },
                                            "bottom_left": {
                                                  "x": 271,
                                                  "y": 644
                                            },
                                            "width": 5.5,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "TOTAL 144.02",
                          "bounds": {
                                "top_left": {
                                      "x": 333,
                                      "y": 645
                                },
                                "top_right": {
                                      "x": 371,
                                      "y": 647
                                },
                                "bottom_right": {
                                      "x": 370,
                                      "y": 660
                                },
                                "bottom_left": {
                                      "x": 333,
                                      "y": 659
                                },
                                "width": 37.5,
                                "height": 13.5
                          },
                          "words": [
                                {
                                      "text": "TOTAL",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 335,
                                                  "y": 645
                                            },
                                            "top_right": {
                                                  "x": 370,
                                                  "y": 646
                                            },
                                            "bottom_right": {
                                                  "x": 370,
                                                  "y": 660
                                            },
                                            "bottom_left": {
                                                  "x": 334,
                                                  "y": 658
                                            },
                                            "width": 35.5,
                                            "height": 13.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "CASH TEND 150.02",
                          "bounds": {
                                "top_left": {
                                      "x": 292,
                                      "y": 660
                                },
                                "top_right": {
                                      "x": 375,
                                      "y": 660
                                },
                                "bottom_right": {
                                      "x": 375,
                                      "y": 675
                                },
                                "bottom_left": {
                                      "x": 292,
                                      "y": 675
                                },
                                "width": 83,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "CASH",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 293,
                                                  "y": 660
                                            },
                                            "top_right": {
                                                  "x": 324,
                                                  "y": 661
                                            },
                                            "bottom_right": {
                                                  "x": 323,
                                                  "y": 675
                                            },
                                            "bottom_left": {
                                                  "x": 292,
                                                  "y": 675
                                            },
                                            "width": 31,
                                            "height": 14.5
                                      }
                                },
                                {
                                      "text": "TEND",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 342,
                                                  "y": 661
                                            },
                                            "top_right": {
                                                  "x": 373,
                                                  "y": 661
                                            },
                                            "bottom_right": {
                                                  "x": 372,
                                                  "y": 675
                                            },
                                            "bottom_left": {
                                                  "x": 342,
                                                  "y": 675
                                            },
                                            "width": 30.5,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "CHANGE DUE 6.00",
                          "bounds": {
                                "top_left": {
                                      "x": 289,
                                      "y": 675
                                },
                                "top_right": {
                                      "x": 374,
                                      "y": 675
                                },
                                "bottom_right": {
                                      "x": 374,
                                      "y": 690
                                },
                                "bottom_left": {
                                      "x": 289,
                                      "y": 690
                                },
                                "width": 85,
                                "height": 15
                          },
                          "words": [
                                {
                                      "text": "CHANGE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 292,
                                                  "y": 676
                                            },
                                            "top_right": {
                                                  "x": 340,
                                                  "y": 676
                                            },
                                            "bottom_right": {
                                                  "x": 340,
                                                  "y": 690
                                            },
                                            "bottom_left": {
                                                  "x": 292,
                                                  "y": 690
                                            },
                                            "width": 48,
                                            "height": 14
                                      }
                                },
                                {
                                      "text": "DUE",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 349,
                                                  "y": 676
                                            },
                                            "top_right": {
                                                  "x": 372,
                                                  "y": 676
                                            },
                                            "bottom_right": {
                                                  "x": 372,
                                                  "y": 690
                                            },
                                            "bottom_left": {
                                                  "x": 349,
                                                  "y": 690
                                            },
                                            "width": 23,
                                            "height": 14
                                      }
                                }
                          ]
                    },
                    {
                          "text": "# ITEMS SOLD 26",
                          "bounds": {
                                "top_left": {
                                      "x": 249,
                                      "y": 689
                                },
                                "top_right": {
                                      "x": 376,
                                      "y": 690
                                },
                                "bottom_right": {
                                      "x": 376,
                                      "y": 706
                                },
                                "bottom_left": {
                                      "x": 248,
                                      "y": 705
                                },
                                "width": 127.5,
                                "height": 16
                          },
                          "words": [
                                {
                                      "text": "#",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 251,
                                                  "y": 690
                                            },
                                            "top_right": {
                                                  "x": 260,
                                                  "y": 690
                                            },
                                            "bottom_right": {
                                                  "x": 259,
                                                  "y": 705
                                            },
                                            "bottom_left": {
                                                  "x": 251,
                                                  "y": 705
                                            },
                                            "width": 8.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "ITEMS",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 269,
                                                  "y": 690
                                            },
                                            "top_right": {
                                                  "x": 308,
                                                  "y": 691
                                            },
                                            "bottom_right": {
                                                  "x": 308,
                                                  "y": 706
                                            },
                                            "bottom_left": {
                                                  "x": 268,
                                                  "y": 705
                                            },
                                            "width": 39.5,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "SOLD",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 316,
                                                  "y": 691
                                            },
                                            "top_right": {
                                                  "x": 348,
                                                  "y": 691
                                            },
                                            "bottom_right": {
                                                  "x": 348,
                                                  "y": 706
                                            },
                                            "bottom_left": {
                                                  "x": 316,
                                                  "y": 706
                                            },
                                            "width": 32,
                                            "height": 15
                                      }
                                },
                                {
                                      "text": "26",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 357,
                                                  "y": 691
                                            },
                                            "top_right": {
                                                  "x": 372,
                                                  "y": 691
                                            },
                                            "bottom_right": {
                                                  "x": 372,
                                                  "y": 705
                                            },
                                            "bottom_left": {
                                                  "x": 357,
                                                  "y": 706
                                            },
                                            "width": 15,
                                            "height": 14.5
                                      }
                                }
                          ]
                    },
                    {
                          "text": "TC# 0783 6080 4072 3416 2495 5",
                          "bounds": {
                                "top_left": {
                                      "x": 192,
                                      "y": 703
                                },
                                "top_right": {
                                      "x": 438,
                                      "y": 705
                                },
                                "bottom_right": {
                                      "x": 438,
                                      "y": 723
                                },
                                "bottom_left": {
                                      "x": 192,
                                      "y": 720
                                },
                                "width": 246,
                                "height": 17.5
                          },
                          "words": [
                                {
                                      "text": "TC#",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 193,
                                                  "y": 704
                                            },
                                            "top_right": {
                                                  "x": 218,
                                                  "y": 704
                                            },
                                            "bottom_right": {
                                                  "x": 218,
                                                  "y": 720
                                            },
                                            "bottom_left": {
                                                  "x": 194,
                                                  "y": 720
                                            },
                                            "width": 24.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "0783",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 225,
                                                  "y": 704
                                            },
                                            "top_right": {
                                                  "x": 259,
                                                  "y": 704
                                            },
                                            "bottom_right": {
                                                  "x": 259,
                                                  "y": 720
                                            },
                                            "bottom_left": {
                                                  "x": 225,
                                                  "y": 720
                                            },
                                            "width": 34,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "6080",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 266,
                                                  "y": 704
                                            },
                                            "top_right": {
                                                  "x": 300,
                                                  "y": 704
                                            },
                                            "bottom_right": {
                                                  "x": 299,
                                                  "y": 721
                                            },
                                            "bottom_left": {
                                                  "x": 266,
                                                  "y": 721
                                            },
                                            "width": 33.5,
                                            "height": 17
                                      }
                                },
                                {
                                      "text": "4072",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 307,
                                                  "y": 705
                                            },
                                            "top_right": {
                                                  "x": 341,
                                                  "y": 705
                                            },
                                            "bottom_right": {
                                                  "x": 340,
                                                  "y": 721
                                            },
                                            "bottom_left": {
                                                  "x": 307,
                                                  "y": 721
                                            },
                                            "width": 33.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "3416",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 348,
                                                  "y": 705
                                            },
                                            "top_right": {
                                                  "x": 380,
                                                  "y": 705
                                            },
                                            "bottom_right": {
                                                  "x": 379,
                                                  "y": 722
                                            },
                                            "bottom_left": {
                                                  "x": 347,
                                                  "y": 721
                                            },
                                            "width": 32,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "2495",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 389,
                                                  "y": 706
                                            },
                                            "top_right": {
                                                  "x": 420,
                                                  "y": 706
                                            },
                                            "bottom_right": {
                                                  "x": 419,
                                                  "y": 723
                                            },
                                            "bottom_left": {
                                                  "x": 388,
                                                  "y": 722
                                            },
                                            "width": 31,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "5",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 428,
                                                  "y": 706
                                            },
                                            "top_right": {
                                                  "x": 437,
                                                  "y": 706
                                            },
                                            "bottom_right": {
                                                  "x": 435,
                                                  "y": 723
                                            },
                                            "bottom_left": {
                                                  "x": 427,
                                                  "y": 723
                                            },
                                            "width": 8.5,
                                            "height": 17
                                      }
                                }
                          ]
                    },
                    {
                          "text": "04/27/19 12:59:46",
                          "bounds": {
                                "top_left": {
                                      "x": 223,
                                      "y": 762
                                },
                                "top_right": {
                                      "x": 291,
                                      "y": 762
                                },
                                "bottom_right": {
                                      "x": 291,
                                      "y": 779
                                },
                                "bottom_left": {
                                      "x": 223,
                                      "y": 779
                                },
                                "width": 68,
                                "height": 17
                          },
                          "words": [
                                {
                                      "text": "04/27/19",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 223,
                                                  "y": 763
                                            },
                                            "top_right": {
                                                  "x": 290,
                                                  "y": 764
                                            },
                                            "bottom_right": {
                                                  "x": 289,
                                                  "y": 779
                                            },
                                            "bottom_left": {
                                                  "x": 223,
                                                  "y": 780
                                            },
                                            "width": 66.5,
                                            "height": 16
                                      }
                                }
                          ]
                    },
                    {
                          "text": "Scan with Walmart app to save receipts",
                          "bounds": {
                                "top_left": {
                                      "x": 154,
                                      "y": 779
                                },
                                "top_right": {
                                      "x": 469,
                                      "y": 782
                                },
                                "bottom_right": {
                                      "x": 469,
                                      "y": 801
                                },
                                "bottom_left": {
                                      "x": 154,
                                      "y": 796
                                },
                                "width": 315,
                                "height": 18
                          },
                          "words": [
                                {
                                      "text": "Scan",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 155,
                                                  "y": 780
                                            },
                                            "top_right": {
                                                  "x": 188,
                                                  "y": 779
                                            },
                                            "bottom_right": {
                                                  "x": 188,
                                                  "y": 797
                                            },
                                            "bottom_left": {
                                                  "x": 155,
                                                  "y": 797
                                            },
                                            "width": 33,
                                            "height": 17.5
                                      }
                                },
                                {
                                      "text": "with",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 196,
                                                  "y": 779
                                            },
                                            "top_right": {
                                                  "x": 230,
                                                  "y": 779
                                            },
                                            "bottom_right": {
                                                  "x": 230,
                                                  "y": 796
                                            },
                                            "bottom_left": {
                                                  "x": 196,
                                                  "y": 796
                                            },
                                            "width": 34,
                                            "height": 17
                                      }
                                },
                                {
                                      "text": "Walmart",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 238,
                                                  "y": 779
                                            },
                                            "top_right": {
                                                  "x": 298,
                                                  "y": 780
                                            },
                                            "bottom_right": {
                                                  "x": 298,
                                                  "y": 796
                                            },
                                            "bottom_left": {
                                                  "x": 237,
                                                  "y": 796
                                            },
                                            "width": 60.5,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "app",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 305,
                                                  "y": 780
                                            },
                                            "top_right": {
                                                  "x": 329,
                                                  "y": 780
                                            },
                                            "bottom_right": {
                                                  "x": 329,
                                                  "y": 797
                                            },
                                            "bottom_left": {
                                                  "x": 305,
                                                  "y": 796
                                            },
                                            "width": 24,
                                            "height": 16.5
                                      }
                                },
                                {
                                      "text": "to",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 338,
                                                  "y": 781
                                            },
                                            "top_right": {
                                                  "x": 354,
                                                  "y": 781
                                            },
                                            "bottom_right": {
                                                  "x": 353,
                                                  "y": 797
                                            },
                                            "bottom_left": {
                                                  "x": 338,
                                                  "y": 797
                                            },
                                            "width": 15.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "save",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 363,
                                                  "y": 781
                                            },
                                            "top_right": {
                                                  "x": 394,
                                                  "y": 782
                                            },
                                            "bottom_right": {
                                                  "x": 394,
                                                  "y": 798
                                            },
                                            "bottom_left": {
                                                  "x": 362,
                                                  "y": 797
                                            },
                                            "width": 31.5,
                                            "height": 16
                                      }
                                },
                                {
                                      "text": "receipts",
                                      "bounds": {
                                            "top_left": {
                                                  "x": 402,
                                                  "y": 783
                                            },
                                            "top_right": {
                                                  "x": 469,
                                                  "y": 786
                                            },
                                            "bottom_right": {
                                                  "x": 469,
                                                  "y": 801
                                            },
                                            "bottom_left": {
                                                  "x": 402,
                                                  "y": 798
                                            },
                                            "width": 67,
                                            "height": 15
                                      }
                                }
                          ]
                    }
              ]
        }
  ],
  "_usage": {
        "input_tokens": 33,
        "output_tokens": 11334,
        "inference_time_tokens": 3142,
        "total_tokens": 14509
  }
}