Begin Taxi Receipt Field Extraction
This endpoint processes a document using the taxi-receipt model. Note that the response can include an RFC 8288-style Link
header that may contain links to results. If multiple documents are sent for processing, there will be a link with rel=‘results’ for each document.
Authorizations
Our API offers authentication via API keys. You can obtain an API key from https://developer.abbyy.com
Body
The source of the document(s) to be processed
{
"url": "https://example.com/documents/invoice.png"
}
Response
The id of the document.
The name of the document.
Timestamp at which the document was created.
The status of the document. Valid values are Pending
, Processing
, Processed
, Failed
, Canceled
.
Pending
, Processing
, Processed
, Failed
, Canceled
The number of pages associated with the document that have been processed. This number will always be at least 1.
The model used to process the document.
An array of errors that occurred while processing the document.
Was this page helpful?