NAV
cURL Python JavaScript Java C#

Introduction

Welcome to Microblink's Self-hosted API. This API enables scanning of over 500 international identity documents, including driving licenses, national identity cards, passports, and others.

Here you can find instructions how to setup docker image locally and how to execute recognitions over API. This specification is related to versions 3.0.0 and higher. For previous versions please visit out dockerhub page and check postman colletion.

Use cases

Use case Endpoint to use
Scanning both sides of supported documents or MRZ on passports, visas and other documents. /blinkid-multi-side
Scanning the front side of supported documents or MRZ on passports, visas and other documents. /blinkid-single-side
Scanning barcodes on supported documents. /id-barcode
Scanning of bank cards. /blinkcard
Scanning of barcodes. /barcode

Image formats

​ All endpoints accept jpg/jpeg and png formats. The resolution of the image should be at least 1080p (1920×1080 px). Smaller resolutions are accepted, but won't provide optimal results. Larger resolutions are also accepted, but won't improve the scanning process significantly. There is no need to downscale your images before sending them to the API.

Keep in mind that the API is optimized for images taken with mobile phone cameras. Images taken with web cameras, which usually have much lower resolutions, might not perform as well. ​

Image guidelines

​ You can find general image upload guidelines here. Please follow these tips to ensure best possible results.

Third party software

Self-hosted API is built as native image with GraalVM Community Edition. License can be found here.

Open source tools

Open source tools are used for the current version and may differ for a previous versions.

Name Version License
ch.qos.logback:logback-core http://www.qos.ch 1.2.11 GNU Lesser General Public License
com.amazonaws:aws-java-sdk-bom 1.12.267
com.azure:azure-sdk-bom 1.1.1
com.fasterxml.jackson.core:jackson-core https://github.com/FasterXML/jackson-core 2.13.2 The Apache Software License, Version 2.0
com.google.code.gson:gson 2.8.5 Apache 2.0
io.micrometer:micrometer-core https://github.com/micrometer-metrics/micrometer 1.9.0 The Apache Software License, Version 2.0
io.micrometer:micrometer-registry-prometheus https://github.com/micrometer-metrics/micrometer 1.9.0 The Apache Software License, Version 2.0
io.micronaut.aws:micronaut-aws-bom 3.5.3
io.micronaut.azure:micronaut-azure-bom 3.2.3
io.micronaut.configuration:micronaut-micrometer-core http://micronaut.io 1.3.1 The Apache Software License, Version 2.0
io.micronaut.configuration:micronaut-micrometer-registry-prometheus http://micronaut.io 1.3.1 The Apache Software License, Version 2.0
io.micronaut.email:micronaut-email-bom 1.2.3
io.micronaut.flyway:micronaut-flyway-bom 5.3.0
io.micronaut.gcp:micronaut-gcp-bom 4.2.1
io.micronaut.grpc:micronaut-grpc-bom 3.3.1
io.micronaut.jaxrs:micronaut-jaxrs-bom 3.3.0
io.micronaut.kafka:micronaut-kafka-bom 4.3.1
io.micronaut.kotlin:micronaut-kotlin-runtime https://micronaut.io 3.2.2 The Apache Software License, Version 2.0
io.micronaut.kubernetes:micronaut-kubernetes-bom 3.4.0
io.micronaut.microstream:micronaut-microstream-bom 1.0.0-M1
io.micronaut.mongodb:micronaut-mongo-bom 4.2.0
io.micronaut.mqtt:micronaut-mqtt-bom 2.2.0
io.micronaut.picocli:micronaut-picocli-bom 4.2.1
io.micronaut.problem:micronaut-problem-json-bom 2.3.1
io.micronaut.reactor:micronaut-reactor https://micronaut.io 2.2.3 The Apache Software License, Version 2.0
io.micronaut.reactor:micronaut-reactor-bom 2.2.3
io.micronaut.redis:micronaut-redis-bom 5.2.0
io.micronaut.rxjava2:micronaut-rxjava2-bom 1.2.2
io.micronaut.rxjava3:micronaut-rxjava3-bom 2.2.1
io.micronaut.security:micronaut-security https://micronaut.io 3.6.3 The Apache Software License, Version 2.0
io.micronaut.security:micronaut-security-annotations https://micronaut.io 3.6.3 The Apache Software License, Version 2.0
io.micronaut.security:micronaut-security-bom 3.6.3
io.micronaut.serde:micronaut-serde-bom 1.1.0
io.micronaut.servlet:micronaut-servlet-bom 3.2.3
io.micronaut.sql:micronaut-sql-bom 4.4.1
io.micronaut.tracing:micronaut-tracing-bom 4.1.1
io.micronaut.views:micronaut-views-bom 3.4.0
io.micronaut:micronaut-core https://micronaut.io 3.5.4 The Apache Software License, Version 2.0
io.micronaut:micronaut-http https://micronaut.io 3.5.4 The Apache Software License, Version 2.0
io.micronaut:micronaut-http-client-core https://micronaut.io 3.5.4 The Apache Software License, Version 2.0
io.micronaut:micronaut-jackson-core https://micronaut.io 3.5.4 The Apache Software License, Version 2.0
io.micronaut:micronaut-json-core https://micronaut.io 3.5.4 The Apache Software License, Version 2.0
io.micronaut:micronaut-management https://micronaut.io 3.5.4 The Apache Software License, Version 2.0
io.micronaut:micronaut-runtime https://micronaut.io 3.5.4 The Apache Software License, Version 2.0
io.micronaut:micronaut-validation https://micronaut.io 3.5.4 The Apache Software License, Version 2.0
io.projectreactor:reactor-core https://github.com/reactor/reactor-core 3.4.21 Apache License, Version 2.0
jakarta.annotation:jakarta.annotation-api https://www.eclipse.org 2.0.0 GPL2 w/ CPE
jakarta.inject:jakarta.inject-api https://www.eclipse.org 2.0.1 The Apache Software License, Version 2.0
javax.annotation:javax.annotation-api https://javaee.github.io/glassfish 1.3.2 COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
org.jdbi:jdbi3-bom 3.28.0
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.6.0
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm https://github.com/Kotlin/kotlinx.coroutines 1.6.0 The Apache Software License, Version 2.0
org.mapstruct:mapstruct http://mapstruct.org/mapstruct/ 1.4.2.Final The Apache Software License, Version 2.0
org.slf4j:slf4j-api http://www.slf4j.org 1.7.36 MIT License
org.yaml:snakeyaml https://bitbucket.org/snakeyaml/snakeyaml 1.30 Apache License, Version 2.0
software.amazon.awssdk:bom 2.17.238

