{"info":{"_postman_id":"c63992fe-9b26-4252-be01-febd451cf47e","name":"ScanDocFlow","description":"<html><head></head><body><p>API for OCR (optical character recognition) and extraction keyfields from documents, such as: invoices, checks, remittances, receipts, taxforms, acord 25 forms, etc. For more info please follow the link:</p>\n<p><a href=\"https://scandocflow.com\">https://scandocflow.com</a></p>\n<p>We use machine-learning, Optical Character Recognition (OCR), and NLP algorithms to get information from documents.</p>\n<h1 id=\"api-key-generation\">API key generation</h1>\n<ul>\n<li><p><strong>Step 1.</strong> For start using the ScanDocFlow API, you need to register in the app via link:</p>\n<p>  <a href=\"https://app.scandocflow.com\">https://app.scandocflow.com</a></p>\n<p>  It's possible to register via Google, Facebook or regular signUp form.</p>\n</li>\n<li><p><strong>Step 2.</strong> Inside the app, please follow to \"Api Keys\" tab and press \"+\" button to generate new Access Token.</p>\n</li>\n<li><p><strong>Step 3.</strong> After Access Token will be generated, you be able to copy it (please store this API key in save place, because token will not be shown in future)</p>\n</li>\n</ul>\n<h1 id=\"how-it-works\">How it works</h1>\n<p>Each API request brings some work on server side, it can be described in couple of steps:</p>\n<ul><li><p>step 1: recognizes all pages from attached file or couple of files</p></li><li><p>step 2: merge/split pages into structured Documents (for example you uploaded 3 separate captured photo of one original invoice, so as a result we will get one Document)</p></li><li><p>step 3: extract key field values attached to choosed DocumentType</p></li><li><p>step 4: return extracted key fields with information about how Documents was generated from original attached file(s)</p></li></ul>\n\n<h1 id=\"request-parameters\">Request parameters</h1>\n<h2 id=\"files\">files</h2>\n<p>(Required) \"files\" parameter used for attaching file or couple of files for recognizing/fields extracting. The order of the files in the request matters, so it can make effect for extraction output. This parameter can be encoded in different ways depends on Content-Type of request. The total size of all files in the one request should not exceed 50 MB.</p>\n<h2 id=\"files-content-type-multipartform-data\">files (Content-Type: multipart/form-data)</h2>\n<p>When Content-Type: multipart/form-data used, parameter \"files\" should be a binary data, please use following settings for upload binary file (multipart/form-data) with Postman:</p>\n<img src=\"https://scandocflow.com/wp-content/uploads/2020/09/Postman_multipart_file_sync.png\">\n\n<h2 id=\"files-content-type-applicationjson-file-base64\">files (Content-Type: application/json, file: base64)</h2>\n<p>When Content-Type: application/json with base64 file format used, parameter \"files\" should be a list of JSON-structures, each of them consist of: <em>title</em> and <em>src</em> parameter.</p>\n<p><em>title</em> - filename</p>\n<p><em>src</em> - should has format: <code>\"data:{{fileMimetype}};base64,{{fileBodyBase64}}\"</code>, for example:<br><code>\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaMAAAEAAQAAAAA2ZiQZAAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAD3SURBVHja7dk9CsJAEIbhsUrpBSRnsEwR4pVSpjEpPIBXClh4C4m/iNVilWLZVWtBMoNFlHearR4y+bLLwkSioTpBoVAoFAr1qc6kgfqqupEGGaJQKBQKNbiupIFiR5EhCjVU9SI21bzWheVZQadi3/yAmsaVVys/CeISrerFS6lWzlVVru5w76tQqNXRZwa1CVmjT36zy6Z61UouFlVIre8wxrawKJ8aMlyGmeErz0NqUJlBubLKC9OerxPL+YpK9ax13HI7oP5P8bcC9V3FpJ0MUSgU6r0Of/pep9HPD93oM7yPvsMLZ/mnFJN2MkShUCgUCtU9ALkTZvjorSu9AAAAAElFTkSuQmCC\"</code></p>\n<h2 id=\"files-content-type-applicationjson-file-url\">files (Content-Type: application/json, file: URL)</h2>\n<p>When Content-Type: application/json with URL to file used, parameter \"files\" should be a list of public URLs to original files for recognizing (fields extracting).</p>\n<h2 id=\"pagecount\">pageCount</h2>\n<p>(Optional) count of pages for recognizing/extracting from original files in request. Will be applied for all files from original request. Can be used to optimize costs.</p>\n<h2 id=\"pageoffset\">pageOffset</h2>\n<p>(Optional) page index (offset) from which document recognition will be started (started from 0). Will apply to all files from the original request. Can be used to optimize costs.</p>\n<h2 id=\"type\">type</h2>\n<p>(Optional) \"type\" parameter used for specifying Document Type that you want to recognize inside the request. This parameter has affect to extracted keyfields. For example type \"ocr\" will return only recognized words with their positions and confidence level, full raw text in base64 format. Type \"xtract\" or \"financial\" will return (except options as in \"ocr\") some structured data from document such as: document number, date, totals, line items, etc. Currently supported Document Types:</p>\n<ul>\n<li><strong>ocr</strong> - (default) ocr only document type, returns words with their coordinates and confidence levels, full raw text in base64 format (example of answer please find at Example Request)</li>\n<li><strong>ocr.eng</strong> - ocr only document type using multi-level recognition, can be used only with english lang. Returns the same structured answer as in \"ocr\" document type, in some cases has better recognition quality and bigger response time</li>\n<li><strong>xtract</strong> - document type for recognizing any structured documents to extract tables or some key-values pairs from document with AI/ML approach. File categorization will not applied (example of answer please find at Example Request)</li>\n<li><strong>financial</strong> - document type for extracting from invoices/purchase orders/delivery dockets accounting related fields. The original file can be categorized into several different documents(example of answer please find at Example Request)</li>\n<li><strong>check</strong> (*) - bank check document type, will extract amount, date, customer name, rounting number, etc. (example of answer please find at Example Request)</li>\n<li><strong>acord25</strong> (*) - acord 25 insurance form document type, will extract all possible fields from acord 25 form (example of answer please find at Example Request)</li>\n<li><strong>taxform.us</strong> (*) - US Tax Forms, such as: 1040, W2, W4, 1065, 1098, 1099, 1120 and many other tax form types published by Internal Revenue Service (IRS)</li>\n</ul>\n<p>(*) This types supports only one file inside parameter \"files\" in request</p>\n<p>Before start using some document type via API, be sure that choosed document type is enabled inside your Profile in ScanDocFlow application.</p>\n<h2 id=\"lang\">lang</h2>\n<p>(Optional) \"lang\" parameter used for specifying language of the document (should coded by ISO 639-3), currently supported parameters (languages):</p>\n<ul>\n<li>auto (Auto detection, default)</li>\n<li>ara (Arabic)</li>\n<li>hye (Armenian)</li>\n<li>bel (Belorussian)</li>\n<li>ben (Bengali)</li>\n<li>bul (Bulgarian)</li>\n<li>cat (Catalan)</li>\n<li>chi (Chinese)</li>\n<li>hrv (Croatian)</li>\n<li>ces (Czech)</li>\n<li>dan (Danish)</li>\n<li>nld (Dutch)</li>\n<li>eng (English)</li>\n<li>est (Estonian)</li>\n<li>fin (Finnish)</li>\n<li>fra (French)</li>\n<li>deu (German)</li>\n<li>ell (Greek)</li>\n<li>heb (Hebrew)</li>\n<li>hun (Hungarian)</li>\n<li>ita (Italian)</li>\n<li>jpn (Japanese)</li>\n<li>khm (Khmer)</li>\n<li>kor (Korean)</li>\n<li>lav (Latvian)</li>\n<li>lit (Lithuanian)</li>\n<li>mkd (Macedonian)</li>\n<li>msa (Malay)</li>\n<li>nor (Norwegian)</li>\n<li>pol (Polish)</li>\n<li>por (Portuguese)</li>\n<li>ron (Romanian)</li>\n<li>rus (Russian)</li>\n<li>srp (Serbian)</li>\n<li>slk (Slovak)</li>\n<li>slv (Slovenian)</li>\n<li>spa (Spanish)</li>\n<li>swe (Swedish)</li>\n<li>tha (Thai)</li>\n<li>tur (Turkish)</li>\n<li>ukr (Ukrainian)</li>\n<li>urd (Urdu)</li>\n<li>vie (Vietnamese)</li>\n</ul>\n<h2 id=\"retain\">retain</h2>\n<p>(Optional) Flag for saving documents in the web application for archiving or exporting for example to Xero, QuickBooks, etc. Possible values:</p>\n<ul>\n<li>\"true\" (default)</li>\n<li>\"false\"</li>\n</ul>\n<h2 id=\"webhookurl\">webhookUrl</h2>\n<p>(Optional) Url you want to receive webhook to</p>\n<h2 id=\"waitvalidationchecks\">waitValidationChecks</h2>\n<p>(Optional) Wait until validation checks will be passed and only after that send response to webhook. Possible values:</p>\n<ul>\n<li>\"true\"</li>\n<li>\"false\" (default)</li>\n</ul>\n<p>The ScanDocFlow application guarantees that the document will be verified within 24 hours, the regular verification time is 1 hour for documents with poor quality or if field extraction rules required and have not yet been created for this document supplier/layout. For documents of good quality and if there are rules, the document will be recognized fully automatically and sent to the webhook within 10-20 seconds.</p>\n<p>Validation checks - it's additional checks for the extracted fields, they can be additional configured for each user/document type. By default, \"financial\" document type has next validation checks (inside response (or webhook) or you can find validation checks in dedicated expansion panel inside document edit view):</p>\n<ul>\n<li>validationChecks.result: (number) final validation result, possible values: 0 - passed or skipped, 2 - info, 5 - warning, 9 - failed</li>\n<li>validationChecks.validations.supplierNamePresent: (boolean)</li>\n<li>validationChecks.validations.totalOrSubtotalPresent: (boolean)</li>\n<li>validationChecks.validations.datePresent: (boolean)</li>\n<li>validationChecks.validations.currencyCodePresent: (boolean)</li>\n<li>validationChecks.validations.lineItemsCount: (number)</li>\n<li>validationChecks.validations.ocrVerificationStatusCheck: (boolean)</li>\n<li>validationChecks.validations.recognitionStatusCheck: (boolean)</li>\n</ul>\n<h1 id=\"response-parameters\">Response parameters</h1>\n<h2 id=\"example-of-the-response\">Example of the response</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"status\": \"success\", // request status\n    \"id\": \"...\",         // request id\n    \"documents\": [.      // the documents array from the original uploaded document(s)\n        {\n            \"id\": \"...\",                     // document ID in ScanDocFlow app\n            \"type\": \"TaxForm.US.F1040.2021\", // type of the current section from the original document\n            ...                              // fields\n            \"section14\": {\n                \"type\": \"decimal\",\n                \"value\": \"11550\",\n                \"text\": \"11,550\",\n                \"annotations\": [\n                    \"0HMO8FAE9BE4P\".         // annotation needs to help find the location of the word\n                ]\n            },\n            ...\n            \"pages\": [                       \n                {\n                    \"fileIdx\": 0,            // file index from the original request (files can be more than 1)\n                    \"offset\": 0,             // offset of the first page in current uploaded file\n                    \"count\": 2               // pages count\n                }\n            ],\n            \"textAnnotation\": {\n                \"Pages\": [                   // all pages array (count: pages.count)\n                    {\n                        \"ClockwiseOrientation\": 0,      // page orientation\n                        \"Words\": [\n                            {\n                                \"Id\": \"0HMO8FAE9BE4P\",  // to find location of section14 - needs to find the same annotation ID: 0HMO8FAE9BE4P (page index can be calculated from the index of the pages array)\n                                \"Text\": \"11,550\",       // original text\n                                \"Outline\": [.           // bounding box of the word\n                                    0.23843,\n                                    0.0615,\n                                    0.25255,\n                                    0.0615,\n                                    0.25255,\n                                    0.06907,\n                                    0.23843,\n                                    0.06907\n                                ],\n                                \"Confidence\": 1,        // OCR confidence level\n                                \"Lang\": \"eng\"           // word language\n                            },\n                            ...\n                    }\n                 ...\n                ]\n            }\n        }\n    ]\n}\n\n</code></pre><h2 id=\"textannotation\">textAnnotation</h2>\n<p>This parameter contains the list of pages and each page has words with their coordinates:Id - unique identifier of the word<br><strong>Text</strong> - recognized word<br><strong>Outline</strong> - this parameter can be parsed like described below:</p>\n<img src=\"https://content.pstmn.io/7a495031-38ec-45d1-ad25-8c1994f23f96/U2NyZWVuc2hvdCAyMDIyLTEyLTIyIGF0IDEyLjI4LjQxLnBuZw==\" width=\"201\" height=\"275\">\n\n<p>Bounding box with coordinates:</p>\n<img src=\"https://content.pstmn.io/008e8ffa-f820-4a0f-b6ef-d5bd40985047/U2NyZWVuc2hvdCAyMDIyLTEyLTIyIGF0IDEyLjI2LjE5LnBuZw==\" width=\"197\" height=\"134\">\n\n<p>Outline: [x0, y0, x1, y1, x2, y2, x3, y3]</p>\n<p>Page height and width taken as 1.</p>\n<p><strong>Confidence</strong> - confidence level of recognition<br><strong>Lang</strong> - language of this particular word</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API key generation","slug":"api-key-generation"},{"content":"How it works","slug":"how-it-works"},{"content":"Request parameters","slug":"request-parameters"},{"content":"Response parameters","slug":"response-parameters"}],"owner":"12102431","collectionId":"c63992fe-9b26-4252-be01-febd451cf47e","publishedId":"T1DmCe19","public":true,"customColor":{"top-bar":"4961CC","right-sidebar":"303030","highlight":"FF7052"},"publishDate":"2023-02-13T13:23:20.000Z"},"item":[{"name":"ScanDocFlow API","item":[{"name":"Content-Type: multipart/form-data","item":[{"name":"Extract sync (multipart/form-data)","id":"aaa8fde8-53fe-4d33-ac95-598c9f68909e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data; boundary=AAAAA","description":"<p>(Required) Content-Type of the request</p>\n"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) File or couple of files for recognizing/extracting <a href=\"#files\">(Read more...)</a></p>\n","key":"files","type":"text","value":"[\"<binary>\",\"<binary>\"]"},{"key":"pageCount","value":"","description":"<p>(Optional) count of pages for recognizing/extracting from original files in request <a href=\"#pagecount\">(Read more...)</a></p>\n","type":"text"},{"key":"pageOffset","value":"","description":"<p>(Optional) page index (offset) from which document recognition will be started <a href=\"#pageoffset\">(Read more...)</a></p>\n","type":"text"},{"description":"<p>(Optional) Requested document type <a href=\"#type\">(Read more...)</a></p>\n","key":"type","value":"ocr"},{"description":"<p>(Optional) Used for specifying language of the document <a href=\"#lang\">(Read more...)</a></p>\n","key":"lang","value":"auto"},{"description":"<p>(Optional) Flag for saving documents in the web application <a href=\"#retain\">(Read more...)</a></p>\n","key":"retain","type":"text","value":"true"}]},"url":"https://backend.scandocflow.com/v1/api/documents/extract?access_token={{access_token}}","description":"<p>This is synchronys multipart/form-data API endpoint for getting key fields from attached file(s). It may take up to 2 minutes for response depends on pages count in request. <b>We recommend using an asynchronous API</b> for embedding. Synchronus APIs presented more for demonstration purposes <a href=\"#how-it-works\">(Read more...)</a></p>\n","urlObject":{"path":["documents","extract"],"host":["https://backend.scandocflow.com/v1/api"],"query":[{"description":{"content":"<p>(Required) API key generated at ScanDocFlow application <a href=\"#api-key-generation\">(Read more...)</a></p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"81fa68db-4f72-4e9b-9074-febfc28396c6","name":"200 - OK, \"check\" type example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"files","value":"@/path/to/file/test.pdf","description":"(Required) File or couple of files for fields extracting","type":"text"},{"key":"type","value":"check","description":"(Optional) Requested Document type (This can only be one of invoice,check,ocr)"}]},"url":{"raw":"https://backend.scandocflow.com/v1/api/documents/extract?access_token={{string}}","host":["https://backend.scandocflow.com/v1/api"],"path":["documents","extract"],"query":[{"key":"access_token","value":"{{string}}","description":"(Required) API key generated at ScanDocFlow application"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 May 2020 08:23:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.16.1"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"X-Total-Count"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"302-DpJiIcxM3Q/FPp7xoR5H1/H9uZ0\""},{"key":"Content-Encoding","value":"gzip"},{"key":"X-User-Plan-Pages-Used","value":"10","description":"","type":"text"},{"key":"X-User-Plan-Pages-Limit","value":"50","description":"","type":"text"},{"key":"X-User-Plan-Renewal","value":"2020-05-29T15:36:44.327Z","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"11111111-1111-1111-1111-111111111111\",\n    \"status\": \"success\",\n    \"documents\": [\n        {\n        \t\"type\": \"check\",\n            \"version\": \"1.0\",\n            \"pages\": [\n                {\n                    \"offset\": 0,\n                    \"count\": 5\n                }\n            ],\n            \"customerName\": {\n                \"type\": \"string\",\n                \"value\": \"LOGISTICS COMPANY, LLC\"\n            },\n            \"amount\": {\n                \"type\": \"decimal\",\n                \"value\": \"177.44\"\n            },\n            \"number\": {\n                \"type\": \"string\",\n                \"value\": \"011111\"\n            },\n            \"routingNumber\": {\n                \"type\": \"string\",\n                \"value\": \"022222222\"\n            },\n            \"accountNumber\": {\n                \"type\": \"string\",\n                \"value\": \"333333333\"\n            },\n            \"address\": {\n                \"type\": \"string\",\n                \"value\": \"315 JAYCEE DRIVE, PA 19405\"\n            },\n            \"date\": {\n                \"type\": \"date\",\n                \"value\": 1587859200000,\n                \"text\": \"4/26/20\"\n            },\n            \"remittanceDetail\": {\n                \"type\": \"flatTable\",\n                \"header\": [\n                    {\n                        \"id\": \"reference\",\n                        \"name\": \"Reference\"\n                    },\n                    {\n                        \"id\": \"payamount\",\n                        \"name\": \"PayAmount\"\n                    }\n                ],\n                \"rows\": [\n                    {\n                        \"reference\": {\n                            \"type\": \"string\",\n                            \"value\": \"444444444\"\n                        },\n                        \"payamount\": {\n                            \"type\": \"decimal\",\n                            \"value\": \"177.44\"\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"bb5ff9d3-6901-4816-a16d-212287f99515","name":"200 - OK, \"ocr\" type example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","description":"(Required) Content-Type of the request"}],"body":{"mode":"formdata","formdata":[{"key":"files","value":"@/path/to/file/test.pdf","description":"(Required) File or couple of files for fields extracting. The order of the files in the request matters, so it can make effect for extraction output","type":"text"},{"key":"type","value":"ocr","description":"(Optional) Requested Document Type, can only be one of:\n- invoice, invoice document type (example of answer please find at Example Request)\n- check (*), bank check document type (example of answer please find at Example Request)\n\n(*) This type only supports one file per request"},{"key":"lang","value":"eng","description":"(Optional) Language ISO 639-3 code of document, can only be one of:\n- ara (Arabic)\n- chi (Chinese)\n- nld (Dutch)\n- eng (English, default)\n- fra (French)\n- deu (German)\n- ell (Greek)\n- hun (Hungarian)\n- ita (Italian)\n- jpn (Japanese)\n- msa (Malay)\n- pol (Polish)\n- por (Portuguese)\n- rus (Russian)\n- spa (Spanish)\n- tha (Thai)\n- tur (Turkish)\n- ukr (Ukrainian)\n- urd (Urdu)"}]},"url":{"raw":"https://backend.scandocflow.com/v1/api/documents/extract?access_token={{access_token}}","host":["https://backend.scandocflow.com/v1/api"],"path":["documents","extract"],"query":[{"key":"access_token","value":"{{access_token}}","description":"(Required) API key generated at ScanDocFlow application"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 20:52:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.16.1"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"X-Total-Count"},{"key":"X-User-Plan-Pages-Used","value":"10","description":"","type":"text"},{"key":"X-User-Plan-Pages-Limit","value":"50","description":"","type":"text"},{"key":"X-User-Plan-Renewal","value":"2020-05-29T15:36:44.327Z","description":"","type":"text"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"5292-b3Obku0xhXSa6XiPsDOetZAWHnY\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"11111111-1111-1111-1111-111111111111\", \n    \"status\": \"success\",\n    \"documents\": [\n        {\n            \"version\": \"1.0\",\n            \"type\": \"ocr\",\n            \"pages\": [\n                {\n                    \"fileIdx\": 0,\n                    \"offset\": 0,\n                    \"count\": 1\n                }\n            ],\n            \"textAnnotation\": {\n                \"pages\": [\n                    {\n                        \"clockwiseOrientation\": 0.05999756,\n                        \"words\": [\n                            {\n                                \"id\": \"0\",\n                                \"text\": \"Verdana\",\n                                \"outline\": [\n                                    0.01199,\n                                    0.01698,\n                                    0.16683,\n                                    0.01698,\n                                    0.16683,\n                                    0.05295,\n                                    0.01199,\n                                    0.05295\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"1\",\n                                \"text\": \"sadipscing\",\n                                \"outline\": [\n                                    0.76923,\n                                    0.10689,\n                                    0.96404,\n                                    0.10689,\n                                    0.96404,\n                                    0.14885,\n                                    0.76923,\n                                    0.14885\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"2\",\n                                \"text\": \"ipsum\",\n                                \"outline\": [\n                                    0.14186,\n                                    0.10789,\n                                    0.24376,\n                                    0.10789,\n                                    0.24376,\n                                    0.14585,\n                                    0.14186,\n                                    0.14585\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"3\",\n                                \"text\": \"sit\",\n                                \"outline\": [\n                                    0.37962,\n                                    0.10789,\n                                    0.42857,\n                                    0.10789,\n                                    0.42857,\n                                    0.14685,\n                                    0.37962,\n                                    0.14685\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"4\",\n                                \"text\": \"consetetur\",\n                                \"outline\": [\n                                    0.55944,\n                                    0.10789,\n                                    0.76324,\n                                    0.10789,\n                                    0.76324,\n                                    0.14785,\n                                    0.55944,\n                                    0.14785\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"5\",\n                                \"text\": \"Lorem\",\n                                \"outline\": [\n                                    0.01299,\n                                    0.10789,\n                                    0.11788,\n                                    0.10789,\n                                    0.11788,\n                                    0.14685,\n                                    0.01299,\n                                    0.14685\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"6\",\n                                \"text\": \"dolor\",\n                                \"outline\": [\n                                    0.27273,\n                                    0.10789,\n                                    0.37163,\n                                    0.10789,\n                                    0.37163,\n                                    0.14585,\n                                    0.27273,\n                                    0.14585\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"7\",\n                                \"text\": \"amet,\",\n                                \"outline\": [\n                                    0.43556,\n                                    0.10789,\n                                    0.55245,\n                                    0.10789,\n                                    0.55245,\n                                    0.14685,\n                                    0.43556,\n                                    0.14685\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"8\",\n                                \"text\": \"Vt\",\n                                \"outline\": [\n                                    0.24376,\n                                    0.11788,\n                                    0.27273,\n                                    0.11788,\n                                    0.27273,\n                                    0.13886,\n                                    0.24376,\n                                    0.13886\n                                ],\n                                \"confidence\": 0.2478,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"9\",\n                                \"text\": \"invidunt\",\n                                \"outline\": [\n                                    0.74625,\n                                    0.15285,\n                                    0.90509,\n                                    0.15285,\n                                    0.90509,\n                                    0.19281,\n                                    0.74625,\n                                    0.19281\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"10\",\n                                \"text\": \"ut\",\n                                \"outline\": [\n                                    0.91109,\n                                    0.15285,\n                                    0.94905,\n                                    0.15285,\n                                    0.94905,\n                                    0.18981,\n                                    0.91109,\n                                    0.18981\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"11\",\n                                \"text\": \"elitr,\",\n                                \"outline\": [\n                                    0.01299,\n                                    0.15385,\n                                    0.1029,\n                                    0.15385,\n                                    0.1029,\n                                    0.19181,\n                                    0.01299,\n                                    0.19181\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"12\",\n                                \"text\": \"eirmod\",\n                                \"outline\": [\n                                    0.45554,\n                                    0.15385,\n                                    0.59041,\n                                    0.15385,\n                                    0.59041,\n                                    0.19481,\n                                    0.45554,\n                                    0.19481\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"13\",\n                                \"text\": \"nonumy\",\n                                \"outline\": [\n                                    0.28871,\n                                    0.15385,\n                                    0.44755,\n                                    0.15385,\n                                    0.44755,\n                                    0.19481,\n                                    0.28871,\n                                    0.19481\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"14\",\n                                \"text\": \"tempor\",\n                                \"outline\": [\n                                    0.5954,\n                                    0.15385,\n                                    0.74026,\n                                    0.15385,\n                                    0.74026,\n                                    0.19381,\n                                    0.5954,\n                                    0.19381\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"15\",\n                                \"text\": \"sed\",\n                                \"outline\": [\n                                    0.10889,\n                                    0.15385,\n                                    0.17582,\n                                    0.15385,\n                                    0.17582,\n                                    0.19281,\n                                    0.10889,\n                                    0.19281\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"16\",\n                                \"text\": \"diam\",\n                                \"outline\": [\n                                    0.19281,\n                                    0.15385,\n                                    0.26474,\n                                    0.15385,\n                                    0.26474,\n                                    0.19381,\n                                    0.19281,\n                                    0.19381\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"17\",\n                                \"text\": \"labore\",\n                                \"outline\": [\n                                    0.00999,\n                                    0.1988,\n                                    0.13287,\n                                    0.1988,\n                                    0.13287,\n                                    0.23876,\n                                    0.00999,\n                                    0.23876\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"18\",\n                                \"text\": \"diam\",\n                                \"outline\": [\n                                    0.83017,\n                                    0.1988,\n                                    0.9011,\n                                    0.1988,\n                                    0.9011,\n                                    0.23876,\n                                    0.83017,\n                                    0.23876\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"19\",\n                                \"text\": \"et\",\n                                \"outline\": [\n                                    0.14286,\n                                    0.1988,\n                                    0.18981,\n                                    0.1988,\n                                    0.18981,\n                                    0.23876,\n                                    0.14286,\n                                    0.23876\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"20\",\n                                \"text\": \"sed\",\n                                \"outline\": [\n                                    0.74625,\n                                    0.1988,\n                                    0.81518,\n                                    0.1988,\n                                    0.81518,\n                                    0.23976,\n                                    0.74625,\n                                    0.23976\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"21\",\n                                \"text\": \"erat,\",\n                                \"outline\": [\n                                    0.64535,\n                                    0.1988,\n                                    0.73926,\n                                    0.1988,\n                                    0.73926,\n                                    0.24076,\n                                    0.64535,\n                                    0.24076\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"22\",\n                                \"text\": \"magna\",\n                                \"outline\": [\n                                    0.32268,\n                                    0.1998,\n                                    0.45355,\n                                    0.1998,\n                                    0.45355,\n                                    0.24076,\n                                    0.32268,\n                                    0.24076\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"23\",\n                                \"text\": \"dolore\",\n                                \"outline\": [\n                                    0.1988,\n                                    0.1998,\n                                    0.31269,\n                                    0.1998,\n                                    0.31269,\n                                    0.24076,\n                                    0.1988,\n                                    0.24076\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"24\",\n                                \"text\": \"aliquyam\",\n                                \"outline\": [\n                                    0.46553,\n                                    0.1998,\n                                    0.61838,\n                                    0.1998,\n                                    0.61838,\n                                    0.24076,\n                                    0.46553,\n                                    0.24076\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"25\",\n                                \"text\": \"justo\",\n                                \"outline\": [\n                                    0.7013,\n                                    0.24575,\n                                    0.8002,\n                                    0.24575,\n                                    0.8002,\n                                    0.28472,\n                                    0.7013,\n                                    0.28472\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"26\",\n                                \"text\": \"duo\",\n                                \"outline\": [\n                                    0.81518,\n                                    0.24575,\n                                    0.87612,\n                                    0.24575,\n                                    0.87612,\n                                    0.28571,\n                                    0.81518,\n                                    0.28571\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"27\",\n                                \"text\": \"voluptual\",\n                                \"outline\": [\n                                    0.01299,\n                                    0.24675,\n                                    0.19381,\n                                    0.24675,\n                                    0.19381,\n                                    0.28571,\n                                    0.01299,\n                                    0.28571\n                                ],\n                                \"confidence\": 0.3,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"28\",\n                                \"text\": \"et\",\n                                \"outline\": [\n                                    0.65335,\n                                    0.24675,\n                                    0.69331,\n                                    0.24675,\n                                    0.69331,\n                                    0.28472,\n                                    0.65335,\n                                    0.28472\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"29\",\n                                \"text\": \"At\",\n                                \"outline\": [\n                                    0.2008,\n                                    0.24675,\n                                    0.24675,\n                                    0.24675,\n                                    0.24675,\n                                    0.28372,\n                                    0.2008,\n                                    0.28372\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"30\",\n                                \"text\": \"accusam\",\n                                \"outline\": [\n                                    0.48052,\n                                    0.24675,\n                                    0.62737,\n                                    0.24675,\n                                    0.62737,\n                                    0.28372,\n                                    0.48052,\n                                    0.28372\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"31\",\n                                \"text\": \"eos\",\n                                \"outline\": [\n                                    0.35065,\n                                    0.24775,\n                                    0.42258,\n                                    0.24775,\n                                    0.42258,\n                                    0.28372,\n                                    0.35065,\n                                    0.28372\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"32\",\n                                \"text\": \"vero\",\n                                \"outline\": [\n                                    0.25375,\n                                    0.24775,\n                                    0.34066,\n                                    0.24775,\n                                    0.34066,\n                                    0.28372,\n                                    0.25375,\n                                    0.28372\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"33\",\n                                \"text\": \"et\",\n                                \"outline\": [\n                                    0.42957,\n                                    0.24775,\n                                    0.47253,\n                                    0.24775,\n                                    0.47253,\n                                    0.28372,\n                                    0.42957,\n                                    0.28372\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"34\",\n                                \"text\": \"dolores\",\n                                \"outline\": [\n                                    0.01798,\n                                    0.29171,\n                                    0.15485,\n                                    0.29171,\n                                    0.15485,\n                                    0.32867,\n                                    0.01798,\n                                    0.32867\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"35\",\n                                \"text\": \"Stet\",\n                                \"outline\": [\n                                    0.41758,\n                                    0.29171,\n                                    0.5005,\n                                    0.29171,\n                                    0.5005,\n                                    0.32967,\n                                    0.41758,\n                                    0.32967\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"36\",\n                                \"text\": \"et\",\n                                \"outline\": [\n                                    0.16384,\n                                    0.29171,\n                                    0.20679,\n                                    0.29171,\n                                    0.20679,\n                                    0.32867,\n                                    0.16384,\n                                    0.32867\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"37\",\n                                \"text\": \"rebum.\",\n                                \"outline\": [\n                                    0.26973,\n                                    0.29171,\n                                    0.41159,\n                                    0.29171,\n                                    0.41159,\n                                    0.32967,\n                                    0.26973,\n                                    0.32967\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"38\",\n                                \"text\": \"ea\",\n                                \"outline\": [\n                                    0.21279,\n                                    0.29171,\n                                    0.26074,\n                                    0.29171,\n                                    0.26074,\n                                    0.32867,\n                                    0.21279,\n                                    0.32867\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"39\",\n                                \"text\": \"kasd\",\n                                \"outline\": [\n                                    0.5974,\n                                    0.29171,\n                                    0.68631,\n                                    0.29171,\n                                    0.68631,\n                                    0.33067,\n                                    0.5974,\n                                    0.33067\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"40\",\n                                \"text\": \"clita\",\n                                \"outline\": [\n                                    0.50749,\n                                    0.29171,\n                                    0.58741,\n                                    0.29171,\n                                    0.58741,\n                                    0.33067,\n                                    0.50749,\n                                    0.33067\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"41\",\n                                \"text\": \"no\",\n                                \"outline\": [\n                                    0.91708,\n                                    0.29171,\n                                    0.96204,\n                                    0.29171,\n                                    0.96204,\n                                    0.33267,\n                                    0.91708,\n                                    0.33267\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"42\",\n                                \"text\": \"gubergren,\",\n                                \"outline\": [\n                                    0.6983,\n                                    0.29171,\n                                    0.91009,\n                                    0.29171,\n                                    0.91009,\n                                    0.33267,\n                                    0.6983,\n                                    0.33267\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"43\",\n                                \"text\": \"sit\",\n                                \"outline\": [\n                                    0.85814,\n                                    0.33766,\n                                    0.90609,\n                                    0.33766,\n                                    0.90609,\n                                    0.37363,\n                                    0.85814,\n                                    0.37363\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"44\",\n                                \"text\": \"dolor\",\n                                \"outline\": [\n                                    0.75125,\n                                    0.33766,\n                                    0.85015,\n                                    0.33766,\n                                    0.85015,\n                                    0.37463,\n                                    0.75125,\n                                    0.37463\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"45\",\n                                \"text\": \"est\",\n                                \"outline\": [\n                                    0.42258,\n                                    0.33866,\n                                    0.48551,\n                                    0.33866,\n                                    0.48551,\n                                    0.37562,\n                                    0.42258,\n                                    0.37562\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"46\",\n                                \"text\": \"ipsum\",\n                                \"outline\": [\n                                    0.62138,\n                                    0.33866,\n                                    0.72028,\n                                    0.33866,\n                                    0.72028,\n                                    0.37562,\n                                    0.62138,\n                                    0.37562\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"47\",\n                                \"text\": \"sanctus\",\n                                \"outline\": [\n                                    0.26573,\n                                    0.33866,\n                                    0.41059,\n                                    0.33866,\n                                    0.41059,\n                                    0.37562,\n                                    0.26573,\n                                    0.37562\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"48\",\n                                \"text\": \"Lorem\",\n                                \"outline\": [\n                                    0.49151,\n                                    0.33866,\n                                    0.59441,\n                                    0.33866,\n                                    0.59441,\n                                    0.37562,\n                                    0.49151,\n                                    0.37562\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"49\",\n                                \"text\": \"takimata\",\n                                \"outline\": [\n                                    0.08791,\n                                    0.33966,\n                                    0.25275,\n                                    0.33966,\n                                    0.25275,\n                                    0.37463,\n                                    0.08791,\n                                    0.37463\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"50\",\n                                \"text\": \"sea\",\n                                \"outline\": [\n                                    0.01199,\n                                    0.33966,\n                                    0.07493,\n                                    0.33966,\n                                    0.07493,\n                                    0.37363,\n                                    0.01199,\n                                    0.37363\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"51\",\n                                \"text\": \"1\",\n                                \"outline\": [\n                                    0.59441,\n                                    0.34665,\n                                    0.60539,\n                                    0.34665,\n                                    0.60539,\n                                    0.36763,\n                                    0.59441,\n                                    0.36763\n                                ],\n                                \"confidence\": 0.9248,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"52\",\n                                \"text\": \"VI\",\n                                \"outline\": [\n                                    0.72028,\n                                    0.34665,\n                                    0.75125,\n                                    0.34665,\n                                    0.75125,\n                                    0.36763,\n                                    0.72028,\n                                    0.36763\n                                ],\n                                \"confidence\": 0.6067,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"53\",\n                                \"text\": \"ipsum\",\n                                \"outline\": [\n                                    0.26374,\n                                    0.38362,\n                                    0.36264,\n                                    0.38362,\n                                    0.36264,\n                                    0.42458,\n                                    0.26374,\n                                    0.42458\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"54\",\n                                \"text\": \"dolor\",\n                                \"outline\": [\n                                    0.3976,\n                                    0.38362,\n                                    0.49251,\n                                    0.38362,\n                                    0.49251,\n                                    0.42458,\n                                    0.3976,\n                                    0.42458\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"55\",\n                                \"text\": \"consetetur\",\n                                \"outline\": [\n                                    0.68132,\n                                    0.38362,\n                                    0.87912,\n                                    0.38362,\n                                    0.87912,\n                                    0.42358,\n                                    0.68132,\n                                    0.42358\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"56\",\n                                \"text\": \"sit\",\n                                \"outline\": [\n                                    0.5005,\n                                    0.38362,\n                                    0.55145,\n                                    0.38362,\n                                    0.55145,\n                                    0.42458,\n                                    0.5005,\n                                    0.42458\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"57\",\n                                \"text\": \"amet,\",\n                                \"outline\": [\n                                    0.56044,\n                                    0.38362,\n                                    0.67433,\n                                    0.38362,\n                                    0.67433,\n                                    0.42458,\n                                    0.56044,\n                                    0.42458\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"58\",\n                                \"text\": \"Lorem\",\n                                \"outline\": [\n                                    0.13387,\n                                    0.38362,\n                                    0.23776,\n                                    0.38362,\n                                    0.23776,\n                                    0.42358,\n                                    0.13387,\n                                    0.42358\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"59\",\n                                \"text\": \"amet.\",\n                                \"outline\": [\n                                    0.01299,\n                                    0.38462,\n                                    0.12787,\n                                    0.38462,\n                                    0.12787,\n                                    0.42158,\n                                    0.01299,\n                                    0.42158\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"60\",\n                                \"text\": \"1V¢\",\n                                \"outline\": [\n                                    0.36264,\n                                    0.38861,\n                                    0.3976,\n                                    0.38861,\n                                    0.3976,\n                                    0.42557,\n                                    0.36264,\n                                    0.42557\n                                ],\n                                \"confidence\": 0.2578,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"61\",\n                                \"text\": \"elitr,\",\n                                \"outline\": [\n                                    0.22178,\n                                    0.42857,\n                                    0.30769,\n                                    0.42857,\n                                    0.30769,\n                                    0.46953,\n                                    0.22178,\n                                    0.46953\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"62\",\n                                \"text\": \"sadipscing\",\n                                \"outline\": [\n                                    0.01199,\n                                    0.42857,\n                                    0.21179,\n                                    0.42857,\n                                    0.21179,\n                                    0.47153,\n                                    0.01199,\n                                    0.47153\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"63\",\n                                \"text\": \"nonumy\",\n                                \"outline\": [\n                                    0.4985,\n                                    0.42957,\n                                    0.65734,\n                                    0.42957,\n                                    0.65734,\n                                    0.46953,\n                                    0.4985,\n                                    0.46953\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"64\",\n                                \"text\": \"sed\",\n                                \"outline\": [\n                                    0.31568,\n                                    0.42957,\n                                    0.38861,\n                                    0.42957,\n                                    0.38861,\n                                    0.46953,\n                                    0.31568,\n                                    0.46953\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"65\",\n                                \"text\": \"diam\",\n                                \"outline\": [\n                                    0.4016,\n                                    0.42957,\n                                    0.47453,\n                                    0.42957,\n                                    0.47453,\n                                    0.46953,\n                                    0.4016,\n                                    0.46953\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"66\",\n                                \"text\": \"tempor\",\n                                \"outline\": [\n                                    0.80619,\n                                    0.43057,\n                                    0.94206,\n                                    0.43057,\n                                    0.94206,\n                                    0.46853,\n                                    0.80619,\n                                    0.46853\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"67\",\n                                \"text\": \"eirmod\",\n                                \"outline\": [\n                                    0.66434,\n                                    0.43057,\n                                    0.8002,\n                                    0.43057,\n                                    0.8002,\n                                    0.46953,\n                                    0.66434,\n                                    0.46953\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"68\",\n                                \"text\": \"invidunt\",\n                                \"outline\": [\n                                    0.01199,\n                                    0.47453,\n                                    0.16883,\n                                    0.47453,\n                                    0.16883,\n                                    0.51249,\n                                    0.01199,\n                                    0.51249\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"69\",\n                                \"text\": \"et\",\n                                \"outline\": [\n                                    0.35964,\n                                    0.47453,\n                                    0.4036,\n                                    0.47453,\n                                    0.4036,\n                                    0.51548,\n                                    0.35964,\n                                    0.51548\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"70\",\n                                \"text\": \"aliquyam\",\n                                \"outline\": [\n                                    0.68132,\n                                    0.47453,\n                                    0.83516,\n                                    0.47453,\n                                    0.83516,\n                                    0.51648,\n                                    0.68132,\n                                    0.51648\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"71\",\n                                \"text\": \"magna\",\n                                \"outline\": [\n                                    0.53946,\n                                    0.47453,\n                                    0.66933,\n                                    0.47453,\n                                    0.66933,\n                                    0.51648,\n                                    0.53946,\n                                    0.51648\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"72\",\n                                \"text\": \"dolore\",\n                                \"outline\": [\n                                    0.41459,\n                                    0.47453,\n                                    0.52747,\n                                    0.47453,\n                                    0.52747,\n                                    0.51548,\n                                    0.41459,\n                                    0.51548\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"73\",\n                                \"text\": \"ut\",\n                                \"outline\": [\n                                    0.17483,\n                                    0.47453,\n                                    0.21878,\n                                    0.47453,\n                                    0.21878,\n                                    0.51349,\n                                    0.17483,\n                                    0.51349\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"74\",\n                                \"text\": \"labore\",\n                                \"outline\": [\n                                    0.22577,\n                                    0.47453,\n                                    0.34865,\n                                    0.47453,\n                                    0.34865,\n                                    0.51449,\n                                    0.22577,\n                                    0.51449\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"75\",\n                                \"text\": \"erat,\",\n                                \"outline\": [\n                                    0.86014,\n                                    0.47552,\n                                    0.94505,\n                                    0.47552,\n                                    0.94505,\n                                    0.51648,\n                                    0.86014,\n                                    0.51648\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"76\",\n                                \"text\": \"sed\",\n                                \"outline\": [\n                                    0.01199,\n                                    0.52048,\n                                    0.08192,\n                                    0.52048,\n                                    0.08192,\n                                    0.56044,\n                                    0.01199,\n                                    0.56044\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"77\",\n                                \"text\": \"diam\",\n                                \"outline\": [\n                                    0.0969,\n                                    0.52048,\n                                    0.16983,\n                                    0.52048,\n                                    0.16983,\n                                    0.55944,\n                                    0.0969,\n                                    0.55944\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"78\",\n                                \"text\": \"vero\",\n                                \"outline\": [\n                                    0.43556,\n                                    0.52148,\n                                    0.52448,\n                                    0.52148,\n                                    0.52448,\n                                    0.56044,\n                                    0.43556,\n                                    0.56044\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"79\",\n                                \"text\": \"At\",\n                                \"outline\": [\n                                    0.38162,\n                                    0.52148,\n                                    0.42857,\n                                    0.52148,\n                                    0.42857,\n                                    0.56044,\n                                    0.38162,\n                                    0.56044\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"80\",\n                                \"text\": \"voluptual\",\n                                \"outline\": [\n                                    0.19481,\n                                    0.52148,\n                                    0.37463,\n                                    0.52148,\n                                    0.37463,\n                                    0.56044,\n                                    0.19481,\n                                    0.56044\n                                ],\n                                \"confidence\": 0.3,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"81\",\n                                \"text\": \"eos\",\n                                \"outline\": [\n                                    0.53347,\n                                    0.52248,\n                                    0.6034,\n                                    0.52248,\n                                    0.6034,\n                                    0.56044,\n                                    0.53347,\n                                    0.56044\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"82\",\n                                \"text\": \"et\",\n                                \"outline\": [\n                                    0.61039,\n                                    0.52248,\n                                    0.65534,\n                                    0.52248,\n                                    0.65534,\n                                    0.56044,\n                                    0.61039,\n                                    0.56044\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"83\",\n                                \"text\": \"accusam\",\n                                \"outline\": [\n                                    0.66234,\n                                    0.52248,\n                                    0.81219,\n                                    0.52248,\n                                    0.81219,\n                                    0.56044,\n                                    0.66234,\n                                    0.56044\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"84\",\n                                \"text\": \"et\",\n                                \"outline\": [\n                                    0.83716,\n                                    0.52248,\n                                    0.87612,\n                                    0.52248,\n                                    0.87612,\n                                    0.56044,\n                                    0.83716,\n                                    0.56044\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"85\",\n                                \"text\": \"justo\",\n                                \"outline\": [\n                                    0.88312,\n                                    0.52248,\n                                    0.97602,\n                                    0.52248,\n                                    0.97602,\n                                    0.56044,\n                                    0.88312,\n                                    0.56044\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"86\",\n                                \"text\": \"Ve\",\n                                \"outline\": [\n                                    0.81219,\n                                    0.53047,\n                                    0.83716,\n                                    0.53047,\n                                    0.83716,\n                                    0.55145,\n                                    0.81219,\n                                    0.55145\n                                ],\n                                \"confidence\": 0.3354,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"87\",\n                                \"text\": \"kasd\",\n                                \"outline\": [\n                                    0.67732,\n                                    0.56643,\n                                    0.77123,\n                                    0.56643,\n                                    0.77123,\n                                    0.60739,\n                                    0.67732,\n                                    0.60739\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"88\",\n                                \"text\": \"gubergren,\",\n                                \"outline\": [\n                                    0.77822,\n                                    0.56643,\n                                    0.98501,\n                                    0.56643,\n                                    0.98501,\n                                    0.60939,\n                                    0.77822,\n                                    0.60939\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"89\",\n                                \"text\": \"Stet\",\n                                \"outline\": [\n                                    0.4985,\n                                    0.56643,\n                                    0.58541,\n                                    0.56643,\n                                    0.58541,\n                                    0.60539,\n                                    0.4985,\n                                    0.60539\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"90\",\n                                \"text\": \"clita\",\n                                \"outline\": [\n                                    0.59041,\n                                    0.56643,\n                                    0.67033,\n                                    0.56643,\n                                    0.67033,\n                                    0.60639,\n                                    0.59041,\n                                    0.60639\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"91\",\n                                \"text\": \"rebum.\",\n                                \"outline\": [\n                                    0.35065,\n                                    0.56643,\n                                    0.49351,\n                                    0.56643,\n                                    0.49351,\n                                    0.6044,\n                                    0.35065,\n                                    0.6044\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"92\",\n                                \"text\": \"dolores\",\n                                \"outline\": [\n                                    0.0999,\n                                    0.56743,\n                                    0.23676,\n                                    0.56743,\n                                    0.23676,\n                                    0.6044,\n                                    0.0999,\n                                    0.6044\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"93\",\n                                \"text\": \"et\",\n                                \"outline\": [\n                                    0.24476,\n                                    0.56743,\n                                    0.28871,\n                                    0.56743,\n                                    0.28871,\n                                    0.6034,\n                                    0.24476,\n                                    0.6034\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"94\",\n                                \"text\": \"ea\",\n                                \"outline\": [\n                                    0.29471,\n                                    0.56743,\n                                    0.34266,\n                                    0.56743,\n                                    0.34266,\n                                    0.6044,\n                                    0.29471,\n                                    0.6044\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"95\",\n                                \"text\": \"duo\",\n                                \"outline\": [\n                                    0.01798,\n                                    0.56843,\n                                    0.08192,\n                                    0.56843,\n                                    0.08192,\n                                    0.60539,\n                                    0.01798,\n                                    0.60539\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"96\",\n                                \"text\": \"sit\",\n                                \"outline\": [\n                                    0.91608,\n                                    0.61239,\n                                    0.96204,\n                                    0.61239,\n                                    0.96204,\n                                    0.65135,\n                                    0.91608,\n                                    0.65135\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"97\",\n                                \"text\": \"dolor\",\n                                \"outline\": [\n                                    0.81518,\n                                    0.61239,\n                                    0.90809,\n                                    0.61239,\n                                    0.90809,\n                                    0.65235,\n                                    0.81518,\n                                    0.65235\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"98\",\n                                \"text\": \"ipsum\",\n                                \"outline\": [\n                                    0.68232,\n                                    0.61239,\n                                    0.77922,\n                                    0.61239,\n                                    0.77922,\n                                    0.65235,\n                                    0.68232,\n                                    0.65235\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"99\",\n                                \"text\": \"sanctus\",\n                                \"outline\": [\n                                    0.32667,\n                                    0.61339,\n                                    0.46853,\n                                    0.61339,\n                                    0.46853,\n                                    0.65235,\n                                    0.32667,\n                                    0.65235\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"100\",\n                                \"text\": \"Lorem\",\n                                \"outline\": [\n                                    0.55145,\n                                    0.61339,\n                                    0.65335,\n                                    0.61339,\n                                    0.65335,\n                                    0.65235,\n                                    0.55145,\n                                    0.65235\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"101\",\n                                \"text\": \"est\",\n                                \"outline\": [\n                                    0.48152,\n                                    0.61339,\n                                    0.54446,\n                                    0.61339,\n                                    0.54446,\n                                    0.65235,\n                                    0.48152,\n                                    0.65235\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"102\",\n                                \"text\": \"takimata\",\n                                \"outline\": [\n                                    0.14785,\n                                    0.61439,\n                                    0.31169,\n                                    0.61439,\n                                    0.31169,\n                                    0.65135,\n                                    0.14785,\n                                    0.65135\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"103\",\n                                \"text\": \"sea\",\n                                \"outline\": [\n                                    0.07293,\n                                    0.61538,\n                                    0.13387,\n                                    0.61538,\n                                    0.13387,\n                                    0.64935,\n                                    0.07293,\n                                    0.64935\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"104\",\n                                \"text\": \"no\",\n                                \"outline\": [\n                                    0.01099,\n                                    0.61638,\n                                    0.05694,\n                                    0.61638,\n                                    0.05694,\n                                    0.64835,\n                                    0.01099,\n                                    0.64835\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"105\",\n                                \"text\": \"16\",\n                                \"outline\": [\n                                    0.77922,\n                                    0.62238,\n                                    0.81518,\n                                    0.62238,\n                                    0.81518,\n                                    0.64336,\n                                    0.77922,\n                                    0.64336\n                                ],\n                                \"confidence\": 0.464,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"106\",\n                                \"text\": \"1\",\n                                \"outline\": [\n                                    0.65335,\n                                    0.62238,\n                                    0.66633,\n                                    0.62238,\n                                    0.66633,\n                                    0.64336,\n                                    0.65335,\n                                    0.64336\n                                ],\n                                \"confidence\": 0.8552,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"107\",\n                                \"text\": \"amet,\",\n                                \"outline\": [\n                                    0.55844,\n                                    0.65934,\n                                    0.67632,\n                                    0.65934,\n                                    0.67632,\n                                    0.6973,\n                                    0.55844,\n                                    0.6973\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"108\",\n                                \"text\": \"consetetur\",\n                                \"outline\": [\n                                    0.68232,\n                                    0.65934,\n                                    0.87812,\n                                    0.65934,\n                                    0.87812,\n                                    0.6973,\n                                    0.68232,\n                                    0.6973\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"109\",\n                                \"text\": \"sit\",\n                                \"outline\": [\n                                    0.5005,\n                                    0.65934,\n                                    0.55045,\n                                    0.65934,\n                                    0.55045,\n                                    0.6973,\n                                    0.5005,\n                                    0.6973\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"110\",\n                                \"text\": \"dolor\",\n                                \"outline\": [\n                                    0.3976,\n                                    0.65934,\n                                    0.49051,\n                                    0.65934,\n                                    0.49051,\n                                    0.6973,\n                                    0.3976,\n                                    0.6973\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"111\",\n                                \"text\": \"ipsum\",\n                                \"outline\": [\n                                    0.26374,\n                                    0.65934,\n                                    0.36264,\n                                    0.65934,\n                                    0.36264,\n                                    0.6973,\n                                    0.26374,\n                                    0.6973\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"112\",\n                                \"text\": \"Lorem\",\n                                \"outline\": [\n                                    0.13387,\n                                    0.66034,\n                                    0.23576,\n                                    0.66034,\n                                    0.23576,\n                                    0.6973,\n                                    0.13387,\n                                    0.6973\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"113\",\n                                \"text\": \"amet.\",\n                                \"outline\": [\n                                    0.01299,\n                                    0.66134,\n                                    0.12887,\n                                    0.66134,\n                                    0.12887,\n                                    0.6963,\n                                    0.01299,\n                                    0.6963\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"114\",\n                                \"text\": \"1¢\",\n                                \"outline\": [\n                                    0.36264,\n                                    0.66933,\n                                    0.3976,\n                                    0.66933,\n                                    0.3976,\n                                    0.69031,\n                                    0.36264,\n                                    0.69031\n                                ],\n                                \"confidence\": 0.2473,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"115\",\n                                \"text\": \"diam\",\n                                \"outline\": [\n                                    0.3996,\n                                    0.7043,\n                                    0.47552,\n                                    0.7043,\n                                    0.47552,\n                                    0.74525,\n                                    0.3996,\n                                    0.74525\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"116\",\n                                \"text\": \"elitr,\",\n                                \"outline\": [\n                                    0.21878,\n                                    0.7043,\n                                    0.30869,\n                                    0.7043,\n                                    0.30869,\n                                    0.74625,\n                                    0.21878,\n                                    0.74625\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"117\",\n                                \"text\": \"sed\",\n                                \"outline\": [\n                                    0.31668,\n                                    0.7043,\n                                    0.38661,\n                                    0.7043,\n                                    0.38661,\n                                    0.74525,\n                                    0.31668,\n                                    0.74525\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"118\",\n                                \"text\": \"sadipscing\",\n                                \"outline\": [\n                                    0.01399,\n                                    0.7043,\n                                    0.21079,\n                                    0.7043,\n                                    0.21079,\n                                    0.74725,\n                                    0.01399,\n                                    0.74725\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"119\",\n                                \"text\": \"eirmod\",\n                                \"outline\": [\n                                    0.66434,\n                                    0.70529,\n                                    0.7972,\n                                    0.70529,\n                                    0.7972,\n                                    0.74525,\n                                    0.66434,\n                                    0.74525\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"120\",\n                                \"text\": \"nonumy\",\n                                \"outline\": [\n                                    0.4975,\n                                    0.70529,\n                                    0.65335,\n                                    0.70529,\n                                    0.65335,\n                                    0.74525,\n                                    0.4975,\n                                    0.74525\n                                ],\n                                \"confidence\": 0.3,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"121\",\n                                \"text\": \"tempor\",\n                                \"outline\": [\n                                    0.80519,\n                                    0.70629,\n                                    0.94206,\n                                    0.70629,\n                                    0.94206,\n                                    0.74426,\n                                    0.80519,\n                                    0.74426\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"122\",\n                                \"text\": \"aliquyam\",\n                                \"outline\": [\n                                    0.68032,\n                                    0.75025,\n                                    0.83516,\n                                    0.75025,\n                                    0.83516,\n                                    0.79221,\n                                    0.68032,\n                                    0.79221\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"123\",\n                                \"text\": \"magna\",\n                                \"outline\": [\n                                    0.53846,\n                                    0.75025,\n                                    0.66933,\n                                    0.75025,\n                                    0.66933,\n                                    0.79221,\n                                    0.53846,\n                                    0.79221\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"124\",\n                                \"text\": \"dolore\",\n                                \"outline\": [\n                                    0.41359,\n                                    0.75025,\n                                    0.52947,\n                                    0.75025,\n                                    0.52947,\n                                    0.79221,\n                                    0.41359,\n                                    0.79221\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"125\",\n                                \"text\": \"et\",\n                                \"outline\": [\n                                    0.35864,\n                                    0.75025,\n                                    0.4046,\n                                    0.75025,\n                                    0.4046,\n                                    0.79121,\n                                    0.35864,\n                                    0.79121\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"126\",\n                                \"text\": \"labore\",\n                                \"outline\": [\n                                    0.22577,\n                                    0.75025,\n                                    0.34665,\n                                    0.75025,\n                                    0.34665,\n                                    0.79021,\n                                    0.22577,\n                                    0.79021\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"127\",\n                                \"text\": \"ut\",\n                                \"outline\": [\n                                    0.17582,\n                                    0.75025,\n                                    0.21978,\n                                    0.75025,\n                                    0.21978,\n                                    0.78921,\n                                    0.17582,\n                                    0.78921\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"128\",\n                                \"text\": \"invidunt\",\n                                \"outline\": [\n                                    0.01299,\n                                    0.75025,\n                                    0.16883,\n                                    0.75025,\n                                    0.16883,\n                                    0.78921,\n                                    0.01299,\n                                    0.78921\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"129\",\n                                \"text\": \"erat,\",\n                                \"outline\": [\n                                    0.86014,\n                                    0.75125,\n                                    0.94605,\n                                    0.75125,\n                                    0.94605,\n                                    0.79221,\n                                    0.86014,\n                                    0.79221\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"130\",\n                                \"text\": \"vero\",\n                                \"outline\": [\n                                    0.43756,\n                                    0.7982,\n                                    0.52248,\n                                    0.7982,\n                                    0.52248,\n                                    0.83516,\n                                    0.43756,\n                                    0.83516\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"131\",\n                                \"text\": \"diam\",\n                                \"outline\": [\n                                    0.09191,\n                                    0.7982,\n                                    0.16783,\n                                    0.7982,\n                                    0.16783,\n                                    0.83616,\n                                    0.09191,\n                                    0.83616\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"132\",\n                                \"text\": \"eos\",\n                                \"outline\": [\n                                    0.53247,\n                                    0.7982,\n                                    0.6034,\n                                    0.7982,\n                                    0.6034,\n                                    0.83516,\n                                    0.53247,\n                                    0.83516\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"133\",\n                                \"text\": \"sed\",\n                                \"outline\": [\n                                    0.01399,\n                                    0.7982,\n                                    0.07992,\n                                    0.7982,\n                                    0.07992,\n                                    0.83716,\n                                    0.01399,\n                                    0.83716\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"134\",\n                                \"text\": \"et\",\n                                \"outline\": [\n                                    0.83516,\n                                    0.7982,\n                                    0.87512,\n                                    0.7982,\n                                    0.87512,\n                                    0.83616,\n                                    0.83516,\n                                    0.83616\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"135\",\n                                \"text\": \"accusam\",\n                                \"outline\": [\n                                    0.66134,\n                                    0.7982,\n                                    0.81019,\n                                    0.7982,\n                                    0.81019,\n                                    0.83616,\n                                    0.66134,\n                                    0.83616\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"136\",\n                                \"text\": \"voluptuat\",\n                                \"outline\": [\n                                    0.19281,\n                                    0.7982,\n                                    0.42957,\n                                    0.7982,\n                                    0.42957,\n                                    0.83516,\n                                    0.19281,\n                                    0.83516\n                                ],\n                                \"confidence\": 0.3,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"137\",\n                                \"text\": \"justo\",\n                                \"outline\": [\n                                    0.88312,\n                                    0.7982,\n                                    0.97602,\n                                    0.7982,\n                                    0.97602,\n                                    0.83616,\n                                    0.88312,\n                                    0.83616\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"138\",\n                                \"text\": \"et\",\n                                \"outline\": [\n                                    0.61039,\n                                    0.7982,\n                                    0.65335,\n                                    0.7982,\n                                    0.65335,\n                                    0.83516,\n                                    0.61039,\n                                    0.83516\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"139\",\n                                \"text\": \"rebum.\",\n                                \"outline\": [\n                                    0.34965,\n                                    0.84316,\n                                    0.49351,\n                                    0.84316,\n                                    0.49351,\n                                    0.88112,\n                                    0.34965,\n                                    0.88112\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"140\",\n                                \"text\": \"dolores\",\n                                \"outline\": [\n                                    0.1009,\n                                    0.84316,\n                                    0.23477,\n                                    0.84316,\n                                    0.23477,\n                                    0.88012,\n                                    0.1009,\n                                    0.88012\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"141\",\n                                \"text\": \"Stet\",\n                                \"outline\": [\n                                    0.4995,\n                                    0.84316,\n                                    0.58442,\n                                    0.84316,\n                                    0.58442,\n                                    0.88212,\n                                    0.4995,\n                                    0.88212\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"142\",\n                                \"text\": \"ea\",\n                                \"outline\": [\n                                    0.29471,\n                                    0.84316,\n                                    0.34266,\n                                    0.84316,\n                                    0.34266,\n                                    0.88012,\n                                    0.29471,\n                                    0.88012\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"143\",\n                                \"text\": \"kasd\",\n                                \"outline\": [\n                                    0.67832,\n                                    0.84316,\n                                    0.77023,\n                                    0.84316,\n                                    0.77023,\n                                    0.88412,\n                                    0.67832,\n                                    0.88412\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"144\",\n                                \"text\": \"gubergren,\",\n                                \"outline\": [\n                                    0.77922,\n                                    0.84316,\n                                    0.98601,\n                                    0.84316,\n                                    0.98601,\n                                    0.88511,\n                                    0.77922,\n                                    0.88511\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"145\",\n                                \"text\": \"et\",\n                                \"outline\": [\n                                    0.24476,\n                                    0.84316,\n                                    0.28771,\n                                    0.84316,\n                                    0.28771,\n                                    0.88012,\n                                    0.24476,\n                                    0.88012\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"146\",\n                                \"text\": \"duo\",\n                                \"outline\": [\n                                    0.01998,\n                                    0.84316,\n                                    0.08292,\n                                    0.84316,\n                                    0.08292,\n                                    0.88112,\n                                    0.01998,\n                                    0.88112\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"147\",\n                                \"text\": \"clita\",\n                                \"outline\": [\n                                    0.59041,\n                                    0.84316,\n                                    0.67033,\n                                    0.84316,\n                                    0.67033,\n                                    0.88312,\n                                    0.59041,\n                                    0.88312\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"148\",\n                                \"text\": \"sit\",\n                                \"outline\": [\n                                    0.91708,\n                                    0.88711,\n                                    0.96204,\n                                    0.88711,\n                                    0.96204,\n                                    0.92607,\n                                    0.91708,\n                                    0.92607\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"149\",\n                                \"text\": \"dolor\",\n                                \"outline\": [\n                                    0.81618,\n                                    0.88711,\n                                    0.91009,\n                                    0.88711,\n                                    0.91009,\n                                    0.92707,\n                                    0.81618,\n                                    0.92707\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"150\",\n                                \"text\": \"est\",\n                                \"outline\": [\n                                    0.48152,\n                                    0.88811,\n                                    0.54446,\n                                    0.88811,\n                                    0.54446,\n                                    0.92707,\n                                    0.48152,\n                                    0.92707\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"151\",\n                                \"text\": \"Lorem\",\n                                \"outline\": [\n                                    0.55145,\n                                    0.88811,\n                                    0.65335,\n                                    0.88811,\n                                    0.65335,\n                                    0.92707,\n                                    0.55145,\n                                    0.92707\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"152\",\n                                \"text\": \"ipsum\",\n                                \"outline\": [\n                                    0.68132,\n                                    0.88811,\n                                    0.78022,\n                                    0.88811,\n                                    0.78022,\n                                    0.92707,\n                                    0.68132,\n                                    0.92707\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"153\",\n                                \"text\": \"sanctus\",\n                                \"outline\": [\n                                    0.32667,\n                                    0.88911,\n                                    0.46953,\n                                    0.88911,\n                                    0.46953,\n                                    0.92707,\n                                    0.32667,\n                                    0.92707\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"154\",\n                                \"text\": \"takimata\",\n                                \"outline\": [\n                                    0.14885,\n                                    0.88911,\n                                    0.31269,\n                                    0.88911,\n                                    0.31269,\n                                    0.92607,\n                                    0.14885,\n                                    0.92607\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"155\",\n                                \"text\": \"sea\",\n                                \"outline\": [\n                                    0.07293,\n                                    0.89011,\n                                    0.13487,\n                                    0.89011,\n                                    0.13487,\n                                    0.92507,\n                                    0.07293,\n                                    0.92507\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"156\",\n                                \"text\": \"no\",\n                                \"outline\": [\n                                    0.01099,\n                                    0.89111,\n                                    0.05694,\n                                    0.89111,\n                                    0.05694,\n                                    0.92408,\n                                    0.01099,\n                                    0.92408\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"157\",\n                                \"text\": \"1\",\n                                \"outline\": [\n                                    0.65335,\n                                    0.8981,\n                                    0.66633,\n                                    0.8981,\n                                    0.66633,\n                                    0.91908,\n                                    0.65335,\n                                    0.91908\n                                ],\n                                \"confidence\": 0.8433,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"158\",\n                                \"text\": \"1V¢\",\n                                \"outline\": [\n                                    0.78022,\n                                    0.8981,\n                                    0.81618,\n                                    0.8981,\n                                    0.81618,\n                                    0.91908,\n                                    0.78022,\n                                    0.91908\n                                ],\n                                \"confidence\": 0.4283,\n                                \"lang\": \"eng\"\n                            },\n                            {\n                                \"id\": \"159\",\n                                \"text\": \"amet.\",\n                                \"outline\": [\n                                    0.01299,\n                                    0.93806,\n                                    0.11888,\n                                    0.93806,\n                                    0.11888,\n                                    0.97003,\n                                    0.01299,\n                                    0.97003\n                                ],\n                                \"confidence\": 1,\n                                \"lang\": \"eng\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"ea87a60b-aacf-466b-ae10-867a797d8663","name":"200 - OK, \"financial\" type example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"files","value":"@/path/to/file/test.pdf","description":"(Required) File or couple of files for fields extracting","type":"text"},{"key":"type","value":"financial","description":"(Optional) Requested Document type (This can only be one of invoice,check,ocr)"}]},"url":{"raw":"https://backend.scandocflow.com/v1/api/documents/extract?access_token={{string}}","host":["https://backend.scandocflow.com/v1/api"],"path":["documents","extract"],"query":[{"key":"access_token","value":"{{string}}","description":"(Required) API key generated at ScanDocFlow application"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 May 2020 08:32:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.16.1"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"X-Total-Count"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"d37-LlSR9Brm8YshN8z305Ifozo/Eys\""},{"key":"Content-Encoding","value":"gzip"},{"key":"X-User-Plan-Pages-Used","value":"10","description":"","type":"text"},{"key":"X-User-Plan-Pages-Limit","value":"50","description":"","type":"text"},{"key":"X-User-Plan-Renewal","value":"2020-05-29T15:36:44.327Z","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\t\"requestId\": \"11111111-1111-1111-1111-111111111111\",\n    \"status\": \"success\",\n    \"documents\": [\n        {\n            \"type\": \"invoice\",\n            \"version\": \"1.0\",\n            \"pages\": [\n                {\n                    \"fileIdx\": 0,\n                    \"offset\": 0,\n                    \"count\": 1\n                }\n            ],\n            \"supplierName\": {\n                \"type\": \"string\",\n                \"value\": \"ABC LTD\"\n            },\n            \"supplierTaxId\": {\n                \"type\": \"string\",\n                \"value\": \"1234567890\"\n            },\n            \"number\": {\n                \"type\": \"string\",\n                \"value\": \"123456\"\n            },\n            \"date\": {\n                \"type\": \"date\",\n                \"value\": \"1558051200000\",\n                \"text\": \"17/05/2019\"\n            },\n            \"dueDate\": {\n                \"type\": \"date\",\n                \"value\": \"1560643200000\",\n                \"text\": \"6/16/2019\"\n            },\n            \"total\": {\n                \"type\": \"decimal\",\n                \"value\": \"205.50\",\n                \"text\": \"205.50\"\n            },\n            \"subtotal\": {\n                \"type\": \"decimal\",\n                \"value\": \"184.95\",\n                \"text\": \"184.95\"\n            },\n            \"tax\": {\n                \"type\": \"decimal\",\n                \"value\": \"20.55\",\n                \"text\": \"20.55\"\n            },\n            \"totalQty\": {\n                \"type\": \"decimal\",\n                \"value\": \"50.00\"\n            },\n            \"currencyCode\": {\n                \"type\": \"string\",\n                \"value\": \"USD\"\n            },\n            \"lineItems\": {\n                \"type\": \"flatTable\",\n                \"header\": [\n                    {\n                        \"id\": \"code\",\n                        \"name\": \"Code\"\n                    },\n                    {\n                        \"id\": \"qty\",\n                        \"name\": \"Qty\"\n                    },\n                    {\n                        \"id\": \"description\",\n                        \"name\": \"Description\"\n                    },\n                    {\n                        \"id\": \"unitPrice\",\n                        \"name\": \"UnitPrice\"\n                    },\n                    {\n                        \"id\": \"total\",\n                        \"name\": \"Total\"\n                    }\n                ],\n                \"rows\": [\n                    {\n                        \"code\": {\n                            \"type\": \"string\",\n                            \"value\": \"AA001\"\n                        },\n                        \"qty\": {\n                            \"type\": \"string\",\n                            \"value\": \"15\"\n                        },\n                        \"description\": {\n                            \"type\": \"string\",\n                            \"value\": \"Eggs 700g x 15\"\n                        },\n                        \"unitPrice\": {\n                            \"type\": \"string\",\n                            \"value\": \"4.20\"\n                        },\n                        \"total\": {\n                            \"type\": \"string\",\n                            \"value\": \"63.00\"\n                        }\n                    },\n                    {\n                        \"code\": {\n                            \"type\": \"string\",\n                            \"value\": \"AA002\"\n                        },\n                        \"qty\": {\n                            \"type\": \"string\",\n                            \"value\": \"10\"\n                        },\n                        \"description\": {\n                            \"type\": \"string\",\n                            \"value\": \"Oranges 1.5kg\"\n                        },\n                        \"unitPrice\": {\n                            \"type\": \"string\",\n                            \"value\": \"5.00\"\n                        },\n                        \"total\": {\n                            \"type\": \"string\",\n                            \"value\": \"50.00\"\n                        }\n                    },\n                    {\n                        \"code\": {\n                            \"type\": \"string\",\n                            \"value\": \"AA003\"\n                        },\n                        \"qty\": {\n                            \"type\": \"string\",\n                            \"value\": \"5\"\n                        },\n                        \"description\": {\n                            \"type\": \"string\",\n                            \"value\": \"Potatoes 2.5kg\"\n                        },\n                        \"unitPrice\": {\n                            \"type\": \"string\",\n                            \"value\": \"2.50\"\n                        },\n                        \"total\": {\n                            \"type\": \"string\",\n                            \"value\": \"12.50\"\n                        }\n                    },\n                    {\n                        \"code\": {\n                            \"type\": \"string\",\n                            \"value\": \"AA004\"\n                        },\n                        \"qty\": {\n                            \"type\": \"string\",\n                            \"value\": \"20\"\n                        },\n                        \"description\": {\n                            \"type\": \"string\",\n                            \"value\": \"Cucumbers 700g\"\n                        },\n                        \"unitPrice\": {\n                            \"type\": \"string\",\n                            \"value\": \"4.00\"\n                        },\n                        \"total\": {\n                            \"type\": \"string\",\n                            \"value\": \"80.00\"\n                        }\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"aaa8fde8-53fe-4d33-ac95-598c9f68909e"},{"name":"Extract async (multipart/form-data)","id":"67abb0ec-ba8c-4300-9a98-a624b379134a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data; boundary=AAAAA","description":"<p>(Required) Content-Type of the request</p>\n"},{"key":"X-CSRF-Token","value":"<CSRF-token-value>","description":"<p>Parameter for setting-up CSRF Token, it will be added to headers as-is to webhook</p>\n"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) File or couple of files for recognizing/extracting <a href=\"#files\">(Read more...)</a></p>\n","key":"files","type":"text","value":"[\"<binary>\",\"<binary>\"]"},{"key":"pageCount","value":"","description":"<p>(Optional) count of pages for recognizing/extracting from original files in request <a href=\"#pagecount\">(Read more...)</a></p>\n","type":"text"},{"key":"pageOffset","value":"","description":"<p>(Optional) page index (offset) from which document recognition will be started <a href=\"#pageoffset\">(Read more...)</a></p>\n","type":"text"},{"description":"<p>(Optional) Url you want to receive webhook to <a href=\"#webhookurl\">(Read more...)</a></p>\n","key":"webhookUrl","value":"{{webhookUrl}}"},{"key":"waitValidationChecks","value":"false","description":"<p>(Optional) Wait until validation checks will be passed and only after that send response to webhook <a href=\"#waitvalidationchecks\">(Read more...)</a></p>\n","type":"text"},{"description":"<p>(Optional) Requested document type <a href=\"#type\">(Read more...)</a></p>\n","key":"type","value":"ocr"},{"description":"<p>(Optional) Used for specifying language of the document <a href=\"#lang\">(Read more...)</a></p>\n","key":"lang","value":"auto"},{"description":"<p>(Optional) Flag for saving documents in the web application <a href=\"#retain\">(Read more...)</a></p>\n","key":"retain","type":"text","value":"true"}]},"url":"https://backend.scandocflow.com/v1/api/documents/extractAsync?access_token={{access_token}}","description":"<p>This is asynchronys application/json API endpoint for getting key fields from attached file(s). Recognintion can take up to 2 minutes depends on pages count in request <a href=\"#how-it-works\">(Read more...)</a>, status of request please check with <a href=\"#ef6e86bd-39cb-4a66-82f8-da12f597fcb2\">Status</a> request</p>\n","urlObject":{"path":["documents","extractAsync"],"host":["https://backend.scandocflow.com/v1/api"],"query":[{"description":{"content":"<p>(Required) API key generated at ScanDocFlow application <a href=\"#api-key-generation\">(Read more...)</a></p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"b9e58cf6-48de-46fd-b8f1-98dc832b207d","name":"200 - OK, \"financial\" type example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"files","value":"@/path/to/file/test.pdf","description":"(Required) File or couple of files for fields extracting. The order of the files in the request matters, so it can make effect for extraction output","type":"text"},{"key":"webhookUrl","value":"https://webhook.url","description":"(Optional) Url you want to receive webhook to"},{"key":"type","value":"financial","description":"(Optional) Requested Document Type, can only be one of:\n- invoice, invoice document type\n- check (*), bank check document type\n\n(*) This type only supports one file per request"},{"key":"lang","value":"eng","description":"(Optional) Language ISO 639-3 code of document, can only be one of:\n- ara (Arabic)\n- chi (Chinese)\n- nld (Dutch)\n- eng (English, default)\n- fra (French)\n- deu (German)\n- ell (Greek)\n- hun (Hungarian)\n- ita (Italian)\n- jpn (Japanese)\n- msa (Malay)\n- pol (Polish)\n- por (Portuguese)\n- rus (Russian)\n- spa (Spanish)\n- tha (Thai)\n- tur (Turkish)\n- ukr (Ukrainian)\n- urd (Urdu)"}]},"url":{"raw":"https://backend.scandocflow.com/v1/api/documents/extractAsync?access_token={{access_token}}","host":["https://backend.scandocflow.com/v1/api"],"path":["documents","extractAsync"],"query":[{"key":"access_token","value":"{{access_token}}","description":"(Required) API key generated at ScanDocFlow application"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 09:08:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.16.1"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"X-Total-Count"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"47-samJdkR1iQn1sM9zH4d1hvVFD+4\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"11111111-1111-1111-1111-111111111111\",\n    \"status\": \"running\",\n    \"webhook\": {\n        \"url\": \"https://webhook.url\",\n        \"status\": \"notSent\"\n    }\n}"}],"_postman_id":"67abb0ec-ba8c-4300-9a98-a624b379134a"}],"id":"d9a3f220-2efe-41e8-b266-31aa486c15b3","description":"<p>Requests in this chapter demonstrate using Content-Type: \"multipart/form-data\". This type of request is the most efficient in terms of traffic usage and CPU utilization on the client/server side.</p>\n","event":[{"listen":"prerequest","script":{"id":"1934c91b-53ed-4901-98a0-ac79c1b2db05","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c921f8ef-4af6-4f8e-b8d6-c8ecc7929204","type":"text/javascript","exec":[""]}}],"_postman_id":"d9a3f220-2efe-41e8-b266-31aa486c15b3"},{"name":"Content-Type: application/json, file: base64","item":[{"name":"Extract sync (application/json, base64)","id":"53943c24-d477-49d6-afd3-b2e885019c72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>(Required) Content-Type of the request</p>\n","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"ocr\",\n    \"lang\": \"auto\",\n    \"retain\": \"true\",\n    \"files\": [\n        {\n            \"title\": \"{{fileName}}\",\n            \"src\": \"data:{{fileMimetype}};base64,{{fileBodyBase64}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.scandocflow.com/v1/api/documents/extract?access_token={{access_token}}","description":"<p>This is synchronys application/json API endpoint for getting key fields from attached file(s). It may take up to 2 minutes for response depends on pages count in request. We recommend using an asynchronous API for embedding. Synchronus APIs presented more for demonstration purposes <a href=\"#how-it-works\">(Read more...)</a></p>\n","urlObject":{"path":["documents","extract"],"host":["https://backend.scandocflow.com/v1/api"],"query":[{"description":{"content":"<p>(Required) API key generated at ScanDocFlow application</p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"8192b1f0-fc5a-414f-a211-e0139a5acfcb","name":"200 - OK, \"ocr\" type example","originalRequest":{"method":"POST","header":[{"description":"(Required) Content-Type of the request","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\":\"ocr\",\n    \"lang\":\"eng\",\n    \"files\":\n    [\n    \t{\n    \t\"title\": \"test.png\",\n        \"src\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaMAAAEAAQAAAAA2ZiQZAAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAD3SURBVHja7dk9CsJAEIbhsUrpBSRnsEwR4pVSpjEpPIBXClh4C4m/iNVilWLZVWtBMoNFlHearR4y+bLLwkSioTpBoVAoFAr1qc6kgfqqupEGGaJQKBQKNbiupIFiR5EhCjVU9SI21bzWheVZQadi3/yAmsaVVys/CeISrerFS6lWzlVVru5w76tQqNXRZwa1CVmjT36zy6Z61UouFlVIre8wxrawKJ8aMlyGmeErz0NqUJlBubLKC9OerxPL+YpK9ax13HI7oP5P8bcC9V3FpJ0MUSgU6r0Of/pep9HPD93oM7yPvsMLZ/mnFJN2MkShUCgUCtU9ALkTZvjorSu9AAAAAElFTkSuQmCC\"\n        }\n    ]\n}"},"url":{"raw":"https://backend.scandocflow.com/v1/api/documents/extract?access_token={{access_token}}","host":["https://backend.scandocflow.com/v1/api"],"path":["documents","extract"],"query":[{"key":"access_token","value":"{{access_token}}","description":"(Required) API key generated at ScanDocFlow application"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"X-Total-Count"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"450"},{"key":"ETag","value":"W/\"1c2-ntg12jVFPXcMc4WiyFBHzXA2ug0\""},{"key":"Date","value":"Wed, 30 Sep 2020 11:17:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-User-Plan-Pages-Used","value":"10","description":"","type":"text"},{"key":"X-User-Plan-Pages-Limit","value":"50","description":"","type":"text"},{"key":"X-User-Plan-Renewal","value":"2020-05-29T15:36:44.327Z","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": \"7454ab03-8fb7-4b16-8564-d2ee21bf267a\",\n    \"documents\": [\n        {\n            \"id\": \"1966\",\n            \"version\": \"1.0\",\n            \"type\": \"ocr\",\n            \"pages\": [\n                {\n                    \"fileIdx\": 0,\n                    \"offset\": 0,\n                    \"count\": 1\n                }\n            ],\n            \"plainTextBase64\": \"ICAgICAgICAgICAgICBUZXN0Cg==\",\n            \"textAnnotation\": {\n                \"Pages\": [\n                    {\n                        \"ClockwiseOrientation\": 0,\n                        \"Words\": [\n                            {\n                                \"Id\": \"47709256-851d-4b99-b9db-183acce0551f\",\n                                \"Text\": \"Test\",\n                                \"Outline\": [\n                                    0.41289,\n                                    0.44531,\n                                    0.56563,\n                                    0.44531,\n                                    0.56563,\n                                    0.54297,\n                                    0.41289,\n                                    0.54297\n                                ],\n                                \"Confidence\": 0.9664,\n                                \"Lang\": \"eng\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"53943c24-d477-49d6-afd3-b2e885019c72"},{"name":"Extract async (application/json, base64)","id":"093105da-8d1b-4bfc-b30f-732f24762ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>(Required) Content-Type of the request</p>\n"},{"key":"X-CSRF-Token","value":"<CSRF-token-value>","description":"<p>Parameter for setting-up CSRF Token, it will be added to headers as-is to webhook</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"ocr\",\n    \"lang\": \"auto\",\n    \"retain\": \"true\",\n    \"webhookUrl\": \"{{webhookUrl}}\",\n    \"waitValidationChecks\": \"false\",\n    \"files\": [\n        {\n            \"title\": \"{{filename}}\",\n            \"src\": \"data:{{fileMimetype}};base64,{{fileBodyBase64}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.scandocflow.com/v1/api/documents/extractAsync?access_token={{access_token}}","description":"<p>This is asynchronys application/json API endpoint for getting key fields from attached file(s). Recognintion can take up to 2 minutes depends on pages count in request <a href=\"#how-it-works\">(Read more...)</a>, status of request please check with <a href=\"#ef6e86bd-39cb-4a66-82f8-da12f597fcb2\">Status</a> request</p>\n","urlObject":{"path":["documents","extractAsync"],"host":["https://backend.scandocflow.com/v1/api"],"query":[{"description":{"content":"<p>(Required) API key generated at ScanDocFlow application <a href=\"#api-key-generation\">(Read more...)</a></p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"924ae010-7743-435e-86de-ff2edb84acb1","name":"200 - OK, \"financial\" type example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"files","value":"@/path/to/file/test.pdf","description":"(Required) File or couple of files for fields extracting. The order of the files in the request matters, so it can make effect for extraction output","type":"text"},{"key":"webhookUrl","value":"https://webhook.url","description":"(Optional) Url you want to receive webhook to"},{"key":"type","value":"financial","description":"(Optional) Requested Document Type, can only be one of:\n- invoice, invoice document type\n- check (*), bank check document type\n\n(*) This type only supports one file per request"},{"key":"lang","value":"eng","description":"(Optional) Language ISO 639-3 code of document, can only be one of:\n- ara (Arabic)\n- chi (Chinese)\n- nld (Dutch)\n- eng (English, default)\n- fra (French)\n- deu (German)\n- ell (Greek)\n- hun (Hungarian)\n- ita (Italian)\n- jpn (Japanese)\n- msa (Malay)\n- pol (Polish)\n- por (Portuguese)\n- rus (Russian)\n- spa (Spanish)\n- tha (Thai)\n- tur (Turkish)\n- ukr (Ukrainian)\n- urd (Urdu)"}]},"url":{"raw":"https://backend.scandocflow.com/v1/api/documents/extractAsync?access_token={{access_token}}","host":["https://backend.scandocflow.com/v1/api"],"path":["documents","extractAsync"],"query":[{"key":"access_token","value":"{{access_token}}","description":"(Required) API key generated at ScanDocFlow application"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 09:08:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.16.1"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"X-Total-Count"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"47-samJdkR1iQn1sM9zH4d1hvVFD+4\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"11111111-1111-1111-1111-111111111111\",\n    \"status\": \"running\",\n    \"webhook\": {\n        \"url\": \"https://webhook.url\",\n        \"status\": \"notSent\"\n    }\n}"},{"id":"bbc49e03-6d8b-4919-8848-63b04b58c8bb","name":"200 - OK, \"ocr\" type example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"ocr\",\n    \"lang\": \"eng\",\n    \"webhookUrl\": \"{{webhookUrl}}\",\n    \"files\": [\n        {\n            \"title\": \"test.png\",\n            \"src\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaMAAAEAAQAAAAA2ZiQZAAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAD3SURBVHja7dk9CsJAEIbhsUrpBSRnsEwR4pVSpjEpPIBXClh4C4m/iNVilWLZVWtBMoNFlHearR4y+bLLwkSioTpBoVAoFAr1qc6kgfqqupEGGaJQKBQKNbiupIFiR5EhCjVU9SI21bzWheVZQadi3/yAmsaVVys/CeISrerFS6lWzlVVru5w76tQqNXRZwa1CVmjT36zy6Z61UouFlVIre8wxrawKJ8aMlyGmeErz0NqUJlBubLKC9OerxPL+YpK9ax13HI7oP5P8bcC9V3FpJ0MUSgU6r0Of/pep9HPD93oM7yPvsMLZ/mnFJN2MkShUCgUCtU9ALkTZvjorSu9AAAAAElFTkSuQmCC\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://backend.scandocflow.com/v1/api/documents/extractAsync?access_token={{access_token}}","host":["https://backend.scandocflow.com/v1/api"],"path":["documents","extractAsync"],"query":[{"key":"access_token","value":"{{access_token}}","description":"(Required) API key generated at ScanDocFlow application"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"X-Total-Count"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"ETag","value":"W/\"7b-J038lSbW5ieGv/ok7H76Lmyku+k\""},{"key":"Date","value":"Mon, 05 Oct 2020 11:20:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"running\",\n    \"id\": \"767f1fbf-109e-46e5-abaa-610a7b4c3f2e\",\n    \"webhook\": {\n        \"url\": \"https://webhook.url\",\n        \"status\": \"notSent\"\n    }\n}"}],"_postman_id":"093105da-8d1b-4bfc-b30f-732f24762ed6"}],"id":"c3345dcd-292b-4b58-9d74-abe318f64d4e","description":"<p>Requests in this chapter demonstrate using Content-Type: \"application/json\" with file parameter as a BASE64 string. This type of request is very useful for all types of applications. Full description of all possible fields (parameters) please find <a href=\"#request-parameters\">here</a></p>\n","event":[{"listen":"prerequest","script":{"id":"f9a55aff-4efd-44f7-b454-087d28b940d9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b4b71c3f-2e7f-4b2b-89a1-11ab2311a1d7","type":"text/javascript","exec":[""]}}],"_postman_id":"c3345dcd-292b-4b58-9d74-abe318f64d4e"},{"name":"Content-Type: application/json, file: URL","item":[{"name":"Extract sync (application/json, URL)","id":"b97ed6ea-c275-4bc6-a743-4ddeee07aa2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>(Required) Content-Type of the request</p>\n","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"ocr\",\n    \"lang\": \"auto\",\n    \"retain\": \"true\",\n    \"files\": [\n        {\n            \"url\": \"{{urlToFile}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.scandocflow.com/v1/api/documents/extract?access_token={{access_token}}","description":"<p>This is synchronys application/json API endpoint for getting key fields from attached file(s). It may take up to 2 minutes for response depends on pages count in request. We recommend using an asynchronous API for embedding. Synchronus APIs presented more for demonstration purposes <a href=\"#how-it-works\">(Read more...)</a></p>\n","urlObject":{"path":["documents","extract"],"host":["https://backend.scandocflow.com/v1/api"],"query":[{"description":{"content":"<p>(Required) API key generated at ScanDocFlow application</p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"e23e75c8-1f1e-4cff-a66d-34d86bff3073","name":"200 - OK, \"ocr\" type example","originalRequest":{"method":"POST","header":[{"description":"(Required) Content-Type of the request","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"ocr\",\n    \"lang\": \"eng\",\n    \"retain\": \"true\",\n    \"files\": [\n        {\n            \"url\": \"https://scandocflow.com/wp-content/uploads/2020/12/Test.png\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://backend.scandocflow.com/v1/api/documents/extract?access_token={{access_token}}","host":["https://backend.scandocflow.com/v1/api"],"path":["documents","extract"],"query":[{"key":"access_token","value":"{{access_token}}","description":"(Required) API key generated at ScanDocFlow application"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"X-Total-Count"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"450"},{"key":"ETag","value":"W/\"1c2-6hvXRWV7QPmUwK5+Jx3p9YGlqaM\""},{"key":"Date","value":"Fri, 04 Dec 2020 20:12:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-User-Plan-Pages-Used","value":"10","description":"","type":"text"},{"key":"X-User-Plan-Pages-Limit","value":"50","description":"","type":"text"},{"key":"X-User-Plan-Renewal","value":"2020-05-29T15:36:44.327Z","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": \"c6a54d52-55cb-46ca-bd83-b5626e8da2e4\",\n    \"documents\": [\n        {\n            \"id\": \"2125\",\n            \"version\": \"1.0\",\n            \"type\": \"ocr\",\n            \"pages\": [\n                {\n                    \"fileIdx\": 0,\n                    \"offset\": 0,\n                    \"count\": 1\n                }\n            ],\n            \"plainTextBase64\": \"ICAgICAgICAgICAgICBUZXN0Cg==\",\n            \"textAnnotation\": {\n                \"Pages\": [\n                    {\n                        \"ClockwiseOrientation\": 0,\n                        \"Words\": [\n                            {\n                                \"Id\": \"e0dd754a-c3c6-4862-bcd6-e56955d4f2b0\",\n                                \"Text\": \"Test\",\n                                \"Outline\": [\n                                    0.41289,\n                                    0.44531,\n                                    0.56563,\n                                    0.44531,\n                                    0.56563,\n                                    0.54297,\n                                    0.41289,\n                                    0.54297\n                                ],\n                                \"Confidence\": 0.9664,\n                                \"Lang\": \"eng\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"b97ed6ea-c275-4bc6-a743-4ddeee07aa2e"},{"name":"Extract async (application/json, URL)","id":"edd4a2c5-a10b-4439-ada9-3ae5a93df7a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","description":"<p>(Required) Content-Type of the request</p>\n"},{"key":"X-CSRF-Token","value":"<CSRF-token-value>","description":"<p>Parameter for setting-up CSRF Token, it will be added to headers as-is to webhook</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"ocr\",\n    \"lang\": \"auto\",\n    \"retain\": \"true\",\n    \"webhookUrl\": \"{{webhookUrl}}\",\n    \"waitValidationChecks\": \"false\",\n    \"files\": [\n        {\n            \"url\": \"{{urlToFile}}\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://backend.scandocflow.com/v1/api/documents/extractAsync?access_token={{access_token}}","description":"<p>This is asynchronys application/json API endpoint for getting key fields from attached file(s). Recognintion can take up to 2 minutes depends on pages count in request <a href=\"#how-it-works\">(Read more...)</a>, status of request please check with <a href=\"#ef6e86bd-39cb-4a66-82f8-da12f597fcb2\">Status</a> request</p>\n","urlObject":{"path":["documents","extractAsync"],"host":["https://backend.scandocflow.com/v1/api"],"query":[{"description":{"content":"<p>(Required) API key generated at ScanDocFlow application <a href=\"#api-key-generation\">(Read more...)</a></p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"71caa55f-af23-41e8-880c-43dd4dd4912e","name":"200 - OK, \"ocr\" type example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"ocr\",\n    \"lang\": \"eng\",\n    \"webhookUrl\": \"https://webhook.url\",\n    \"files\": [\n        {\n            \"url\": \"https://scandocflow.com/wp-content/uploads/2020/12/Test.png\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://backend.scandocflow.com/v1/api/documents/extractAsync?access_token={{access_token}}","host":["https://backend.scandocflow.com/v1/api"],"path":["documents","extractAsync"],"query":[{"key":"access_token","value":"{{access_token}}","description":"(Required) API key generated at ScanDocFlow application"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"X-Total-Count"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"ETag","value":"W/\"7b-J038lSbW5ieGv/ok7H76Lmyku+k\""},{"key":"Date","value":"Mon, 05 Oct 2020 11:20:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"running\",\n    \"id\": \"767f1fbf-109e-46e5-abaa-610a7b4c3f2e\",\n    \"webhook\": {\n        \"url\": \"https://webhook.url\",\n        \"status\": \"notSent\"\n    }\n}"}],"_postman_id":"edd4a2c5-a10b-4439-ada9-3ae5a93df7a1"}],"id":"c048f266-4b24-472c-abe0-3110c3b7f8e1","description":"<p>Requests in this chapter demonstrate using Content-Type: \"application/json\" with file parameter as a URL (public link to file for recogninzing). This type of request is very useful for all types of applications. Full description of all possible fields (parameters) please find <a href=\"#request-parameters\">here</a></p>\n","event":[{"listen":"prerequest","script":{"id":"bd2d8a97-c4b8-4d2a-a9c3-dec74e543d87","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"56cafbd0-194f-4f85-8f96-2df8a18d8a08","type":"text/javascript","exec":[""]}}],"_postman_id":"c048f266-4b24-472c-abe0-3110c3b7f8e1"},{"name":"Check request status","id":"ef6e86bd-39cb-4a66-82f8-da12f597fcb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://backend.scandocflow.com/v1/api/documents/status?access_token={{access_token}}&request_id={{request_id}}","description":"<p>Return status of request, please use this request after 'Extract async' requests</p>\n","urlObject":{"path":["documents","status"],"host":["https://backend.scandocflow.com/v1/api"],"query":[{"description":{"content":"<p>(Required) API key generated at ScanDocFlow application <a href=\"#api-key-generation\">(Read more...)</a></p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"},{"description":{"content":"<p>(Required) request id of previously sended request</p>\n","type":"text/plain"},"key":"request_id","value":"{{request_id}}"}],"variable":[]}},"response":[{"id":"db6a0675-6b37-481c-bb7d-2eb3ee493a63","name":"Check request status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://backend.scandocflow.com/v1/api/documents/status?access_token={{access_token}}&request_id=11111111-1111-1111-1111-111111111111","host":["https://backend.scandocflow.com/v1/api"],"path":["documents","status"],"query":[{"key":"access_token","value":"{{access_token}}","description":"(Required) API key generated at ScanDocFlow application"},{"key":"request_id","value":"11111111-1111-1111-1111-111111111111","description":"(Required) request id of previously sended request"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 May 2020 20:35:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.16.1"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"X-Total-Count"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"e77e-48KUrscHWHE1khoL4n0MUBvNjg8\""},{"key":"Content-Encoding","value":"gzip"},{"key":"X-User-Plan-Pages-Used","value":"10","description":"","type":"text"},{"key":"X-User-Plan-Pages-Limit","value":"50","description":"","type":"text"},{"key":"X-User-Plan-Renewal","value":"2020-05-29T15:36:44.327Z","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestId\": \"11111111-1111-1111-1111-111111111111\",\n    \"status\": \"success\",\n    \"webhook\": {\n        \"url\": \"https://webhook.url\",\n        \"status\": \"success\",\n        \"statusCode\": 200\n    },\n    \"documents\": [\n        {\n            \"type\": \"invoice\",\n            \"version\": \"1.0\",\n            \"pages\": [\n                {\n                    \"fileIdx\": 0,\n                    \"offset\": 0,\n                    \"count\": 1\n                }\n            ],\n            \"supplierName\": {\n                \"type\": \"string\",\n                \"value\": \"Test Supplier\"\n            },\n            \"supplierTaxId\": {\n                \"type\": \"string\",\n                \"value\": \"123456789\"\n            },\n            \"subtotal\": {\n                \"type\": \"decimal\",\n                \"value\": \"342.10\",\n                \"text\": \"342.10\"\n            },\n            \"totalQty\": {\n                \"type\": \"decimal\",\n                \"value\": \"10\"\n                \"text\": \"10\"\n            },\n            \"date\": {\n                \"type\": \"date\",\n                \"value\": \"1541116800000\",\n                \"text\": \"2/11/18\"\n            },\n            \"dueDate\": {\n                \"type\": \"date\",\n                \"value\": \"1543708800000\",\n                \"text\": \"12/2/2018\"\n            }\n        },\n        {\n            \"type\": \"invoice\",\n            \"version\": \"1.0\",\n            \"pages\": [\n                {\n                    \"fileIdx\": 0,\n                    \"offset\": 1,\n                    \"count\": 1\n                }\n            ],\n            \"supplierTaxId\": {\n                \"type\": \"string\",\n                \"value\": \"234567890\"\n            },\n            \"supplierName\": {\n                \"type\": \"string\",\n                \"value\": \"ABCD Supplier\"\n            },\n            \"subtotal\": {\n                \"type\": \"decimal\",\n                \"value\": \"21.63\",\n                \"text\": \"21.63\"\n            },\n            \"totalQty\": {\n                \"type\": \"decimal\",\n                \"value\": \"3\",\n                \"text\": \"3\"\n            },\n            \"date\": {\n                \"type\": \"date\",\n                \"value\": \"1541721600000\",\n                \"text\": \"9/11/18\"\n            },\n            \"dueDate\": {\n                \"type\": \"date\",\n                \"value\": \"1544313600000\",\n                \"text\": \"12/9/2018\"\n            }\n        }\n    ]\n}"}],"_postman_id":"ef6e86bd-39cb-4a66-82f8-da12f597fcb2"},{"name":"Get plan data","id":"ea97ba76-a644-4349-849f-98aa6f7a22e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://backend.scandocflow.com/v1/api/customUsers/planData?access_token={{access_token}}","description":"<p>Get plan data for current user: pages used, pages limit, renewal date etc.</p>\n","urlObject":{"path":["customUsers","planData"],"host":["https://backend.scandocflow.com/v1/api"],"query":[{"description":{"content":"<p>(Required) API key generated at ScanDocFlow application <a href=\"#api-key-generation\">(Read more...)</a></p>\n","type":"text/plain"},"key":"access_token","value":"{{access_token}}"}],"variable":[]}},"response":[{"id":"24748b08-9264-4565-a914-f98a4472dc5b","name":"Get plan data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://backend.scandocflow.com/v1/api/customUsers/planData?access_token={{access_token}}","host":["https://backend.scandocflow.com/v1/api"],"path":["customUsers","planData"],"query":[{"key":"access_token","value":"{{access_token}}","description":"(Required) API key generated at ScanDocFlow application [(Read more...)](#api-key-generation)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Feb 2022 10:28:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"X-Total-Count,X-Build-Version"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Build-Version","value":"1227"},{"key":"ETag","value":"W/\"44-C8RUyjjGOn66hk6T+4kKQG7Javk\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"pagesUsed\": 4,\n    \"pagesLimit\": 50,\n    \"renewal\": \"2022-02-09T20:29:59.000Z\"\n}"}],"_postman_id":"ea97ba76-a644-4349-849f-98aa6f7a22e8"}],"id":"72e25361-1470-490f-b497-1f8b9727c9ec","description":"<p>The ScanDocFlow protocol provides a modern HTTP API that follows the REST architecture with a JSON format. Our API has predictable, resource-oriented URLs, and uses HTTP response codes to indicate API errors. We use built-in HTTP features, like HTTP authentication and HTTP verbs, which are understood by off-the-shelf HTTP clients. JSON is returned by all API responses, including errors.</p>\n<h1 id=\"http-responses\">HTTP Responses</h1>\n<p>ScanDocFlow's API uses conventional HTTP response codes to indicate the success or failure of an API request. Response codes in the 200-299 range indicate success, codes in the 400-499 range indicate an error that failed given the information provided, and codes in the 500-599 range indicate an error at server side.</p>\n<h2 id=\"status-and-error-codes\">Status and Error Codes</h2>\n<table>\n    <tr>\n        <td>Status Code</td>\n        <td>Summary</td>\n    </tr>\n    <tr>\n        <td>200 - OK</td>\n        <td>Everything worked as expected</td>\n    </tr>\n    <tr>\n        <td>400 - Bad Request</td>\n        <td>The request was unacceptable, often due to missing a required parameter. Additional information will be present in error message</td>\n    </tr>\n    <tr>\n        <td>401 - Unauthorized</td>\n        <td>No valid API key provided</td>\n    </tr>\n    <tr>\n        <td>500 - Server Errors</td>\n        <td>Something went wrong on server side (should be rare error)</td>\n    </tr>\n</table>","event":[{"listen":"prerequest","script":{"id":"627032d1-bae1-49ef-bf4b-32b4fbf28c87","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eb910cc8-5f3e-47e2-90f3-5b8c50a4f0a6","type":"text/javascript","exec":[""]}}],"_postman_id":"72e25361-1470-490f-b497-1f8b9727c9ec"}],"event":[{"listen":"prerequest","script":{"id":"3271646b-b538-4bd2-82a9-d3039e28d0eb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"613ae6e7-4574-4203-8199-55524569340f","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://backend.scandocflow.com/v1/api"}]}