OCR Text Detection

FREEMIUM
By Karo Mkrtchyan | Updated a month ago | Visual Recognition
Popularity

6.3 / 10

Latency

1,902ms

Service Level

100%

Health Check

N/A

README

This Endpoint provide you get list (text, confidence, boundingBox), locale, full text and dimensions from image

Supported two request types

  1. GET - the important thing is that you should use image as a query name
  • Example (url?image=“image_url”)
  1. POST- the important thing is that you should use image as a form_data key
  • Example const data = new FormData(); data.append(‘image’, ‘image_path’);

For both cases we have same response type

Response Data Sturucture - in this example we used

image

  • text - all text in the image
  • success - cna be true or false, if it’s false we also have error message
  • dimensions - all info about image
{
    "success": true,
    "text": "SMASHING DOCS\nYOUR COMPANY\nSTREET ADDRESS\nCITY, ZIP CODE\nPHONE\nDESCRIPTION\nWEB DESIGN & DEVELOPMENT\nLOGO DESIGN\nSTATIONERY DESIGN\nCONTENT WRITING\nINVOICE NO. #000188\nDATE: NOVEMBER 18TH, 2017\nTO\nCLIENT COMPANY\nSTREET ADDRESS\nCITY, ZIP CODE\nPHONE\nSUB TOTAL\nDISCOUNT\nTOTAL\nACCEPTED PAYMENT METHODS\nPAYPAL, BANK DRAFT\nWE TRULY APPRECIATE YOUR BUSINESS!\nAMOUNT\n$1599.00\n$199.00\n$499.00\n$250.00\n$2547.00\n-$47.00\n$2500.00",
    "locale": "en",
    "dimensions": {
        "height": 643,
        "width": 500,
        "type": "jpg"
    },
    "ocr": [
        {
            "text": "SMASHING",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 81,
                    "y": 82
                },
                "tr": {
                    "x": 149,
                    "y": 82
                },
                "br": {
                    "x": 149,
                    "y": 92
                },
                "bl": {
                    "x": 81,
                    "y": 92
                }
            }
        },
        {
            "text": "DOCS",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 152,
                    "y": 82
                },
                "tr": {
                    "x": 187,
                    "y": 82
                },
                "br": {
                    "x": 187,
                    "y": 92
                },
                "bl": {
                    "x": 152,
                    "y": 92
                }
            }
        },
        {
            "text": "YOUR",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 55,
                    "y": 117
                },
                "tr": {
                    "x": 94,
                    "y": 117
                },
                "br": {
                    "x": 94,
                    "y": 129
                },
                "bl": {
                    "x": 55,
                    "y": 129
                }
            }
        },
        {
            "text": "COMPANY",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 97,
                    "y": 117
                },
                "tr": {
                    "x": 167,
                    "y": 118
                },
                "br": {
                    "x": 167,
                    "y": 130
                },
                "bl": {
                    "x": 97,
                    "y": 129
                }
            }
        },
        {
            "text": "STREET",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 56,
                    "y": 135
                },
                "tr": {
                    "x": 88,
                    "y": 135
                },
                "br": {
                    "x": 88,
                    "y": 145
                },
                "bl": {
                    "x": 56,
                    "y": 145
                }
            }
        },
        {
            "text": "ADDRESS",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 89,
                    "y": 135
                },
                "tr": {
                    "x": 131,
                    "y": 135
                },
                "br": {
                    "x": 131,
                    "y": 144
                },
                "bl": {
                    "x": 89,
                    "y": 144
                }
            }
        },
        {
            "text": "CITY",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 56,
                    "y": 152
                },
                "tr": {
                    "x": 75,
                    "y": 152
                },
                "br": {
                    "x": 75,
                    "y": 161
                },
                "bl": {
                    "x": 56,
                    "y": 161
                }
            }
        },
        {
            "text": ",",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 74,
                    "y": 152
                },
                "tr": {
                    "x": 77,
                    "y": 152
                },
                "br": {
                    "x": 77,
                    "y": 160
                },
                "bl": {
                    "x": 74,
                    "y": 160
                }
            }
        },
        {
            "text": "ZIP",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 79,
                    "y": 152
                },
                "tr": {
                    "x": 92,
                    "y": 152
                },
                "br": {
                    "x": 92,
                    "y": 160
                },
                "bl": {
                    "x": 79,
                    "y": 160
                }
            }
        },
        {
            "text": "CODE",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 96,
                    "y": 152
                },
                "tr": {
                    "x": 121,
                    "y": 152
                },
                "br": {
                    "x": 121,
                    "y": 160
                },
                "bl": {
                    "x": 96,
                    "y": 160
                }
            }
        },
        {
            "text": "PHONE",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 56,
                    "y": 168
                },
                "tr": {
                    "x": 88,
                    "y": 168
                },
                "br": {
                    "x": 88,
                    "y": 176
                },
                "bl": {
                    "x": 56,
                    "y": 176
                }
            }
        },
        {
            "text": "DESCRIPTION",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 69,
                    "y": 260
                },
                "tr": {
                    "x": 124,
                    "y": 260
                },
                "br": {
                    "x": 124,
                    "y": 267
                },
                "bl": {
                    "x": 69,
                    "y": 267
                }
            }
        },
        {
            "text": "WEB",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 69,
                    "y": 291
                },
                "tr": {
                    "x": 91,
                    "y": 291
                },
                "br": {
                    "x": 91,
                    "y": 300
                },
                "bl": {
                    "x": 69,
                    "y": 300
                }
            }
        },
        {
            "text": "DESIGN",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 94,
                    "y": 291
                },
                "tr": {
                    "x": 128,
                    "y": 291
                },
                "br": {
                    "x": 128,
                    "y": 300
                },
                "bl": {
                    "x": 94,
                    "y": 300
                }
            }
        },
        {
            "text": "&",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 133,
                    "y": 291
                },
                "tr": {
                    "x": 140,
                    "y": 291
                },
                "br": {
                    "x": 140,
                    "y": 300
                },
                "bl": {
                    "x": 133,
                    "y": 300
                }
            }
        },
        {
            "text": "DEVELOPMENT",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 143,
                    "y": 291
                },
                "tr": {
                    "x": 214,
                    "y": 291
                },
                "br": {
                    "x": 214,
                    "y": 300
                },
                "bl": {
                    "x": 143,
                    "y": 300
                }
            }
        },
        {
            "text": "LOGO",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 69,
                    "y": 325
                },
                "tr": {
                    "x": 97,
                    "y": 325
                },
                "br": {
                    "x": 97,
                    "y": 334
                },
                "bl": {
                    "x": 69,
                    "y": 334
                }
            }
        },
        {
            "text": "DESIGN",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 100,
                    "y": 325
                },
                "tr": {
                    "x": 135,
                    "y": 325
                },
                "br": {
                    "x": 135,
                    "y": 333
                },
                "bl": {
                    "x": 100,
                    "y": 333
                }
            }
        },
        {
            "text": "STATIONERY",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 69,
                    "y": 360
                },
                "tr": {
                    "x": 126,
                    "y": 360
                },
                "br": {
                    "x": 126,
                    "y": 368
                },
                "bl": {
                    "x": 69,
                    "y": 368
                }
            }
        },
        {
            "text": "DESIGN",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 130,
                    "y": 360
                },
                "tr": {
                    "x": 165,
                    "y": 360
                },
                "br": {
                    "x": 165,
                    "y": 368
                },
                "bl": {
                    "x": 130,
                    "y": 368
                }
            }
        },
        {
            "text": "CONTENT",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 70,
                    "y": 395
                },
                "tr": {
                    "x": 115,
                    "y": 395
                },
                "br": {
                    "x": 115,
                    "y": 403
                },
                "bl": {
                    "x": 70,
                    "y": 403
                }
            }
        },
        {
            "text": "WRITING",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 118,
                    "y": 395
                },
                "tr": {
                    "x": 158,
                    "y": 395
                },
                "br": {
                    "x": 158,
                    "y": 403
                },
                "bl": {
                    "x": 118,
                    "y": 403
                }
            }
        },
        {
            "text": "INVOICE",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 274,
                    "y": 54
                },
                "tr": {
                    "x": 338,
                    "y": 54
                },
                "br": {
                    "x": 338,
                    "y": 66
                },
                "bl": {
                    "x": 274,
                    "y": 66
                }
            }
        },
        {
            "text": "NO",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 343,
                    "y": 54
                },
                "tr": {
                    "x": 367,
                    "y": 54
                },
                "br": {
                    "x": 367,
                    "y": 66
                },
                "bl": {
                    "x": 343,
                    "y": 66
                }
            }
        },
        {
            "text": ".",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 369,
                    "y": 54
                },
                "tr": {
                    "x": 373,
                    "y": 54
                },
                "br": {
                    "x": 373,
                    "y": 66
                },
                "bl": {
                    "x": 369,
                    "y": 66
                }
            }
        },
        {
            "text": "#",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 378,
                    "y": 54
                },
                "tr": {
                    "x": 388,
                    "y": 54
                },
                "br": {
                    "x": 388,
                    "y": 66
                },
                "bl": {
                    "x": 378,
                    "y": 66
                }
            }
        },
        {
            "text": "000188",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 388,
                    "y": 54
                },
                "tr": {
                    "x": 442,
                    "y": 54
                },
                "br": {
                    "x": 442,
                    "y": 66
                },
                "bl": {
                    "x": 388,
                    "y": 66
                }
            }
        },
        {
            "text": "DATE",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 275,
                    "y": 98
                },
                "tr": {
                    "x": 302,
                    "y": 98
                },
                "br": {
                    "x": 302,
                    "y": 109
                },
                "bl": {
                    "x": 275,
                    "y": 109
                }
            }
        },
        {
            "text": ":",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 301,
                    "y": 98
                },
                "tr": {
                    "x": 305,
                    "y": 98
                },
                "br": {
                    "x": 305,
                    "y": 109
                },
                "bl": {
                    "x": 301,
                    "y": 109
                }
            }
        },
        {
            "text": "NOVEMBER",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 309,
                    "y": 98
                },
                "tr": {
                    "x": 370,
                    "y": 98
                },
                "br": {
                    "x": 370,
                    "y": 109
                },
                "bl": {
                    "x": 309,
                    "y": 109
                }
            }
        },
        {
            "text": "18TH",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 373,
                    "y": 98
                },
                "tr": {
                    "x": 393,
                    "y": 98
                },
                "br": {
                    "x": 393,
                    "y": 109
                },
                "bl": {
                    "x": 373,
                    "y": 109
                }
            }
        },
        {
            "text": ",",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 394,
                    "y": 98
                },
                "tr": {
                    "x": 398,
                    "y": 98
                },
                "br": {
                    "x": 398,
                    "y": 109
                },
                "bl": {
                    "x": 394,
                    "y": 109
                }
            }
        },
        {
            "text": "2017",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 399,
                    "y": 98
                },
                "tr": {
                    "x": 425,
                    "y": 98
                },
                "br": {
                    "x": 425,
                    "y": 109
                },
                "bl": {
                    "x": 399,
                    "y": 109
                }
            }
        },
        {
            "text": "TO",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 273,
                    "y": 132
                },
                "tr": {
                    "x": 288,
                    "y": 132
                },
                "br": {
                    "x": 288,
                    "y": 139
                },
                "bl": {
                    "x": 273,
                    "y": 139
                }
            }
        },
        {
            "text": "CLIENT",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 275,
                    "y": 160
                },
                "tr": {
                    "x": 321,
                    "y": 160
                },
                "br": {
                    "x": 321,
                    "y": 172
                },
                "bl": {
                    "x": 275,
                    "y": 172
                }
            }
        },
        {
            "text": "COMPANY",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 325,
                    "y": 160
                },
                "tr": {
                    "x": 394,
                    "y": 160
                },
                "br": {
                    "x": 394,
                    "y": 171
                },
                "bl": {
                    "x": 325,
                    "y": 171
                }
            }
        },
        {
            "text": "STREET",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 274,
                    "y": 179
                },
                "tr": {
                    "x": 306,
                    "y": 179
                },
                "br": {
                    "x": 306,
                    "y": 188
                },
                "bl": {
                    "x": 274,
                    "y": 188
                }
            }
        },
        {
            "text": "ADDRESS",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 308,
                    "y": 179
                },
                "tr": {
                    "x": 350,
                    "y": 179
                },
                "br": {
                    "x": 350,
                    "y": 187
                },
                "bl": {
                    "x": 308,
                    "y": 187
                }
            }
        },
        {
            "text": "CITY",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 274,
                    "y": 195
                },
                "tr": {
                    "x": 293,
                    "y": 195
                },
                "br": {
                    "x": 293,
                    "y": 204
                },
                "bl": {
                    "x": 274,
                    "y": 204
                }
            }
        },
        {
            "text": ",",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 292,
                    "y": 195
                },
                "tr": {
                    "x": 295,
                    "y": 195
                },
                "br": {
                    "x": 295,
                    "y": 203
                },
                "bl": {
                    "x": 292,
                    "y": 203
                }
            }
        },
        {
            "text": "ZIP",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 297,
                    "y": 195
                },
                "tr": {
                    "x": 311,
                    "y": 195
                },
                "br": {
                    "x": 311,
                    "y": 203
                },
                "bl": {
                    "x": 297,
                    "y": 203
                }
            }
        },
        {
            "text": "CODE",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 314,
                    "y": 195
                },
                "tr": {
                    "x": 338,
                    "y": 195
                },
                "br": {
                    "x": 338,
                    "y": 203
                },
                "bl": {
                    "x": 314,
                    "y": 203
                }
            }
        },
        {
            "text": "PHONE",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 274,
                    "y": 211
                },
                "tr": {
                    "x": 308,
                    "y": 211
                },
                "br": {
                    "x": 308,
                    "y": 220
                },
                "bl": {
                    "x": 274,
                    "y": 220
                }
            }
        },
        {
            "text": "SUB",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 304,
                    "y": 427
                },
                "tr": {
                    "x": 321,
                    "y": 427
                },
                "br": {
                    "x": 321,
                    "y": 434
                },
                "bl": {
                    "x": 304,
                    "y": 434
                }
            }
        },
        {
            "text": "TOTAL",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 324,
                    "y": 427
                },
                "tr": {
                    "x": 351,
                    "y": 427
                },
                "br": {
                    "x": 351,
                    "y": 434
                },
                "bl": {
                    "x": 324,
                    "y": 434
                }
            }
        },
        {
            "text": "DISCOUNT",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 306,
                    "y": 451
                },
                "tr": {
                    "x": 352,
                    "y": 451
                },
                "br": {
                    "x": 352,
                    "y": 457
                },
                "bl": {
                    "x": 306,
                    "y": 457
                }
            }
        },
        {
            "text": "TOTAL",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 315,
                    "y": 476
                },
                "tr": {
                    "x": 351,
                    "y": 477
                },
                "br": {
                    "x": 351,
                    "y": 487
                },
                "bl": {
                    "x": 315,
                    "y": 486
                }
            }
        },
        {
            "text": "ACCEPTED",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 184,
                    "y": 558
                },
                "tr": {
                    "x": 225,
                    "y": 558
                },
                "br": {
                    "x": 225,
                    "y": 566
                },
                "bl": {
                    "x": 184,
                    "y": 566
                }
            }
        },
        {
            "text": "PAYMENT",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 229,
                    "y": 558
                },
                "tr": {
                    "x": 269,
                    "y": 558
                },
                "br": {
                    "x": 269,
                    "y": 565
                },
                "bl": {
                    "x": 229,
                    "y": 565
                }
            }
        },
        {
            "text": "METHODS",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 272,
                    "y": 558
                },
                "tr": {
                    "x": 315,
                    "y": 558
                },
                "br": {
                    "x": 315,
                    "y": 565
                },
                "bl": {
                    "x": 272,
                    "y": 565
                }
            }
        },
        {
            "text": "PAYPAL",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 204,
                    "y": 575
                },
                "tr": {
                    "x": 235,
                    "y": 575
                },
                "br": {
                    "x": 235,
                    "y": 584
                },
                "bl": {
                    "x": 204,
                    "y": 584
                }
            }
        },
        {
            "text": ",",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 234,
                    "y": 575
                },
                "tr": {
                    "x": 237,
                    "y": 575
                },
                "br": {
                    "x": 237,
                    "y": 583
                },
                "bl": {
                    "x": 234,
                    "y": 583
                }
            }
        },
        {
            "text": "BANK",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 240,
                    "y": 575
                },
                "tr": {
                    "x": 264,
                    "y": 575
                },
                "br": {
                    "x": 264,
                    "y": 583
                },
                "bl": {
                    "x": 240,
                    "y": 583
                }
            }
        },
        {
            "text": "DRAFT",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 267,
                    "y": 575
                },
                "tr": {
                    "x": 294,
                    "y": 575
                },
                "br": {
                    "x": 294,
                    "y": 583
                },
                "bl": {
                    "x": 267,
                    "y": 583
                }
            }
        },
        {
            "text": "WE",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 162,
                    "y": 603
                },
                "tr": {
                    "x": 177,
                    "y": 603
                },
                "br": {
                    "x": 177,
                    "y": 610
                },
                "bl": {
                    "x": 162,
                    "y": 610
                }
            }
        },
        {
            "text": "TRULY",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 180,
                    "y": 603
                },
                "tr": {
                    "x": 207,
                    "y": 603
                },
                "br": {
                    "x": 207,
                    "y": 610
                },
                "bl": {
                    "x": 180,
                    "y": 610
                }
            }
        },
        {
            "text": "APPRECIATE",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 209,
                    "y": 603
                },
                "tr": {
                    "x": 260,
                    "y": 603
                },
                "br": {
                    "x": 260,
                    "y": 610
                },
                "bl": {
                    "x": 209,
                    "y": 610
                }
            }
        },
        {
            "text": "YOUR",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 264,
                    "y": 603
                },
                "tr": {
                    "x": 289,
                    "y": 603
                },
                "br": {
                    "x": 289,
                    "y": 610
                },
                "bl": {
                    "x": 264,
                    "y": 610
                }
            }
        },
        {
            "text": "BUSINESS",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 292,
                    "y": 603
                },
                "tr": {
                    "x": 333,
                    "y": 603
                },
                "br": {
                    "x": 333,
                    "y": 610
                },
                "bl": {
                    "x": 292,
                    "y": 610
                }
            }
        },
        {
            "text": "!",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 333,
                    "y": 603
                },
                "tr": {
                    "x": 336,
                    "y": 603
                },
                "br": {
                    "x": 336,
                    "y": 610
                },
                "bl": {
                    "x": 333,
                    "y": 610
                }
            }
        },
        {
            "text": "AMOUNT",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 385,
                    "y": 260
                },
                "tr": {
                    "x": 423,
                    "y": 260
                },
                "br": {
                    "x": 423,
                    "y": 266
                },
                "bl": {
                    "x": 385,
                    "y": 266
                }
            }
        },
        {
            "text": "$",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 383,
                    "y": 292
                },
                "tr": {
                    "x": 388,
                    "y": 292
                },
                "br": {
                    "x": 388,
                    "y": 300
                },
                "bl": {
                    "x": 383,
                    "y": 300
                }
            }
        },
        {
            "text": "1599.00",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 389,
                    "y": 292
                },
                "tr": {
                    "x": 425,
                    "y": 292
                },
                "br": {
                    "x": 425,
                    "y": 300
                },
                "bl": {
                    "x": 389,
                    "y": 300
                }
            }
        },
        {
            "text": "$",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 385,
                    "y": 327
                },
                "tr": {
                    "x": 390,
                    "y": 327
                },
                "br": {
                    "x": 390,
                    "y": 334
                },
                "bl": {
                    "x": 385,
                    "y": 334
                }
            }
        },
        {
            "text": "199.00",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 390,
                    "y": 326
                },
                "tr": {
                    "x": 421,
                    "y": 326
                },
                "br": {
                    "x": 421,
                    "y": 333
                },
                "bl": {
                    "x": 390,
                    "y": 333
                }
            }
        },
        {
            "text": "$",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 386,
                    "y": 361
                },
                "tr": {
                    "x": 391,
                    "y": 361
                },
                "br": {
                    "x": 391,
                    "y": 368
                },
                "bl": {
                    "x": 386,
                    "y": 368
                }
            }
        },
        {
            "text": "499.00",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 391,
                    "y": 361
                },
                "tr": {
                    "x": 422,
                    "y": 361
                },
                "br": {
                    "x": 422,
                    "y": 368
                },
                "bl": {
                    "x": 391,
                    "y": 368
                }
            }
        },
        {
            "text": "$",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 386,
                    "y": 396
                },
                "tr": {
                    "x": 391,
                    "y": 396
                },
                "br": {
                    "x": 391,
                    "y": 403
                },
                "bl": {
                    "x": 386,
                    "y": 403
                }
            }
        },
        {
            "text": "250.00",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 391,
                    "y": 396
                },
                "tr": {
                    "x": 422,
                    "y": 396
                },
                "br": {
                    "x": 422,
                    "y": 403
                },
                "bl": {
                    "x": 391,
                    "y": 403
                }
            }
        },
        {
            "text": "$",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 384,
                    "y": 427
                },
                "tr": {
                    "x": 388,
                    "y": 427
                },
                "br": {
                    "x": 388,
                    "y": 433
                },
                "bl": {
                    "x": 384,
                    "y": 433
                }
            }
        },
        {
            "text": "2547.00",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 389,
                    "y": 426
                },
                "tr": {
                    "x": 423,
                    "y": 426
                },
                "br": {
                    "x": 423,
                    "y": 432
                },
                "bl": {
                    "x": 389,
                    "y": 432
                }
            }
        },
        {
            "text": "-",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 387,
                    "y": 451
                },
                "tr": {
                    "x": 391,
                    "y": 451
                },
                "br": {
                    "x": 391,
                    "y": 458
                },
                "bl": {
                    "x": 387,
                    "y": 458
                }
            }
        },
        {
            "text": "$",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 390,
                    "y": 450
                },
                "tr": {
                    "x": 395,
                    "y": 450
                },
                "br": {
                    "x": 395,
                    "y": 457
                },
                "bl": {
                    "x": 390,
                    "y": 457
                }
            }
        },
        {
            "text": "47.00",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 395,
                    "y": 450
                },
                "tr": {
                    "x": 419,
                    "y": 450
                },
                "br": {
                    "x": 419,
                    "y": 457
                },
                "bl": {
                    "x": 395,
                    "y": 457
                }
            }
        },
        {
            "text": "$",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 379,
                    "y": 477
                },
                "tr": {
                    "x": 385,
                    "y": 477
                },
                "br": {
                    "x": 385,
                    "y": 486
                },
                "bl": {
                    "x": 379,
                    "y": 486
                }
            }
        },
        {
            "text": "2500.00",
            "confidence": 0,
            "boundingBox": {
                "tl": {
                    "x": 385,
                    "y": 477
                },
                "tr": {
                    "x": 428,
                    "y": 477
                },
                "br": {
                    "x": 428,
                    "y": 486
                },
                "bl": {
                    "x": 385,
                    "y": 486
                }
            }
        }
    ]
}
Followers: 0
API Creator:
Rapid account: Karo Mkrtchyan
Karo Mkrtchyan
mkrtchyankaro-A_M729L_lrj
Log In to Rate API
Rating: 5 - Votes: 1