OpenAPI 3

OpenAPI 3 specification can be downloaded here, you can use it to generete your client code for integration with Self-hosted API.

Ping statistics

Ping statistics is used to report scan success rate. It is regulated with your license agreement, and as such enabled or disabled in Self-hosted API.

Postman

Examples can be downloaded via our Postman Collection

Lite version

This version uses lite models: ML models that are optimised to use as few as possible resources.

Docker

Self-hosted API docker image can be found on our official dockerhub page.

Docker environment variables

Environment variables are for the current version and may differ for a previous versions.

Mandatory variables are marked with an asterisk (*).

Variable Description Type Default value
LICENSEE* Your licensee String
LICENSE_KEY* Your license key String
PORT Exposed port for API Integer 8080
MAX_REQUEST_SIZE Max http request size String 100MB
GRACEFUL_SHUTDOWN_TIMEOUT Graceful shutdown timeout in duration format. Duration PT15S
WRAPPER_PATH Path for wrapper to override autoconfiguration. Can be used if you want to skip automatic CPU architecture detection. String
WORKER_TIMEOUT_MS Max time waiting for a recognition process to finish. Integer 20000
WORKERS_POOL_SIZE Number of recognition workers in a worker pool. Integer 2
WORKER_CREATION_MS Milliseconds to wait for license check at startup. Lower values will result in faster startup but invalid license will be reported on requests. Integer 100
AVAILABLE_WORKER_TIMEOUT_MS Max time waiting to get available recognition worker from the pool. Integer 10000
ENABLE_METRICS Enable metrics endpoint. Boolean false
ENABLE_HEALTH_ENDPOINTS Enable health, liveness and readiness endpoints. Boolean true
ENABLE_SECURITY Enable basic security. Boolean false
BASIC_AUTH_USERNAME Username for Basic authentication header. String
BASIC_AUTH_PASSWORD Password for Basic authentication header. String
IMAGE_ALLOW_INVALID_CERTIFICATE Whether to allow download of images from Url with invalid certificate. Boolean true
IMAGE_DOWNLOAD_TIMEOUT Max time for image download from provided image Url. Integer 10000
IMAGE_MAX_SIZE_KB Max image size in kilobytes. Empty value means unlimited. Integer
IMAGE_URL_PROTOCOLS_ALLOWED Allowed protocols for image download. Comma-separated string http,https
IMAGE_URL_HOSTS_ALLOWED Allowed hosts for image download. Empty value means all hosts are allowed. Comma-separated string
IMAGE_URL_PORTS_ALLOWED Allowed ports for image download. Empty value means all ports are allowed. Comma-separated integer
IMAGE_URL_DIRECTORIES_ALLOWED Allowed directories for image download. Empty value means all directories are allowed. Works only if file protocol is specified. Comma-separated string
ENABLE_REQUEST_SUMMARY Whether to enable request summary in log. Boolean true
LOG_ENABLE_CUSTOMIZATION Whether to allow logger customizations (Guard for LOG_ENABLE_CONSOLE_APPENDER, LOG_ENABLE_FILE_APPENDER, LOG_PATTERN and LOGGER_MAP). Boolean false
LOG_ENABLE_CONSOLE_APPENDER Whether to enable console appender. Boolean true
LOG_ENABLE_FILE_APPENDER Whether to enable file appender. Log files are placed inside docker container in /logs folder. Boolean false
LOG_PATTERN Custom pattern for logback. You can use %X{traceId} and %X{executionId} from MDC to track request. String
LOGGER_MAP Logger key-values pairs. For more detailed logging provide "com.microblink=DEBUG,io.micronaut=INFO" Comma-separated string=string pairs
ALLOW_CORS Whether to enable CORS. Boolean true
ALLOWED_METHODS CORS allowed methods. Comma-separated string GET,POST,OPTIONS
ALLOWED_ORIGINS CORS allowed origins. Empty value means all origins are allowed. Comma-separated string
PROXY_HOST The host name of the proxy server. String
PROXY_PORT The port number of the proxy server. Integer
NON_PROXY_HOSTS The list of hosts that should be reached directly, bypassing the proxy. This is a list of patterns separated by | . String
TRUST_STORE Trust store path. String
TRUST_STORE_PASSWORD Trust store password. Needed only if a trust store is password protected. String
SSL_ENABLED Whether SSL is enabled. Boolean false
SSL_KEY_STORE_PATH SSL key store path. String
SSL_KEY_STORE_PASSWORD SSL key store password. String
SSL_KEY_STORE_TYPE Type of keystore. String
SSL_KEY_STORE_PROVIDER Name of the key store provider. String
SSL_KEY_PASSWORD SSL key password. String
SSL_KEY_ALIAS SSL key alias. String
JAVA_OPTS Runtime Java options for GraalVM native image. String
HEALTH_CUSTOM_URL Custom health endpoint. String

