ID

Drivers License AT / DE

Preset Config

// init the Anyline SDK with a preset config
anyline = window.anylinejs.init({
    preset: 'universalid_dl_at_de',
    license: demoLicense,
    element: root,
    anylinePath: '../anylinejs',
});

Drivers License AT / DE Result

{
    "identifier": "resultJson",
    "text": "{\n \"layoutDefinition\" : {\n \"country\" : \"AT\",\n \"layout\" : \"AT_DVL_O_04001_F\",\n \"type\" : \"drivingLicense\"\n },\n \"result\" : {\n \"authority\" : {\n \"confidence\" : 99,\n \"text\" : \"BH Gmunden\"\n },\n \"dateOfBirth\" : {\n \"confidence\" : 99,\n \"text\" : \"02.01.1990\"\n },\n \"dateOfIssue\" : {\n \"confidence\" : 99,\n \"text\" : \"22.07.2010\"\n },\n \"documentCategoryDefinition\" : {\n \"confidence\" : -1,\n \"text\" : \"DVL\"\n },\n \"documentNumber\" : {\n \"confidence\" : 99,\n \"text\" : \"09264488\"\n },\n \"documentRegionDefinition\" : {\n \"confidence\" : -1,\n \"text\" : \"AT\"\n },\n \"documentSideDefinition\" : {\n \"confidence\" : -1,\n \"text\" : \"F\"\n },\n \"documentTypeDefinition\" : {\n \"confidence\" : -1,\n \"text\" : \"O\"\n },\n \"documentVersionsDefinition\" : {\n \"confidence\" : -1,\n \"text\" : \"04001\"\n },\n \"drivingLicenseString\" : {\n \"confidence\" : -1,\n \"text\" : \"KRAUS|SOPHIA|02.01.1990|VÖCKLA|22.07.2010||BH Gmunden|09264488|9S\"\n },\n \"firstName\" : {\n \"confidence\" : 99,\n \"text\" : \"SOPHIA\"\n },\n \"formattedDateOfBirth\" : {\n \"confidence\" : 99,\n \"text\" : \"02.01.1990\"\n },\n \"formattedDateOfIssue\" : {\n \"confidence\" : 99,\n \"text\" : \"22.07.2010\"\n },\n \"lastName\" : {\n \"confidence\" : 100,\n \"text\" : \"KRAUS\"\n },\n \"licenseClass\" : {\n \"confidence\" : 39,\n \"text\" : \"9S\"\n },\n \"placeOfBirth\" : {\n \"confidence\" : 99,\n \"text\" : \"VÖCKLA\"\n }"
}