{ "extracted_data": { "invoice_number": "<string>", "date": "2023-12-25", "total": 123, "currency": "<string>", "iban": "<string>", "recipient": { "name": "<string>", "address": "<string>", "zip": "<string>", "city": "<string>" }, "items": [ { "description": "<string>", "quantity": 123, "price": 123 } ] }, "confidence_score": 0.5 }
Extract invoice details from documents using OCR technology
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type any.
any
OCR processing result
The response is of type object.
object