Docker compose

Minimal docker compose sample can be found here

Recommended Docker runtime options for throughput of 1.5 req/s are 4 CPUs, 4 GB of memory and 2 workers (WORKERS_POOL_SIZE).

It is strongly recommended to configure Cross-origin resource sharing (CORS) policy control in order to minimize security risks by using the following environment variables ALLOW_CORS, ALLOWED_METHODS, ALLOWED_ORIGINS. The second recommendation is to use https instead of http for external service interaction, for example, setting IMAGE_URL_PROTOCOLS_ALLOWED only to https (which is the default setting). Finally, it is recommended to implement API rate limiting based on the number of requests made to the specific API endpoint based on the request per time or IP address for example by using load balancer, proxy, horizontal scaling policy, etc.

Basic Authentication

Self-hosted API currently supports basic authentication. To enable it set docker environemnt variable ENABLE_SECURITY to true, and provide BASIC_AUTH_USERNAME and BASIC_AUTH_PASSWORD environemnt variables. After setup all recognition endpoints require Authentication header in form:

Authorization: 'Basic ' + Base64.encode(username + ':' + password)

Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.

Recognition endpoints

Barcode

Code samples

# You can also use wget
curl -X POST /barcode \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'X-ClientCustomerId: string'

import requests
headers = {
  'Content-Type': 'application/json',
  'Accept': 'application/json',
  'X-ClientCustomerId': 'string'
}

r = requests.post('/barcode', headers = headers)

print(r.json())

const inputBody = '{
  "autoScaleDetection": true,
  "nullQuietZoneAllowed": false,
  "readCode39AsExtendedData": false,
  "scanCode128": false,
  "scanCode39": false,
  "scanEan13": false,
  "scanEan8": false,
  "scanInverse": false,
  "scanItf": false,
  "scanPdf417": false,
  "scanQrCode": false,
  "scanUncertain": true,
  "scanUpca": false,
  "scanUpce": false,
  "slowerThoroughScan": false,
  "image": {
    "imageUrl": "string",
    "imageBase64": "string"
  },
  "traceId": "string"
}';
const headers = {
  'Content-Type':'application/json',
  'Accept':'application/json',
  'X-ClientCustomerId':'string'
};

fetch('/barcode',
{
  method: 'POST',
  body: inputBody,
  headers: headers
})
.then(function(res) {
    return res.json();
}).then(function(body) {
    console.log(body);
});

URL obj = new URL("/barcode");
HttpURLConnection con = (HttpURLConnection) obj.openConnection();
con.setRequestMethod("POST");
int responseCode = con.getResponseCode();
BufferedReader in = new BufferedReader(
    new InputStreamReader(con.getInputStream()));
String inputLine;
StringBuffer response = new StringBuffer();
while ((inputLine = in.readLine()) != null) {
    response.append(inputLine);
}
in.close();
System.out.println(response.toString());

using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;

/// <<summary>>
/// Example of Http Client
/// <</summary>>
public class HttpExample
{
    private HttpClient Client { get; set; }

    /// <<summary>>
    /// Setup http client
    /// <</summary>>
    public HttpExample()
    {
      Client = new HttpClient();
    }


    /// Make a dummy request
    public async Task MakePostRequest()
    {
      string url = "/barcode";

      string json = @"{
  ""autoScaleDetection"": true,
  ""nullQuietZoneAllowed"": false,
  ""readCode39AsExtendedData"": false,
  ""scanCode128"": false,
  ""scanCode39"": false,
  ""scanEan13"": false,
  ""scanEan8"": false,
  ""scanInverse"": false,
  ""scanItf"": false,
  ""scanPdf417"": false,
  ""scanQrCode"": false,
  ""scanUncertain"": true,
  ""scanUpca"": false,
  ""scanUpce"": false,
  ""slowerThoroughScan"": false,
  ""image"": {
    ""imageUrl"": ""string"",
    ""imageBase64"": ""string""
  },
  ""traceId"": ""string""
}";
      BarcodeRequest content = JsonConvert.DeserializeObject(json);
      await PostAsync(content, url);


    }

    /// Performs a POST Request
    public async Task PostAsync(BarcodeRequest content, string url)
    {
        //Serialize Object
        StringContent jsonContent = SerializeObject(content);

        //Execute POST request
        HttpResponseMessage response = await Client.PostAsync(url, jsonContent);
    }



    /// Serialize an object to Json
    private StringContent SerializeObject(BarcodeRequest content)
    {
        //Serialize Object
        string jsonObject = JsonConvert.SerializeObject(content);

        //Create Json UTF8 String Content
        return new StringContent(jsonObject, Encoding.UTF8, "application/json");
    }

    /// Deserialize object from request response
    private async Task DeserializeObject(HttpResponseMessage response)
    {
        //Read body 
        string responseBody = await response.Content.ReadAsStringAsync();

        //Deserialize Body to object
        var result = JsonConvert.DeserializeObject(responseBody);
    }
}

