Delivery note extraction#
The Delivery note extraction workflow performs ocr
and extractions
steps specifically suited for delivery notes.
It is used with the workflow identifier delivery_note_extraction
,
at the processing endpoint
i.e. POST /processing/delivery_note_extraction
.
Supported workflow-parameters#
To be submitted as a configuration object with the parameters form field.
field | type | default |
---|---|---|
language |
one of de (german) or en (english) |
unset, i.e. multi-language (at the potential cost of OCR accuracy) |
Supported return values#
As automatically included in the response JSON, unless otherwise specified via include
query parameters.
ocr
, see OCR Formatextractions
, see below
Credit cost#
A Freemium account allows for up to 100 pages per month, where the cost is 50 credits per page, and 75 credits per document.
Note
A document is usually a bundle of 10 pages.
Extractions formats#
The value of the extractions
key for this workflow has the following form:
For document_type
= delivery_note
All supported fields
schema_version
: integer (possible values: [2])document_type
: string (possible values: ['delivery_note'])receiver
: Receivername
: StringExtractionaddress
: Addressaddress_line_1
: StringExtractionaddress_line_2
: StringExtractioncity
: StringExtractionzip
: StringExtractioncountry
: CountryExtraction
vat_id
: StringExtractiontax_number
: StringExtractioneori_number
: StringExtractioncustomer_number
: StringExtraction
sender
: Sendername
: StringExtractionaddress
: Addressaddress_line_1
: StringExtractionaddress_line_2
: StringExtractioncity
: StringExtractionzip
: StringExtractioncountry
: CountryExtraction
vat_id
: StringExtractiontax_number
: StringExtractioneori_number
: StringExtractionphone
: StringExtractionfax
: StringExtractionurl
: StringExtractione_mail
: StringExtraction
number
: StringExtractionorder_number
: StringExtractionorder_confirmation_number
: StringExtractionshipping_number
: StringExtractiondate
: DateExtractionshipping_date
: DateExtractiondelivery_date
: DateExtractiontotal_weight
: FloatExtractiontotal_quantity
: FloatExtractiontotal_goods_value
: FloatExtractionorigin_of_goods
: StringExtractiongoods
: array of LineItempos_id
: StringExtractionarticle_id
: StringExtractiondescription
: StringExtractionquantity_ordered
: FloatExtractionquantity_delivered
: FloatExtractionunit
: FloatExtractionweight
: FloatExtraction
Note
For a reference of the structure of each of the extractions
objects see
Extracted Values.
Also, for accessing individual processing results or artifacts, have a look
at Fetch Processing Results and Artifacts.