Download OpenAPI specification:Download
Der be-document-service stellt eine Integration der OCR mit einer einheitlichen API (be invoice OCR Standard JSON Format) bereit.
Dies ermöglicht Dontenwill Verbesserung, Änderungen und den kompletten Austausch des zugrundeliegende OCR-Service durchzuführen, ohne dass Anpassungen den jeweiligen Kundeninstanzen notwendig sind.
Änderungen 2.0:
invoiceCustomerId
zu customerId
.Der Aufruf erfordert die Übergabe einer Rechnung als PDF-Datei. Die Verarbeitung erfolgt asynchron im Hintergrund. Der Rückgabewert ist nach einer erfolgreichen Annahme 202. Die Rechnung wird mit einer übergebenen ID im Pfad identifiziert.
Der Client muss in regelmäßigen Abständen von ca 3–5 Sekunden mit dem Aufruf der GET Route prüfen, ob die Rechnung mit der ID verarbeitet wurde.
Beispiel-Code für eine Rechnungsanalyse
let response
await post(`https://.../api/ocr/v1/document/123/analyze?docType=invoice`, file);
do {
await new Promise(r => setTimeout(r, 5000));
response = await get(`https.../api/ocr/v1/document/123`);
} while(response.status == 202);
id required | string Example: ad463052-b3b9-11ed-afa1-0242ac120002 ID des Dokumentes, darf nur Alphanumerische Zeichen sowie |
docType required | string Value: "invoice" Dokumenttyp der übergebenen PDF Datei. Aktuell wird nur |
Die zu analysierende Rechnung als PDF Datei.
Diese Methode kombiniert die Abfrage der Ergebnisse und lösht nach erfolgreicher Abfrage alle wenn das Dokument noch nicht verabreitet wurde.
Nach der erfolgreichen Analyse wird 200 und das Dokument zurückgeliefert.
id required | string Example: ad463052-b3b9-11ed-afa1-0242ac120002 ID des Dokumentes, darf nur Alphanumerische Zeichen sowie |
delete | boolean Flag, wenn vorhanden werden nach dem Abruf des Ergebniss alle Informationen dazu geklscht. |
{- "documents": [
- {
- "docType": "string",
- "data": {
- "invoiceId": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "orderConfirmationId": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "invoiceDate": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "orderConfirmationDate": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "invoiceCustomerId": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "customerId": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "vendorTaxId": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "purchaseOrder": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "customerName": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "customerAddressStreet": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "customerAddressZipCode": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "customerAddressCity": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "customerAddressCountry": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "vendorName": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "vendorAddressStreet": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "vendorAddressZipCode": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "vendorAddressCity": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "vendorAddressCountry": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "total": {
- "value": 0,
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "subtotal": {
- "value": 0,
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "tax": {
- "value": 0,
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "currency": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "lineItems": [
- {
- "rowId": 0,
- "amount": {
- "value": 0,
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "currency": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "description": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "quantity": {
- "value": 0,
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "unitPrice": {
- "value": 0,
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "unit": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "productCode": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "date": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "tax": {
- "value": "string",
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}, - "taxRate": {
- "value": 0,
- "rawValue": "string",
- "confidence": 0,
- "page": 0,
- "bbox": {
- "xMin": 0,
- "yMin": 0,
- "xMax": 0,
- "yMax": 0
}
}
}
]
}
}
]
}
Diese Methode liefert 202 zurück wenn das Dokument noch nicht verabreitet wurde.
Nach der erfolgreichen Analyse wird 200 und das Dokument zurückgeliefert.
id required | string Example: ad463052-b3b9-11ed-afa1-0242ac120002 ID des Dokumentes, darf nur Alphanumerische Zeichen sowie |
{- "documents": [
- {
- "docType": "invoice",
- "data": {
- "invoiceId": {
- "value": "210853160",
- "rawValue": "210853160",
- "page": 1,
- "bbox": {
- "xMin": 5.1473,
- "yMin": 2.6056,
- "xMax": 5.7627,
- "yMax": 2.6874
}, - "confidence": 0.954
}, - "invoiceDate": {
- "value": "2021-06-30T00:00:00.000Z",
- "rawValue": "30.06.2021",
- "page": 1,
- "bbox": {
- "xMin": 6.0279,
- "yMin": 2.6065,
- "xMax": 6.6312,
- "yMax": 2.6874
}, - "confidence": 0.961
}, - "invoiceCustomerId": {
- "value": "2919884",
- "rawValue": "2919884",
- "page": 1,
- "bbox": {
- "xMin": 5.1473,
- "yMin": 2.4392,
- "xMax": 5.6246,
- "yMax": 2.5194
}, - "confidence": 0.959
}, - "vendorTaxId": {
- "value": "DE195033395",
- "rawValue": "DE195033395",
- "page": 1,
- "bbox": {
- "xMin": 3.2007,
- "yMin": 10.4955,
- "xMax": 3.7931,
- "yMax": 10.5675
}, - "confidence": 0.677
}, - "purchaseOrder": {
- "value": "2005157379",
- "rawValue": "2005157379",
- "page": 1,
- "bbox": {
- "xMin": 5.1473,
- "yMin": 2.9434,
- "xMax": 5.8346,
- "yMax": 3.0235
}, - "confidence": 0.511
}, - "customerName": {
- "value": "Dontenwill AG\nHerr Clemens\nMaier",
- "rawValue": "Dontenwill AG Herr Clemens Maier",
- "page": 1,
- "bbox": {
- "xMin": 0.6004,
- "yMin": 2.0136,
- "xMax": 1.5468,
- "yMax": 2.4513
}, - "confidence": 0.906
}, - "customerAddressStreet": {
- "value": "Elsenheimerstr. 47",
- "rawValue": "Elsenheimerstr. 47 80687 München",
- "page": 1,
- "bbox": {
- "xMin": 0.5956,
- "yMin": 2.5163,
- "xMax": 1.8026,
- "yMax": 2.7851
}, - "confidence": 0.909
}, - "customerAddressZipCode": {
- "value": "80687",
- "rawValue": "Elsenheimerstr. 47 80687 München",
- "page": 1,
- "bbox": {
- "xMin": 0.5956,
- "yMin": 2.5163,
- "xMax": 1.8026,
- "yMax": 2.7851
}, - "confidence": 0.909
}, - "customerAddressCity": {
- "value": "München",
- "rawValue": "Elsenheimerstr. 47 80687 München",
- "page": 1,
- "bbox": {
- "xMin": 0.5956,
- "yMin": 2.5163,
- "xMax": 1.8026,
- "yMax": 2.7851
}, - "confidence": 0.909
}, - "vendorName": {
- "value": "cyberport",
- "rawValue": "cyberport",
- "page": 1,
- "bbox": {
- "xMin": 0.1947,
- "yMin": 0.5943,
- "xMax": 2.1652,
- "yMax": 1.1268
}, - "confidence": 0.9571900045871734
}, - "vendorAddressStreet": {
- "value": "Am Brauhaus 5",
- "rawValue": "Am Brauhaus 5, D-01099 Dresden",
- "page": 1,
- "bbox": {
- "xMin": 1.3274,
- "yMin": 1.7228,
- "xMax": 2.7243,
- "yMax": 1.7948
}, - "confidence": 0.906
}, - "vendorAddressZipCode": {
- "value": "D-01099",
- "rawValue": "Am Brauhaus 5, D-01099 Dresden",
- "page": 1,
- "bbox": {
- "xMin": 1.3274,
- "yMin": 1.7228,
- "xMax": 2.7243,
- "yMax": 1.7948
}, - "confidence": 0.906
}, - "vendorAddressCity": {
- "value": "Dresden",
- "rawValue": "Am Brauhaus 5, D-01099 Dresden",
- "page": 1,
- "bbox": {
- "xMin": 1.3274,
- "yMin": 1.7228,
- "xMax": 2.7243,
- "yMax": 1.7948
}, - "confidence": 0.906
}, - "total": {
- "value": 117.88,
- "rawValue": "117,88 EUR",
- "page": 1,
- "bbox": {
- "xMin": 6.6342,
- "yMin": 7.0829,
- "xMax": 7.4889,
- "yMax": 7.2058
}, - "confidence": 0.916
}, - "subtotal": {
- "value": 99.06,
- "rawValue": "99,06 EUR",
- "page": 1,
- "bbox": {
- "xMin": 6.7176,
- "yMin": 6.4163,
- "xMax": 7.4901,
- "yMax": 6.5363
}, - "confidence": 0.332
}, - "tax": {
- "value": 18.82,
- "rawValue": "18,82 EUR",
- "page": 1,
- "bbox": {
- "xMin": 6.7264,
- "yMin": 6.7496,
- "xMax": 7.4901,
- "yMax": 6.8696
}, - "confidence": 0.924
}, - "lineItems": [
- {
- "rowId": 1,
- "amount": {
- "value": 94.87,
- "rawValue": "94,87 EUR",
- "page": 1,
- "bbox": {
- "xMin": 6.7279,
- "yMin": 5.451,
- "xMax": 7.4908,
- "yMax": 5.571
}, - "confidence": 0.94
}, - "currency": {
- "value": "EUR",
- "rawValue": "94,87 EUR",
- "confidence": 0.94
}, - "description": {
- "value": "AF02-147\nPoly Voyager 5200 UC - Headset\n( CP0000032395645 )",
- "rawValue": "AF02-147\nPoly Voyager 5200 UC - Headset ( CP0000032395645 )",
- "page": 1,
- "bbox": {
- "xMin": 1.0894,
- "yMin": 5.2496,
- "xMax": 3.3524,
- "yMax": 5.775
}, - "confidence": 0.685
}, - "quantity": {
- "value": 1,
- "rawValue": "1",
- "page": 1,
- "bbox": {
- "xMin": 4.2078,
- "yMin": 5.4531,
- "xMax": 4.2436,
- "yMax": 5.5507
}, - "confidence": 0.962
}, - "unitPrice": {
- "value": 94.87,
- "rawValue": "94,87",
- "page": 1,
- "bbox": {
- "xMin": 5.4986,
- "yMin": 5.4531,
- "xMax": 5.8754,
- "yMax": 5.571
}, - "confidence": 0.962
}, - "taxRate": {
- "value": 19,
- "rawValue": "19,0 %",
- "page": 1,
- "bbox": {
- "xMin": 4.5921,
- "yMin": 5.4726,
- "xMax": 4.9687,
- "yMax": 5.5669
}, - "confidence": 0.439
}, - "line": {
- "rawValue": "2\nAF02-147\nPoly Voyager 5200 UC - Headset ( CP0000032395645 )\n1\n19,0 %\n94,87\n94,87 EUR",
- "page": 1,
- "bbox": {
- "xMin": 0.5987,
- "yMin": 5.2496,
- "xMax": 7.4908,
- "yMax": 5.775
}, - "confidence": 0.895
}
}, - {
- "rowId": 2,
- "amount": {
- "value": 4.19,
- "rawValue": "4,19 EUR",
- "page": 1,
- "bbox": {
- "xMin": 6.8128,
- "yMin": 6.0482,
- "xMax": 7.4908,
- "yMax": 6.1682
}, - "confidence": 0.939
}, - "currency": {
- "value": "EUR",
- "rawValue": "4,19 EUR",
- "confidence": 0.939
}, - "description": {
- "value": "VERSANDPORTO\nVersand- und Servicekosten DE S1",
- "rawValue": "VERSANDPORTO\nVersand- und Servicekosten DE S1",
- "page": 1,
- "bbox": {
- "xMin": 1.0901,
- "yMin": 5.8442,
- "xMax": 3.4015,
- "yMax": 6.1504
}, - "confidence": 0.693
}, - "quantity": {
- "value": 1,
- "rawValue": "1",
- "page": 1,
- "bbox": {
- "xMin": 4.2078,
- "yMin": 6.0503,
- "xMax": 4.2436,
- "yMax": 6.1479
}, - "confidence": 0.961
}, - "unitPrice": {
- "value": 4.19,
- "rawValue": "4,19",
- "page": 1,
- "bbox": {
- "xMin": 5.5835,
- "yMin": 6.0503,
- "xMax": 5.8735,
- "yMax": 6.1682
}, - "confidence": 0.962
}, - "taxRate": {
- "value": 19,
- "rawValue": "19,0 %",
- "page": 1,
- "bbox": {
- "xMin": 4.5921,
- "yMin": 6.0698,
- "xMax": 4.9687,
- "yMax": 6.1641
}, - "confidence": 0.435
}, - "line": {
- "rawValue": "3\nVERSANDPORTO\nVersand- und Servicekosten DE S1\n1\n19,0 %\n4,19\n4,19 EUR",
- "page": 1,
- "bbox": {
- "xMin": 0.5999,
- "yMin": 5.8442,
- "xMax": 7.4908,
- "yMax": 6.1682
}, - "confidence": 0.9
}
}
], - "currency": {
- "value": "EUR",
- "rawValue": "117,88 EUR",
- "confidence": 0.916
}
}
}
]
}
Diese Methode liefert 202 zurück wenn das Dokument noch nicht verabreitet wurde.
Nach der erfolgreichen Analyse wird 200 und das Dokument zurückgeliefert.
id required | string Example: ad463052-b3b9-11ed-afa1-0242ac120002 ID des Dokumentes, darf nur Alphanumerische Zeichen sowie |
{- "documents": [
- {
- "docType": "invoice",
- "data": {
- "invoiceId": {
- "value": "210853160",
- "rawValue": "210853160",
- "page": 1,
- "bbox": {
- "xMin": 5.1473,
- "yMin": 2.6056,
- "xMax": 5.7627,
- "yMax": 2.6874
}, - "confidence": 0.954
}, - "invoiceDate": {
- "value": "2021-06-30T00:00:00.000Z",
- "rawValue": "30.06.2021",
- "page": 1,
- "bbox": {
- "xMin": 6.0279,
- "yMin": 2.6065,
- "xMax": 6.6312,
- "yMax": 2.6874
}, - "confidence": 0.961
}, - "customerId": {
- "value": "2919884",
- "rawValue": "2919884",
- "page": 1,
- "bbox": {
- "xMin": 5.1473,
- "yMin": 2.4392,
- "xMax": 5.6246,
- "yMax": 2.5194
}, - "confidence": 0.959
}, - "vendorTaxId": {
- "value": "DE195033395",
- "rawValue": "DE195033395",
- "page": 1,
- "bbox": {
- "xMin": 3.2007,
- "yMin": 10.4955,
- "xMax": 3.7931,
- "yMax": 10.5675
}, - "confidence": 0.677
}, - "purchaseOrder": {
- "value": "2005157379",
- "rawValue": "2005157379",
- "page": 1,
- "bbox": {
- "xMin": 5.1473,
- "yMin": 2.9434,
- "xMax": 5.8346,
- "yMax": 3.0235
}, - "confidence": 0.511
}, - "customerName": {
- "value": "Dontenwill AG\nHerr Clemens\nMaier",
- "rawValue": "Dontenwill AG Herr Clemens Maier",
- "page": 1,
- "bbox": {
- "xMin": 0.6004,
- "yMin": 2.0136,
- "xMax": 1.5468,
- "yMax": 2.4513
}, - "confidence": 0.906
}, - "customerAddressStreet": {
- "value": "Elsenheimerstr. 47",
- "rawValue": "Elsenheimerstr. 47 80687 München",
- "page": 1,
- "bbox": {
- "xMin": 0.5956,
- "yMin": 2.5163,
- "xMax": 1.8026,
- "yMax": 2.7851
}, - "confidence": 0.909
}, - "customerAddressZipCode": {
- "value": "80687",
- "rawValue": "Elsenheimerstr. 47 80687 München",
- "page": 1,
- "bbox": {
- "xMin": 0.5956,
- "yMin": 2.5163,
- "xMax": 1.8026,
- "yMax": 2.7851
}, - "confidence": 0.909
}, - "customerAddressCity": {
- "value": "München",
- "rawValue": "Elsenheimerstr. 47 80687 München",
- "page": 1,
- "bbox": {
- "xMin": 0.5956,
- "yMin": 2.5163,
- "xMax": 1.8026,
- "yMax": 2.7851
}, - "confidence": 0.909
}, - "vendorName": {
- "value": "cyberport",
- "rawValue": "cyberport",
- "page": 1,
- "bbox": {
- "xMin": 0.1947,
- "yMin": 0.5943,
- "xMax": 2.1652,
- "yMax": 1.1268
}, - "confidence": 0.9571900045871734
}, - "vendorAddressStreet": {
- "value": "Am Brauhaus 5",
- "rawValue": "Am Brauhaus 5, D-01099 Dresden",
- "page": 1,
- "bbox": {
- "xMin": 1.3274,
- "yMin": 1.7228,
- "xMax": 2.7243,
- "yMax": 1.7948
}, - "confidence": 0.906
}, - "vendorAddressZipCode": {
- "value": "D-01099",
- "rawValue": "Am Brauhaus 5, D-01099 Dresden",
- "page": 1,
- "bbox": {
- "xMin": 1.3274,
- "yMin": 1.7228,
- "xMax": 2.7243,
- "yMax": 1.7948
}, - "confidence": 0.906
}, - "vendorAddressCity": {
- "value": "Dresden",
- "rawValue": "Am Brauhaus 5, D-01099 Dresden",
- "page": 1,
- "bbox": {
- "xMin": 1.3274,
- "yMin": 1.7228,
- "xMax": 2.7243,
- "yMax": 1.7948
}, - "confidence": 0.906
}, - "total": {
- "value": 117.88,
- "rawValue": "117,88 EUR",
- "page": 1,
- "bbox": {
- "xMin": 6.6342,
- "yMin": 7.0829,
- "xMax": 7.4889,
- "yMax": 7.2058
}, - "confidence": 0.916
}, - "subtotal": {
- "value": 99.06,
- "rawValue": "99,06 EUR",
- "page": 1,
- "bbox": {
- "xMin": 6.7176,
- "yMin": 6.4163,
- "xMax": 7.4901,
- "yMax": 6.5363
}, - "confidence": 0.332
}, - "tax": {
- "value": 18.82,
- "rawValue": "18,82 EUR",
- "page": 1,
- "bbox": {
- "xMin": 6.7264,
- "yMin": 6.7496,
- "xMax": 7.4901,
- "yMax": 6.8696
}, - "confidence": 0.924
}, - "lineItems": [
- {
- "rowId": 1,
- "amount": {
- "value": 94.87,
- "rawValue": "94,87 EUR",
- "page": 1,
- "bbox": {
- "xMin": 6.7279,
- "yMin": 5.451,
- "xMax": 7.4908,
- "yMax": 5.571
}, - "confidence": 0.94
}, - "currency": {
- "value": "EUR",
- "rawValue": "94,87 EUR",
- "confidence": 0.94
}, - "description": {
- "value": "AF02-147\nPoly Voyager 5200 UC - Headset\n( CP0000032395645 )",
- "rawValue": "AF02-147\nPoly Voyager 5200 UC - Headset ( CP0000032395645 )",
- "page": 1,
- "bbox": {
- "xMin": 1.0894,
- "yMin": 5.2496,
- "xMax": 3.3524,
- "yMax": 5.775
}, - "confidence": 0.685
}, - "quantity": {
- "value": 1,
- "rawValue": "1",
- "page": 1,
- "bbox": {
- "xMin": 4.2078,
- "yMin": 5.4531,
- "xMax": 4.2436,
- "yMax": 5.5507
}, - "confidence": 0.962
}, - "unitPrice": {
- "value": 94.87,
- "rawValue": "94,87",
- "page": 1,
- "bbox": {
- "xMin": 5.4986,
- "yMin": 5.4531,
- "xMax": 5.8754,
- "yMax": 5.571
}, - "confidence": 0.962
}, - "taxRate": {
- "value": 19,
- "rawValue": "19,0 %",
- "page": 1,
- "bbox": {
- "xMin": 4.5921,
- "yMin": 5.4726,
- "xMax": 4.9687,
- "yMax": 5.5669
}, - "confidence": 0.439
}, - "line": {
- "rawValue": "2\nAF02-147\nPoly Voyager 5200 UC - Headset ( CP0000032395645 )\n1\n19,0 %\n94,87\n94,87 EUR",
- "page": 1,
- "bbox": {
- "xMin": 0.5987,
- "yMin": 5.2496,
- "xMax": 7.4908,
- "yMax": 5.775
}, - "confidence": 0.895
}
}, - {
- "rowId": 2,
- "amount": {
- "value": 4.19,
- "rawValue": "4,19 EUR",
- "page": 1,
- "bbox": {
- "xMin": 6.8128,
- "yMin": 6.0482,
- "xMax": 7.4908,
- "yMax": 6.1682
}, - "confidence": 0.939
}, - "currency": {
- "value": "EUR",
- "rawValue": "4,19 EUR",
- "confidence": 0.939
}, - "description": {
- "value": "VERSANDPORTO\nVersand- und Servicekosten DE S1",
- "rawValue": "VERSANDPORTO\nVersand- und Servicekosten DE S1",
- "page": 1,
- "bbox": {
- "xMin": 1.0901,
- "yMin": 5.8442,
- "xMax": 3.4015,
- "yMax": 6.1504
}, - "confidence": 0.693
}, - "quantity": {
- "value": 1,
- "rawValue": "1",
- "page": 1,
- "bbox": {
- "xMin": 4.2078,
- "yMin": 6.0503,
- "xMax": 4.2436,
- "yMax": 6.1479
}, - "confidence": 0.961
}, - "unitPrice": {
- "value": 4.19,
- "rawValue": "4,19",
- "page": 1,
- "bbox": {
- "xMin": 5.5835,
- "yMin": 6.0503,
- "xMax": 5.8735,
- "yMax": 6.1682
}, - "confidence": 0.962
}, - "taxRate": {
- "value": 19,
- "rawValue": "19,0 %",
- "page": 1,
- "bbox": {
- "xMin": 4.5921,
- "yMin": 6.0698,
- "xMax": 4.9687,
- "yMax": 6.1641
}, - "confidence": 0.435
}, - "line": {
- "rawValue": "3\nVERSANDPORTO\nVersand- und Servicekosten DE S1\n1\n19,0 %\n4,19\n4,19 EUR",
- "page": 1,
- "bbox": {
- "xMin": 0.5999,
- "yMin": 5.8442,
- "xMax": 7.4908,
- "yMax": 6.1682
}, - "confidence": 0.9
}
}
], - "currency": {
- "value": "EUR",
- "rawValue": "117,88 EUR",
- "confidence": 0.916
}
}
}
]
}