POST /barcode

Body parameter

{
  "autoScaleDetection": true,
  "nullQuietZoneAllowed": false,
  "readCode39AsExtendedData": false,
  "scanCode128": false,
  "scanCode39": false,
  "scanEan13": false,
  "scanEan8": false,
  "scanInverse": false,
  "scanItf": false,
  "scanPdf417": false,
  "scanQrCode": false,
  "scanUncertain": true,
  "scanUpca": false,
  "scanUpce": false,
  "slowerThoroughScan": false,
  "image": {
    "imageUrl": "string",
    "imageBase64": "string"
  },
  "traceId": "string"
}

Parameters

Name In Type Required Description
X-ClientCustomerId header string false none
body body BarcodeRequest true none

Example responses

200 Response

{
  "traceId": "string",
  "executionId": "string",
  "finishTime": "2019-08-24T14:15:22Z",
  "startTime": "2019-08-24T14:15:22Z",
  "data": {
    "barcodeType": "NONE",
    "rawData": "string",
    "stringData": "string",
    "uncertain": true,
    "detectionPoints": {
      "points": [
        {
          "x": 0,
          "y": 0
        }
      ]
    },
    "recognitionStatus": "EMPTY"
  }
}

Responses

Status Meaning Description Schema
200 OK none BarcodeEndpointResponse
400 Bad Request none DefaultResponse
403 Forbidden none DefaultResponse
500 Internal Server Error none DefaultResponse

Code samples

# You can also use wget
curl -X POST /blinkcard \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json'

import requests
headers = {
  'Content-Type': 'application/json',
  'Accept': 'application/json'
}

r = requests.post('/blinkcard', headers = headers)

print(r.json())

const inputBody = 'FALSE';
const headers = {
  'Content-Type':'application/json',
  'Accept':'application/json'
};

fetch('/blinkcard',
{
  method: 'POST',
  body: inputBody,
  headers: headers
})
.then(function(res) {
    return res.json();
}).then(function(body) {
    console.log(body);
});

URL obj = new URL("/blinkcard");
HttpURLConnection con = (HttpURLConnection) obj.openConnection();
con.setRequestMethod("POST");
int responseCode = con.getResponseCode();
BufferedReader in = new BufferedReader(
    new InputStreamReader(con.getInputStream()));
String inputLine;
StringBuffer response = new StringBuffer();
while ((inputLine = in.readLine()) != null) {
    response.append(inputLine);
}
in.close();
System.out.println(response.toString());

using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;

/// <<summary>>
/// Example of Http Client
/// <</summary>>
public class HttpExample
{
    private HttpClient Client { get; set; }

    /// <<summary>>
    /// Setup http client
    /// <</summary>>
    public HttpExample()
    {
      Client = new HttpClient();
    }


    /// Make a dummy request
    public async Task MakePostRequest()
    {
      string url = "/blinkcard";

      string json = @"FALSE";
      BlinkCardRequest content = JsonConvert.DeserializeObject(json);
      await PostAsync(content, url);


    }

    /// Performs a POST Request
    public async Task PostAsync(BlinkCardRequest content, string url)
    {
        //Serialize Object
        StringContent jsonContent = SerializeObject(content);

        //Execute POST request
        HttpResponseMessage response = await Client.PostAsync(url, jsonContent);
    }



    /// Serialize an object to Json
    private StringContent SerializeObject(BlinkCardRequest content)
    {
        //Serialize Object
        string jsonObject = JsonConvert.SerializeObject(content);

        //Create Json UTF8 String Content
        return new StringContent(jsonObject, Encoding.UTF8, "application/json");
    }

    /// Deserialize object from request response
    private async Task DeserializeObject(HttpResponseMessage response)
    {
        //Read body 
        string responseBody = await response.Content.ReadAsStringAsync();

        //Deserialize Body to object
        var result = JsonConvert.DeserializeObject(responseBody);
    }
}

POST /blinkcard

Body parameter

"FALSE"
Name In Type Required Description
body body BlinkCardRequest true none

Example responses

200 Response

