Vehicle registration extraction#
The vehicle registration extraction workflow performs ocr
and extractions
steps specifically suited for German vehicle registrations.
It is used with the workflow identifier vehicle_registration_extraction
,
at the processing endpoint
i.e. POST /processing/vehicle_registration_extraction
.
Supported workflow-parameters#
As the workflow is only intended for German documents, the workflow does not take any extra parameters.
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 50 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
= vehicle_registration
All supported fields
schema_version
: integer (possible values: [2])document_type
: string (possible values: ['vehicle_registration'])fahrzeugschein_nr
: StringExtractiona_amtliches_kennzeichen
: StringExtractionc_1_1_name_des_halters
: StringExtractionc_1__2_vorname
: StringExtractionc_1_3_anschrift
: StringExtractionx_naechste_hu
: StringExtractioni_ausstellungsdatum
: DateExtractionaustellungsort
: StringExtractionb_datum_erstzulassung
: DateExtractionn_2_1_HSN
: StringExtractionn_2_2_TSN
: StringExtractionj_fahrzeugklasse
: StringExtractionn_4_art_des_aufbaus
: StringExtractione_fahrgestellnummer
: StringExtractionn_3_pruefziffer_fgn
: StringExtractiond_1_fahrzeugmarke
: StringExtractiond_2_typ_variante_version
: StringExtractiond_3_handelsbezeichnung
: StringExtractionn_2_herst_kurzbez
: StringExtractionn_5_fahrzeugklasse
: StringExtractionv_9_schadstoffklasse
: StringExtractionn_14_emissionsklasse
: StringExtractionp_3_kraftstoffart
: StringExtractionn_10_code_zu_p_3
: StringExtractionn_14_1_code_zu_v_9_o_14
: StringExtractionp_1_hubraum
: StringExtractionn_22_bemerkungen
: StringExtractionl_anzahl_achsen
: FloatExtractionn_9_anzahl_antriebsachsen
: StringExtractionp_2_p_4_nennl
: StringExtractiont_hoechstgeschw
: FloatExtractionn_18_laenge_in_mm
: StringExtractionn_19_breite_in_mm
: StringExtractionn_20_hoehe_in_mm
: StringExtractiong_leermasse
: StringExtractionn_12_rauminhalt_tank
: FloatExtractionn_13_stuetzlast
: FloatExtractionq_leistungsgewicht
: FloatExtractionv_7_co2
: FloatExtractionf_1_gesamtmasse
: FloatExtractionf_2_gesamtmasse
: FloatExtractionn_7_1_achslast_a_1
: FloatExtractionn_7_2_achslast_a_2
: FloatExtractionn_7_3_achslast_a_3
: FloatExtractionn_8_1_achslast_mgs_a_1
: FloatExtractionn_8_2_achslast_mgs_a_2
: FloatExtractionn_8_3_achslast_mgs_a_3
: FloatExtractionu_1_standger
: FloatExtractionu_2_drehzahl
: FloatExtractionu_3_fahrger
: StringExtractiono_1_anhaengelast_gebr
: FloatExtractiono_2_anhaengelast_ungebr
: FloatExtractions_1_sitzplaetze
: FloatExtractions_2_stehplaetze
: FloatExtractionn_15_1_bereifung_achse_1
: StringExtractionn_15_2_bereifung_achse_2
: StringExtractionn_15_3_bereifung_achse_3
: StringExtractionr_farbe
: StringExtractionn_11_code_zur_farbe
: StringExtractionk_betriebserlaubnis
: StringExtractionn_6_eg_typengenehmigung
: DateExtractionn_17_merk_betriebserl
: StringExtractionn_16_nummer_zb_teil_2
: StringExtractionn_21_vermerke
: StringExtraction
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.