{
  "traceId": "string",
  "executionId": "string",
  "finishTime": "2019-08-24T14:15:22Z",
  "startTime": "2019-08-24T14:15:22Z",
  "data": {
    "cardIssuer": "ISSUER_OTHER",
    "cardNumber": "string",
    "cardNumberValid": true,
    "cardNumberPrefix": "string",
    "iban": "string",
    "cvv": "string",
    "expiryDate": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": "string"
    },
    "owner": "string",
    "firstSideFullDocumentImage": "string",
    "secondSideFullDocumentImage": "string",
    "firstSideBlurred": true,
    "secondSideBlurred": true,
    "firstSideAnonymized": true,
    "secondSideAnonymized": true,
    "documentLivenessCheck": {
      "front": {
        "screenCheck": {
          "result": "NOT_PERFORMED",
          "matchLevel": "DISABLED"
        },
        "photocopyCheck": {
          "result": "NOT_PERFORMED",
          "matchLevel": "DISABLED"
        },
        "handPresenceCheck": "NOT_PERFORMED"
      },
      "back": {
        "screenCheck": {
          "result": "NOT_PERFORMED",
          "matchLevel": "DISABLED"
        },
        "photocopyCheck": {
          "result": "NOT_PERFORMED",
          "matchLevel": "DISABLED"
        },
        "handPresenceCheck": "NOT_PERFORMED"
      }
    },
    "processingStatus": "SUCCESS",
    "scanningFirstSideDone": true,
    "recognitionStatus": "EMPTY"
  }
}
Status Meaning Description Schema
200 OK none BlinkCardEndpointResponse
400 Bad Request none DefaultResponse
403 Forbidden none DefaultResponse
500 Internal Server Error none DefaultResponse

BlinkIdMultiSide

Code samples

# You can also use wget
curl -X POST /blinkid-multi-side \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'X-ClientCustomerId: string'

import requests
headers = {
  'Content-Type': 'application/json',
  'Accept': 'application/json',
  'X-ClientCustomerId': 'string'
}

r = requests.post('/blinkid-multi-side', headers = headers)

print(r.json())

const inputBody = '{
  "returnFullDocumentImage": false,
  "returnFaceImage": false,
  "returnSignatureImage": false,
  "enableBlurFilter": true,
  "allowUnparsedMrzResults": false,
  "allowUnverifiedMrzResults": true,
  "skipUnsupportedBack": false,
  "validateResultCharacters": true,
  "allowBarcodeScanOnly": false,
  "anonymizationMode": "FULL_RESULT",
  "additionalAnonymization": [
    {
      "classFilter": {
        "country": "COUNTRY_NONE",
        "region": "REGION_NONE",
        "type": "TYPE_NONE"
      },
      "fields": [
        "ADDITIONAL_ADDRESS_INFORMATION"
      ],
      "documentNumberAnonymizationSettings": {
        "prefixDigitsVisible": 0,
        "suffixDigitsVisible": 0
      }
    }
  ],
  "customClassRules": [
    {
      "classFilter": {
        "country": "COUNTRY_NONE",
        "region": "REGION_NONE",
        "type": "TYPE_NONE"
      },
      "fields": [
        {
          "fieldType": "ADDITIONAL_ADDRESS_INFORMATION",
          "alphabetType": "LATIN"
        }
      ]
    }
  ],
  "imageFormat": "PNG",
  "imageFront": {
    "imageUrl": "string",
    "imageBase64": "string"
  },
  "imageBack": {
    "imageUrl": "string",
    "imageBase64": "string"
  },
  "ageLimit": 0,
  "scanCroppedDocumentImage": false,
  "maxAllowedMismatchesPerField": 0,
  "allowUncertainFrontSideScan": true,
  "traceId": "string"
}';
const headers = {
  'Content-Type':'application/json',
  'Accept':'application/json',
  'X-ClientCustomerId':'string'
};

fetch('/blinkid-multi-side',
{
  method: 'POST',
  body: inputBody,
  headers: headers
})
.then(function(res) {
    return res.json();
}).then(function(body) {
    console.log(body);
});

URL obj = new URL("/blinkid-multi-side");
HttpURLConnection con = (HttpURLConnection) obj.openConnection();
con.setRequestMethod("POST");
int responseCode = con.getResponseCode();
BufferedReader in = new BufferedReader(
    new InputStreamReader(con.getInputStream()));
String inputLine;
StringBuffer response = new StringBuffer();
while ((inputLine = in.readLine()) != null) {
    response.append(inputLine);
}
in.close();
System.out.println(response.toString());

using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;

/// <<summary>>
/// Example of Http Client
/// <</summary>>
public class HttpExample
{
    private HttpClient Client { get; set; }

    /// <<summary>>
    /// Setup http client
    /// <</summary>>
    public HttpExample()
    {
      Client = new HttpClient();
    }


    /// Make a dummy request
    public async Task MakePostRequest()
    {
      string url = "/blinkid-multi-side";

      string json = @"{
  ""returnFullDocumentImage"": false,
  ""returnFaceImage"": false,
  ""returnSignatureImage"": false,
  ""enableBlurFilter"": true,
  ""allowUnparsedMrzResults"": false,
  ""allowUnverifiedMrzResults"": true,
  ""skipUnsupportedBack"": false,
  ""validateResultCharacters"": true,
  ""allowBarcodeScanOnly"": false,
  ""anonymizationMode"": ""FULL_RESULT"",
  ""additionalAnonymization"": [
    {
      ""classFilter"": {
        ""country"": ""COUNTRY_NONE"",
        ""region"": ""REGION_NONE"",
        ""type"": ""TYPE_NONE""
      },
      ""fields"": [
        ""ADDITIONAL_ADDRESS_INFORMATION""
      ],
      ""documentNumberAnonymizationSettings"": {
        ""prefixDigitsVisible"": 0,
        ""suffixDigitsVisible"": 0
      }
    }
  ],
  ""customClassRules"": [
    {
      ""classFilter"": {
        ""country"": ""COUNTRY_NONE"",
        ""region"": ""REGION_NONE"",
        ""type"": ""TYPE_NONE""
      },
      ""fields"": [
        {
          ""fieldType"": ""ADDITIONAL_ADDRESS_INFORMATION"",
          ""alphabetType"": ""LATIN""
        }
      ]
    }
  ],
  ""imageFormat"": ""PNG"",
  ""imageFront"": {
    ""imageUrl"": ""string"",
    ""imageBase64"": ""string""
  },
  ""imageBack"": {
    ""imageUrl"": ""string"",
    ""imageBase64"": ""string""
  },
  ""ageLimit"": 0,
  ""scanCroppedDocumentImage"": false,
  ""maxAllowedMismatchesPerField"": 0,
  ""allowUncertainFrontSideScan"": true,
  ""traceId"": ""string""
}";
      BlinkIdMultiSideRequest content = JsonConvert.DeserializeObject(json);
      await PostAsync(content, url);


    }

    /// Performs a POST Request
    public async Task PostAsync(BlinkIdMultiSideRequest content, string url)
    {
        //Serialize Object
        StringContent jsonContent = SerializeObject(content);

        //Execute POST request
        HttpResponseMessage response = await Client.PostAsync(url, jsonContent);
    }



    /// Serialize an object to Json
    private StringContent SerializeObject(BlinkIdMultiSideRequest content)
    {
        //Serialize Object
        string jsonObject = JsonConvert.SerializeObject(content);

        //Create Json UTF8 String Content
        return new StringContent(jsonObject, Encoding.UTF8, "application/json");
    }

    /// Deserialize object from request response
    private async Task DeserializeObject(HttpResponseMessage response)
    {
        //Read body 
        string responseBody = await response.Content.ReadAsStringAsync();

        //Deserialize Body to object
        var result = JsonConvert.DeserializeObject(responseBody);
    }
}

POST /blinkid-multi-side

Scanning both sides of supported documents or MRZ on passports, visas and other documents.

Body parameter

{
  "returnFullDocumentImage": false,
  "returnFaceImage": false,
  "returnSignatureImage": false,
  "enableBlurFilter": true,
  "allowUnparsedMrzResults": false,
  "allowUnverifiedMrzResults": true,
  "skipUnsupportedBack": false,
  "validateResultCharacters": true,
  "allowBarcodeScanOnly": false,
  "anonymizationMode": "FULL_RESULT",
  "additionalAnonymization": [
    {
      "classFilter": {
        "country": "COUNTRY_NONE",
        "region": "REGION_NONE",
        "type": "TYPE_NONE"
      },
      "fields": [
        "ADDITIONAL_ADDRESS_INFORMATION"
      ],
      "documentNumberAnonymizationSettings": {
        "prefixDigitsVisible": 0,
        "suffixDigitsVisible": 0
      }
    }
  ],
  "customClassRules": [
    {
      "classFilter": {
        "country": "COUNTRY_NONE",
        "region": "REGION_NONE",
        "type": "TYPE_NONE"
      },
      "fields": [
        {
          "fieldType": "ADDITIONAL_ADDRESS_INFORMATION",
          "alphabetType": "LATIN"
        }
      ]
    }
  ],
  "imageFormat": "PNG",
  "imageFront": {
    "imageUrl": "string",
    "imageBase64": "string"
  },
  "imageBack": {
    "imageUrl": "string",
    "imageBase64": "string"
  },
  "ageLimit": 0,
  "scanCroppedDocumentImage": false,
  "maxAllowedMismatchesPerField": 0,
  "allowUncertainFrontSideScan": true,
  "traceId": "string"
}

Parameters

Name In Type Required Description
X-ClientCustomerId header string false none
body body BlinkIdMultiSideRequest true none

Example responses

200 Response

{
  "traceId": "string",
  "executionId": "string",
  "finishTime": "2019-08-24T14:15:22Z",
  "startTime": "2019-08-24T14:15:22Z",
  "data": {
    "firstName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "lastName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "fullName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "address": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "dateOfIssue": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      }
    },
    "dateOfExpiry": {
      "day": 0,
      "month": 0,
      "year": 0,
      "successfullyParsed": true,
      "filledByDomainKnowledge": true,
      "originalString": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      }
    },
    "documentNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "sex": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "driverLicenseDetailedInfo": {
      "restrictions": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "endorsements": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "vehicleClass": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "conditions": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "vehicleClassesInfo": [
        {
          "vehicleClass": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "greek": "string",
            "greekLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            }
          },
          "licenceType": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "greek": "string",
            "greekLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            }
          },
          "effectiveDate": {
            "day": 0,
            "month": 0,
            "year": 0,
            "successfullyParsed": true,
            "filledByDomainKnowledge": true,
            "originalString": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "greek": "string",
              "greekLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              }
            }
          },
          "expiryDate": {
            "day": 0,
            "month": 0,
            "year": 0,
            "successfullyParsed": true,
            "filledByDomainKnowledge": true,
            "originalString": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "greek": "string",
              "greekLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              }
            }
          }
        }
      ]
    },
    "bloodType": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "sponsor": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "visaType": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "fullDocumentFrontImageBase64": "string",
    "fullDocumentBackImageBase64": "string",
    "faceImageBase64": "string",
    "faceImageLocation": {
      "topLeftCorner": {
        "x": 0,
        "y": 0
      },
      "dimensions": {
        "width": 0,
        "height": 0
      },
      "side": "SIDE_FRONT"
    },
    "documentSubtype": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "remarks": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "residencePermitType": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "manufacturingYear": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "vehicleType": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "eligibilityCategory": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "specificDocumentValidity": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "dependentsInfo": [
      {
        "dateOfBirth": {
          "day": 0,
          "month": 0,
          "year": 0,
          "successfullyParsed": true,
          "filledByDomainKnowledge": true,
          "originalString": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "greek": "string",
            "greekLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            }
          }
        },
        "sex": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        },
        "documentNumber": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        },
        "fullName": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        }
      }
    ],
    "additionalNameInformation": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "additionalAddressInformation": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "additionalOptionalAddressInformation": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "placeOfBirth": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "nationality": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "race": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "religion": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "profession": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "maritalStatus": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "residentialStatus": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "employer": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "personalIdNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "documentAdditionalNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "documentOptionalAdditionalNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "issuingAuthority": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "mrzData": {
      "rawMrzString": "string",
      "documentCode": "string",
      "issuer": "string",
      "documentNumber": "string",
      "opt1": "string",
      "opt2": "string",
      "gender": "string",
      "nationality": "string",
      "primaryId": "string",
      "secondaryId": "string",
      "alienNumber": "string",
      "applicationReceiptNumber": "string",
      "immigrantCaseNumber": "string",
      "mrzVerified": true,
      "mrzParsed": true,
      "dateOfBirth": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": "string"
      },
      "dateOfExpiry": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": "string"
      },
      "documentType": "UNKNOWN",
      "issuerName": "string",
      "nationalityName": "string"
    },
    "localizedName": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "dataMatchResult": {
      "dateOfBirth": "NOT_PERFORMED",
      "dateOfExpiry": "NOT_PERFORMED",
      "documentNumber": "NOT_PERFORMED",
      "documentAdditionalNumber": "NOT_PERFORMED",
      "documentOptionalAdditionalNumber": "NOT_PERFORMED",
      "personalIdNumber": "NOT_PERFORMED",
      "dataMatchResult": "NOT_PERFORMED"
    },
    "dateOfExpiryPermanent": true,
    "scanningFirstSideDone": true,
    "additionalPersonalIdNumber": {
      "latin": "string",
      "latinLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "cyrillic": "string",
      "cyrillicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "arabic": "string",
      "arabicLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      },
      "greek": "string",
      "greekLocation": {
        "topLeftCorner": {
          "x": 0,
          "y": 0
        },
        "dimensions": {
          "width": 0,
          "height": 0
        },
        "side": "SIDE_FRONT"
      }
    },
    "frontViz": {
      "firstName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "lastName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "fullName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "documentSubtype": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "remarks": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "residencePermitType": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "manufacturingYear": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "vehicleType": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "eligibilityCategory": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "specificDocumentValidity": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "dependentsInfo": [
        {
          "dateOfBirth": {
            "day": 0,
            "month": 0,
            "year": 0,
            "successfullyParsed": true,
            "filledByDomainKnowledge": true,
            "originalString": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "greek": "string",
              "greekLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              }
            }
          },
          "sex": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "greek": "string",
            "greekLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            }
          },
          "documentNumber": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "greek": "string",
            "greekLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            }
          },
          "fullName": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "greek": "string",
            "greekLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            }
          }
        }
      ],
      "additionalNameInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "localizedName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "address": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalAddressInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalOptionalAddressInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "placeOfBirth": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "nationality": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "race": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "religion": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "profession": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "maritalStatus": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "residentialStatus": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "employer": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "sex": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "dateOfBirth": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "dateOfIssue": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "dateOfExpiry": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "dateOfExpiryPermanent": true,
      "documentNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "personalIdNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "documentAdditionalNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalPersonalIdNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "documentOptionalAdditionalNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "issuingAuthority": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "fathersName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "mothersName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "driverLicenseDetailedInfo": {
        "restrictions": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        },
        "endorsements": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        },
        "vehicleClass": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        },
        "conditions": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        },
        "vehicleClassesInfo": [
          {
            "vehicleClass": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "greek": "string",
              "greekLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              }
            },
            "licenceType": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "greek": "string",
              "greekLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              }
            },
            "effectiveDate": {
              "day": 0,
              "month": 0,
              "year": 0,
              "successfullyParsed": true,
              "filledByDomainKnowledge": true,
              "originalString": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0,
                    "y": 0
                  },
                  "dimensions": {
                    "width": 0,
                    "height": 0
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0,
                    "y": 0
                  },
                  "dimensions": {
                    "width": 0,
                    "height": 0
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0,
                    "y": 0
                  },
                  "dimensions": {
                    "width": 0,
                    "height": 0
                  },
                  "side": "SIDE_FRONT"
                },
                "greek": "string",
                "greekLocation": {
                  "topLeftCorner": {
                    "x": 0,
                    "y": 0
                  },
                  "dimensions": {
                    "width": 0,
                    "height": 0
                  },
                  "side": "SIDE_FRONT"
                }
              }
            },
            "expiryDate": {
              "day": 0,
              "month": 0,
              "year": 0,
              "successfullyParsed": true,
              "filledByDomainKnowledge": true,
              "originalString": {
                "latin": "string",
                "latinLocation": {
                  "topLeftCorner": {
                    "x": 0,
                    "y": 0
                  },
                  "dimensions": {
                    "width": 0,
                    "height": 0
                  },
                  "side": "SIDE_FRONT"
                },
                "cyrillic": "string",
                "cyrillicLocation": {
                  "topLeftCorner": {
                    "x": 0,
                    "y": 0
                  },
                  "dimensions": {
                    "width": 0,
                    "height": 0
                  },
                  "side": "SIDE_FRONT"
                },
                "arabic": "string",
                "arabicLocation": {
                  "topLeftCorner": {
                    "x": 0,
                    "y": 0
                  },
                  "dimensions": {
                    "width": 0,
                    "height": 0
                  },
                  "side": "SIDE_FRONT"
                },
                "greek": "string",
                "greekLocation": {
                  "topLeftCorner": {
                    "x": 0,
                    "y": 0
                  },
                  "dimensions": {
                    "width": 0,
                    "height": 0
                  },
                  "side": "SIDE_FRONT"
                }
              }
            }
          }
        ]
      },
      "bloodType": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "sponsor": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "visaType": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      }
    },
    "backViz": {
      "firstName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "lastName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "fullName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "documentSubtype": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "remarks": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "residencePermitType": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "manufacturingYear": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "vehicleType": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "eligibilityCategory": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "specificDocumentValidity": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "dependentsInfo": [
        {
          "dateOfBirth": {
            "day": 0,
            "month": 0,
            "year": 0,
            "successfullyParsed": true,
            "filledByDomainKnowledge": true,
            "originalString": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "greek": "string",
              "greekLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              }
            }
          },
          "sex": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "greek": "string",
            "greekLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            }
          },
          "documentNumber": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "greek": "string",
            "greekLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            }
          },
          "fullName": {
            "latin": "string",
            "latinLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "cyrillic": "string",
            "cyrillicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "arabic": "string",
            "arabicLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            },
            "greek": "string",
            "greekLocation": {
              "topLeftCorner": {
                "x": 0,
                "y": 0
              },
              "dimensions": {
                "width": 0,
                "height": 0
              },
              "side": "SIDE_FRONT"
            }
          }
        }
      ],
      "additionalNameInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "localizedName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "address": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalAddressInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalOptionalAddressInformation": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "placeOfBirth": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "nationality": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "race": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "religion": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "profession": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "maritalStatus": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "residentialStatus": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "employer": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "sex": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "dateOfBirth": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "dateOfIssue": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "dateOfExpiry": {
        "day": 0,
        "month": 0,
        "year": 0,
        "successfullyParsed": true,
        "filledByDomainKnowledge": true,
        "originalString": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        }
      },
      "dateOfExpiryPermanent": true,
      "documentNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "personalIdNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "documentAdditionalNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "additionalPersonalIdNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "documentOptionalAdditionalNumber": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "issuingAuthority": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "fathersName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "mothersName": {
        "latin": "string",
        "latinLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "cyrillic": "string",
        "cyrillicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "arabic": "string",
        "arabicLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        },
        "greek": "string",
        "greekLocation": {
          "topLeftCorner": {
            "x": 0,
            "y": 0
          },
          "dimensions": {
            "width": 0,
            "height": 0
          },
          "side": "SIDE_FRONT"
        }
      },
      "driverLicenseDetailedInfo": {
        "restrictions": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        },
        "endorsements": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        },
        "vehicleClass": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        },
        "conditions": {
          "latin": "string",
          "latinLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "cyrillic": "string",
          "cyrillicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "arabic": "string",
          "arabicLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          },
          "greek": "string",
          "greekLocation": {
            "topLeftCorner": {
              "x": 0,
              "y": 0
            },
            "dimensions": {
              "width": 0,
              "height": 0
            },
            "side": "SIDE_FRONT"
          }
        },
        "vehicleClassesInfo": [
          {
            "vehicleClass": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "greek": "string",
              "greekLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              }
            },
            "licenceType": {
              "latin": "string",
              "latinLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "cyrillic": "string",
              "cyrillicLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side": "SIDE_FRONT"
              },
              "arabic": "string",
              "arabicLocation": {
                "topLeftCorner": {
                  "x": 0,
                  "y": 0
                },
                "dimensions": {
                  "width": 0,
                  "height": 0
                },
                "side":