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.
Quick setup guide
Prerequisites
- Install Docker
- Sign up on our DevHub and contact sales
via sales@microblink.com. They’re going to provide you with a
LICENSEE
and aLICENSE_KEY
which you’ll need in the next steps.
Step 1: Running the API with Docker
You can run it using Docker
Compose. Click here to
download the docker-compose.yaml
. In the docker-compose.yaml file, make sure to set the LICENSEE and *LICENSE_KEY
* values, then execute:
docker-compose up
Alternatively, you can run the Microblink API using Docker with the following command:
docker run -p 8080:8080
-e "LICENSEE=xxxx"
-e "LICENSE_KEY=xxxx"
-v /etc/machine-id:/etc/machine-id
-v /var/lib/dbus/machine-id:/var/lib/dbus/machine-id
microblink/api
Step 2: Testing the API Setup
Once the API is running, you can verify the setup by sending a test request using curl
:
curl --location 'http://localhost:8080/blinkid-multi-side'
--header 'Content-Type: application/json'
--data '{
"imageFront": {
"imageBase64": null,
"imageUrl": "https://storage.googleapis.com/microblink-data-public/microblink-api/test-set/blinkid/CRO_ID_FRONT/CRO_ID_FRONT_sample1_with_disclaimer.jpg"
},
"imageBack": {
"imageBase64": null,
"imageUrl": "https://storage.googleapis.com/microblink-data-public/microblink-api/test-set/blinkid/CRO_ID_BACK/CRO_ID_BACK_sample_with_disclaimer.jpg"
}
}'
If the setup is correct, you should receive a JSON response with the document recognition results.
If you want to filter out the result a bit, you can use jq:
curl --location 'http://localhost:8080/blinkid-multi-side' \
--header 'Content-Type: application/json' \
--data '{
"imageFront": {
"imageBase64": null,
"imageUrl": "https://storage.googleapis.com/microblink-data-public/microblink-api/test-set/blinkid/CRO_ID_FRONT/CRO_ID_FRONT_sample1_with_disclaimer.jpg"
},
"imageBack": {
"imageBase64": null,
"imageUrl": "https://storage.googleapis.com/microblink-data-public/microblink-api/test-set/blinkid/CRO_ID_BACK/CRO_ID_BACK_sample_with_disclaimer.jpg"
}
}' | jq '.data.firstName, .data.lastName, .data.processingStatus'
If you want to see more examples, feel free to use our Postman collection
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
Recommended Docker runtime options for throughput of 1.5 req/s are 4 CPUs, 4 GB of memory and 2 workers (WORKERS_POOL_SIZE).
Recommended security settings
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 |
Blink Card
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"
Parameters
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"
}
}
Responses
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,
"scanPassportDataPageOnly": 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,
""scanPassportDataPageOnly"": 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,
"scanPassportDataPageOnly": 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"
}
}
}
],
"vehicleOwner": {
"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"
}
}
}
],
"vehicleOwner": {
"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"
}
}
}
],
"vehicleOwner": {
"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"
}
}
},
"barcode": {
"rawDataBase64": "string",
"stringData": "string",
"firstName": "string",
"lastName": "string",
"middleName": "string",
"fullName": "string",
"additionalNameInformation": "string",
"address": "string",
"placeOfBirth": "string",
"nationality": "string",
"race": "string",
"religion": "string",
"profession": "string",
"maritalStatus": "string",
"residentialStatus": "string",
"employer": "string",
"sex": "string",
"dateOfBirth": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"dateOfIssue": {
"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"
},
"documentNumber": "string",
"personalIdNumber": "string",
"documentAdditionalNumber": "string",
"issuingAuthority": "string",
"addressDetailedInfo": {
"street": "string",
"postalCode": "string",
"city": "string",
"jurisdiction": "string"
},
"driverLicenseDetailedInfo": {
"restrictions": "string",
"endorsements": "string",
"vehicleClass": "string",
"conditions": "string",
"vehicleClassesInfo": [
{
"vehicleClass": "string",
"licenceType": "string",
"effectiveDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"expiryDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
}
}
]
},
"extendedElements": [
{
"key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
"value": "string"
}
]
},
"frontImageAnalysisResult": {
"blurDetected": true,
"glareDetected": true,
"documentImageColorStatus": "NOT_AVAILABLE",
"documentImageMoireStatus": "NOT_AVAILABLE",
"faceDetectionStatus": "NOT_AVAILABLE",
"mrzDetectionStatus": "NOT_AVAILABLE",
"barcodeDetectionStatus": "NOT_AVAILABLE",
"cardOrientation": "HORIZONTAL",
"cardRotation": "ZERO",
"realIDDetectionStatus": "NOT_AVAILABLE"
},
"backImageAnalysisResult": {
"blurDetected": true,
"glareDetected": true,
"documentImageColorStatus": "NOT_AVAILABLE",
"documentImageMoireStatus": "NOT_AVAILABLE",
"faceDetectionStatus": "NOT_AVAILABLE",
"mrzDetectionStatus": "NOT_AVAILABLE",
"barcodeDetectionStatus": "NOT_AVAILABLE",
"cardOrientation": "HORIZONTAL",
"cardRotation": "ZERO",
"realIDDetectionStatus": "NOT_AVAILABLE"
},
"processingStatus": "SUCCESS",
"frontProcessingStatus": "SUCCESS",
"backProcessingStatus": "SUCCESS",
"recognitionMode": "NONE",
"signatureImageBase64": "string",
"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"
}
}
},
"classInfo": {
"country": "COUNTRY_NONE",
"region": "REGION_NONE",
"type": "TYPE_NONE",
"countryName": "string",
"isoAlpha3CountryCode": "string",
"isoAlpha2CountryCode": "string",
"isoNumericCountryCode": "string"
},
"recognitionStatus": "EMPTY",
"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"
}
},
"frontAdditionalProcessingInfo": {
"missingMandatoryFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"invalidCharacterFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"extraPresentFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"imageExtractionFailures": [
"FULL_DOCUMENT"
]
},
"backAdditionalProcessingInfo": {
"missingMandatoryFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"invalidCharacterFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"extraPresentFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"imageExtractionFailures": [
"FULL_DOCUMENT"
]
},
"belowAgeLimit": true,
"age": 0
}
}
Responses
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | none | BlinkIdMultiSideEndpointResponse |
400 | Bad Request | none | DefaultResponse |
403 | Forbidden | none | DefaultResponse |
500 | Internal Server Error | none | DefaultResponse |
BlinkIdSingleSide
Code samples
# You can also use wget
curl -X POST /blinkid-single-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-single-side', headers = headers)
print(r.json())
const inputBody = '{
"returnFullDocumentImage": false,
"returnFaceImage": false,
"returnSignatureImage": false,
"enableBlurFilter": true,
"allowUnparsedMrzResults": false,
"allowUnverifiedMrzResults": true,
"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",
"ageLimit": 0,
"image": {
"imageUrl": "string",
"imageBase64": "string"
},
"scanCroppedDocumentImage": false,
"traceId": "string"
}';
const headers = {
'Content-Type':'application/json',
'Accept':'application/json',
'X-ClientCustomerId':'string'
};
fetch('/blinkid-single-side',
{
method: 'POST',
body: inputBody,
headers: headers
})
.then(function(res) {
return res.json();
}).then(function(body) {
console.log(body);
});
URL obj = new URL("/blinkid-single-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-single-side";
string json = @"{
""returnFullDocumentImage"": false,
""returnFaceImage"": false,
""returnSignatureImage"": false,
""enableBlurFilter"": true,
""allowUnparsedMrzResults"": false,
""allowUnverifiedMrzResults"": true,
""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"",
""ageLimit"": 0,
""image"": {
""imageUrl"": ""string"",
""imageBase64"": ""string""
},
""scanCroppedDocumentImage"": false,
""traceId"": ""string""
}";
BlinkIdSingleSideRequest content = JsonConvert.DeserializeObject(json);
await PostAsync(content, url);
}
/// Performs a POST Request
public async Task PostAsync(BlinkIdSingleSideRequest 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(BlinkIdSingleSideRequest 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-single-side
Scanning the front side 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,
"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",
"ageLimit": 0,
"image": {
"imageUrl": "string",
"imageBase64": "string"
},
"scanCroppedDocumentImage": false,
"traceId": "string"
}
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
X-ClientCustomerId | header | string | false | none |
body | body | BlinkIdSingleSideRequest | 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"
}
},
"fullDocumentImageBase64": "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"
}
}
}
],
"vehicleOwner": {
"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"
}
},
"dateOfExpiryPermanent": 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"
}
},
"viz": {
"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"
}
}
}
],
"vehicleOwner": {
"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"
}
}
},
"barcode": {
"rawDataBase64": "string",
"stringData": "string",
"firstName": "string",
"lastName": "string",
"middleName": "string",
"fullName": "string",
"additionalNameInformation": "string",
"address": "string",
"placeOfBirth": "string",
"nationality": "string",
"race": "string",
"religion": "string",
"profession": "string",
"maritalStatus": "string",
"residentialStatus": "string",
"employer": "string",
"sex": "string",
"dateOfBirth": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"dateOfIssue": {
"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"
},
"documentNumber": "string",
"personalIdNumber": "string",
"documentAdditionalNumber": "string",
"issuingAuthority": "string",
"addressDetailedInfo": {
"street": "string",
"postalCode": "string",
"city": "string",
"jurisdiction": "string"
},
"driverLicenseDetailedInfo": {
"restrictions": "string",
"endorsements": "string",
"vehicleClass": "string",
"conditions": "string",
"vehicleClassesInfo": [
{
"vehicleClass": "string",
"licenceType": "string",
"effectiveDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"expiryDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
}
}
]
},
"extendedElements": [
{
"key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
"value": "string"
}
]
},
"imageAnalysisResult": {
"blurDetected": true,
"glareDetected": true,
"documentImageColorStatus": "NOT_AVAILABLE",
"documentImageMoireStatus": "NOT_AVAILABLE",
"faceDetectionStatus": "NOT_AVAILABLE",
"mrzDetectionStatus": "NOT_AVAILABLE",
"barcodeDetectionStatus": "NOT_AVAILABLE",
"cardOrientation": "HORIZONTAL",
"cardRotation": "ZERO",
"realIDDetectionStatus": "NOT_AVAILABLE"
},
"processingStatus": "SUCCESS",
"recognitionMode": "NONE",
"signatureImageBase64": "string",
"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"
}
}
},
"classInfo": {
"country": "COUNTRY_NONE",
"region": "REGION_NONE",
"type": "TYPE_NONE",
"countryName": "string",
"isoAlpha3CountryCode": "string",
"isoAlpha2CountryCode": "string",
"isoNumericCountryCode": "string"
},
"recognitionStatus": "EMPTY",
"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"
}
},
"additionalProcessingInfo": {
"missingMandatoryFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"invalidCharacterFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"extraPresentFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"imageExtractionFailures": [
"FULL_DOCUMENT"
]
},
"belowAgeLimit": true,
"age": 0
}
}
Responses
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | none | BlinkIdSingleSideEndpointResponse |
400 | Bad Request | none | DefaultResponse |
403 | Forbidden | none | DefaultResponse |
500 | Internal Server Error | none | DefaultResponse |
IDBarcode
Code samples
# You can also use wget
curl -X POST /id-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('/id-barcode', headers = headers)
print(r.json())
const inputBody = '{
"image": {
"imageUrl": "string",
"imageBase64": "string"
},
"inputString": "string",
"ageLimit": 0,
"traceId": "string"
}';
const headers = {
'Content-Type':'application/json',
'Accept':'application/json',
'X-ClientCustomerId':'string'
};
fetch('/id-barcode',
{
method: 'POST',
body: inputBody,
headers: headers
})
.then(function(res) {
return res.json();
}).then(function(body) {
console.log(body);
});
URL obj = new URL("/id-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 = "/id-barcode";
string json = @"{
""image"": {
""imageUrl"": ""string"",
""imageBase64"": ""string""
},
""inputString"": ""string"",
""ageLimit"": 0,
""traceId"": ""string""
}";
IdBarcodeRequest content = JsonConvert.DeserializeObject(json);
await PostAsync(content, url);
}
/// Performs a POST Request
public async Task PostAsync(IdBarcodeRequest 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(IdBarcodeRequest 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 /id-barcode
Scanning barcodes on supported documents.
Body parameter
{
"image": {
"imageUrl": "string",
"imageBase64": "string"
},
"inputString": "string",
"ageLimit": 0,
"traceId": "string"
}
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
X-ClientCustomerId | header | string | false | none |
body | body | IdBarcodeRequest | true | none |
Example responses
200 Response
{
"traceId": "string",
"executionId": "string",
"finishTime": "2019-08-24T14:15:22Z",
"startTime": "2019-08-24T14:15:22Z",
"data": {
"documentType": "NONE",
"rawDataBase64": "string",
"stringData": "string",
"firstName": "string",
"lastName": "string",
"middleName": "string",
"fullName": "string",
"additionalNameInformation": "string",
"address": "string",
"placeOfBirth": "string",
"nationality": "string",
"race": "string",
"religion": "string",
"profession": "string",
"maritalStatus": "string",
"residentialStatus": "string",
"employer": "string",
"sex": "string",
"dateOfIssue": {
"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"
},
"documentNumber": "string",
"personalIdNumber": "string",
"documentAdditionalNumber": "string",
"issuingAuthority": "string",
"restrictions": "string",
"endorsements": "string",
"vehicleClass": "string",
"street": "string",
"postalCode": "string",
"city": "string",
"jurisdiction": "string",
"extendedElements": [
{
"key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
"value": "string"
}
],
"dateOfBirth": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"recognitionStatus": "EMPTY",
"belowAgeLimit": true,
"age": 0
}
}
Responses
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | none | IdBarcodeEndpointResponse |
400 | Bad Request | none | DefaultResponse |
403 | Forbidden | none | DefaultResponse |
500 | Internal Server Error | none | DefaultResponse |
Management Endpoints
getHealth
Code samples
# You can also use wget
curl -X GET /health \
-H 'Accept: application/json'
import requests
headers = {
'Accept': 'application/json'
}
r = requests.get('/health', headers = headers)
print(r.json())
const headers = {
'Accept':'application/json'
};
fetch('/health',
{
method: 'GET',
headers: headers
})
.then(function(res) {
return res.json();
}).then(function(body) {
console.log(body);
});
URL obj = new URL("/health");
HttpURLConnection con = (HttpURLConnection) obj.openConnection();
con.setRequestMethod("GET");
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 MakeGetRequest()
{
string url = "/health";
var result = await GetAsync(url);
}
/// Performs a GET Request
public async Task GetAsync(string url)
{
//Start the request
HttpResponseMessage response = await Client.GetAsync(url);
//Validate result
response.EnsureSuccessStatusCode();
}
/// 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);
}
}
GET /health
Example responses
200 Response
[
{
"name": "string",
"status": {
"name": "string",
"description": "string",
"operational": true,
"severity": 0
},
"details": {}
}
]
Responses
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | getHealth 200 response | Inline |
Response Schema
Status Code 200
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
anonymous | [HealthResult] | false | none | none |
» name | string | false | none | none |
» status | HealthStatus | false | none | none |
»» name | string | true | none | none |
»» description | string¦null | true | none | none |
»» operational | boolean¦null | true | none | none |
»» severity | integer(int32)¦null | true | none | none |
» details | Object | false | none | none |
getHealth_1
Code samples
# You can also use wget
curl -X GET /health/{selector} \
-H 'Accept: application/json'
import requests
headers = {
'Accept': 'application/json'
}
r = requests.get('/health/{selector}', headers = headers)
print(r.json())
const headers = {
'Accept':'application/json'
};
fetch('/health/{selector}',
{
method: 'GET',
headers: headers
})
.then(function(res) {
return res.json();
}).then(function(body) {
console.log(body);
});
URL obj = new URL("/health/{selector}");
HttpURLConnection con = (HttpURLConnection) obj.openConnection();
con.setRequestMethod("GET");
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 MakeGetRequest()
{
string url = "/health/{selector}";
var result = await GetAsync(url);
}
/// Performs a GET Request
public async Task GetAsync(string url)
{
//Start the request
HttpResponseMessage response = await Client.GetAsync(url);
//Validate result
response.EnsureSuccessStatusCode();
}
/// 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);
}
}
GET /health/{selector}
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
selector | path | HealthCheckType | true | none |
Enumerated Values
Parameter | Value |
---|---|
selector | LIVENESS |
selector | READINESS |
Example responses
200 Response
[
{
"name": "string",
"status": {
"name": "string",
"description": "string",
"operational": true,
"severity": 0
},
"details": {}
}
]
Responses
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | getHealth_1 200 response | Inline |
Response Schema
Status Code 200
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
anonymous | [HealthResult] | false | none | none |
» name | string | false | none | none |
» status | HealthStatus | false | none | none |
»» name | string | true | none | none |
»» description | string¦null | true | none | none |
»» operational | boolean¦null | true | none | none |
»» severity | integer(int32)¦null | true | none | none |
» details | Object | false | none | none |
getInfo
Code samples
# You can also use wget
curl -X GET /info \
-H 'Accept: application/json'
import requests
headers = {
'Accept': 'application/json'
}
r = requests.get('/info', headers = headers)
print(r.json())
const headers = {
'Accept':'application/json'
};
fetch('/info',
{
method: 'GET',
headers: headers
})
.then(function(res) {
return res.json();
}).then(function(body) {
console.log(body);
});
URL obj = new URL("/info");
HttpURLConnection con = (HttpURLConnection) obj.openConnection();
con.setRequestMethod("GET");
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 MakeGetRequest()
{
string url = "/info";
var result = await GetAsync(url);
}
/// Performs a GET Request
public async Task GetAsync(string url)
{
//Start the request
HttpResponseMessage response = await Client.GetAsync(url);
//Validate result
response.EnsureSuccessStatusCode();
}
/// 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);
}
}
GET /info
Example responses
200 Response
[
{}
]
Responses
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | getInfo 200 response | Inline |
Response Schema
Status Code 200
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
anonymous | [Object] | false | none | none |
Schemas
AdditionalProcessingInfo
{
"missingMandatoryFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"invalidCharacterFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"extraPresentFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"imageExtractionFailures": [
"FULL_DOCUMENT"
]
}
The additional details about the processing info.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
missingMandatoryFields | [FieldType]¦null | false | none | List of fields that were expected on the document but were missing. |
invalidCharacterFields | [FieldType]¦null | false | none | List of fields that contained characters which were not expected in that field. |
extraPresentFields | [FieldType]¦null | false | none | List of fields that weren't expected on the document but were present. |
imageExtractionFailures | [ImageExtractionType]¦null | false | none | List of failed image extractions. |
AddressDetailedInfo
{
"street": "string",
"postalCode": "string",
"city": "string",
"jurisdiction": "string"
}
The details about the address.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
street | string¦null | false | none | The street address portion of the United States driver license owner. |
postalCode | string¦null | false | none | The postal code address portion of the United States driver license owner. |
city | string¦null | false | none | The city address portion of the United States driver license owner. |
jurisdiction | string¦null | false | none | The jurisdiction code address portion of the United States driver license owner. |
AlphabetType
"LATIN"
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
anonymous | string | false | none | none |
Enumerated Values
Property | Value |
---|---|
anonymous | LATIN |
anonymous | ARABIC |
anonymous | CYRILLIC |
anonymous | GREEK |
AnonymizationMode
"NONE"
Anonymization mode
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Anonymization mode | string | false | none | Level of anonymization performed on recognizer result. |
Enumerated Values
Property | Value |
---|---|
Anonymization mode | NONE |
Anonymization mode | IMAGE_ONLY |
Anonymization mode | RESULT_FIELDS_ONLY |
Anonymization mode | FULL_RESULT |
AnonymizationSettings
"FALSE"
Whether sensitive data should be redacted from the result.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
cardNumberAnonymizationSettings | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | CardNumberAnonymizationSettings | false | none | Parameters of card number anonymization |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | CardNumberAnonymizationSettings | false | none | Defines the parameters of card number anonymization. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
cardNumberPrefixAnonymizationMode | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | AnonymizationMode | false | none | Level of anonymization performed on recognizer result. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | AnonymizationMode | false | none | Defines the mode of card number prefix anonymization. Default NONE |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
cvvAnonymizationMode | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | AnonymizationMode | false | none | Level of anonymization performed on recognizer result. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | AnonymizationMode | false | none | Defines the mode of CVV anonymization. Default NONE |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
ibanAnonymizationMode | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | AnonymizationMode | false | none | Level of anonymization performed on recognizer result. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | AnonymizationMode | false | none | Defines the mode of IBAN anonymization. Default NONE |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
ownerAnonymizationMode | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | AnonymizationMode | false | none | Level of anonymization performed on recognizer result. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | AnonymizationMode | false | none | Defines the mode of owner anonymization. Default NONE |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
fallbackAnonymization | boolean¦null | false | none | If true, anonymization is applied on all fields of the image if extraction is uncertain. Default FALSE |
BarcodeDriverLicenseDetailedInfo
{
"restrictions": "string",
"endorsements": "string",
"vehicleClass": "string",
"conditions": "string",
"vehicleClassesInfo": [
{
"vehicleClass": "string",
"licenceType": "string",
"effectiveDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"expiryDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
}
}
]
}
The driver license detailed info.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
restrictions | string¦null | false | none | The restrictions to driving privileges for the United States driver license owner. |
endorsements | string¦null | false | none | The additional privileges granted to the United States driver license owner. |
vehicleClass | string¦null | false | none | The type of vehicle the driver license owner has privilege to drive. |
conditions | string¦null | false | none | The driver license conditions. |
vehicleClassesInfo | [BarcodeVehicleClassInfo]¦null | false | none | The additional information on vehicle class. |
BarcodeElement
{
"key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
"value": "string"
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
key | BarcodeElementKey¦null | false | none | Additional fields present in the barcode. |
value | string¦null | false | none | none |
BarcodeElementKey
"BARCODE_ELEMENT_KEY_DOCUMENT_TYPE"
Barcode element key
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Barcode element key | string | false | none | Additional fields present in the barcode. |
Enumerated Values
Property | Value |
---|---|
Barcode element key | BARCODE_ELEMENT_KEY_DOCUMENT_TYPE |
Barcode element key | STANDARD_VERSION_NUMBER |
Barcode element key | CUSTOMER_FAMILY_NAME |
Barcode element key | CUSTOMER_FIRST_NAME |
Barcode element key | CUSTOMER_FULL_NAME |
Barcode element key | DATE_OF_BIRTH |
Barcode element key | SEX |
Barcode element key | EYE_COLOR |
Barcode element key | ADDRESS_STREET |
Barcode element key | ADDRESS_CITY |
Barcode element key | ADDRESS_JURISDICTION_CODE |
Barcode element key | ADDRESS_POSTAL_CODE |
Barcode element key | FULL_ADDRESS |
Barcode element key | HEIGHT |
Barcode element key | HEIGHT_IN |
Barcode element key | HEIGHT_CM |
Barcode element key | CUSTOMER_MIDDLE_NAME |
Barcode element key | HAIR_COLOR |
Barcode element key | NAME_SUFFIX |
Barcode element key | AKA_FULL_NAME |
Barcode element key | AKA_FAMILY_NAME |
Barcode element key | AKA_GIVEN_NAME |
Barcode element key | AKA_SUFFIX_NAME |
Barcode element key | WEIGHT_RANGE |
Barcode element key | WEIGHT_POUNDS |
Barcode element key | WEIGHT_KILOGRAMS |
Barcode element key | CUSTOMER_ID_NUMBER |
Barcode element key | FAMILY_NAME_TRUNCATION |
Barcode element key | FIRST_NAME_TRUNCATION |
Barcode element key | MIDDLE_NAME_TRUNCATION |
Barcode element key | PLACE_OF_BIRTH |
Barcode element key | ADDRESS_STREET_2 |
Barcode element key | RACE_ETHNICITY |
Barcode element key | NAME_PREFIX |
Barcode element key | COUNTRY_IDENTIFICATION |
Barcode element key | RESIDENCE_STREET_ADDRESS |
Barcode element key | RESIDENCE_STREET_ADDRESS_2 |
Barcode element key | RESIDENCE_CITY |
Barcode element key | RESIDENCE_JURISDICTION_CODE |
Barcode element key | RESIDENCE_POSTAL_CODE |
Barcode element key | RESIDENCE_FULL_ADDRESS |
Barcode element key | UNDER_18 |
Barcode element key | UNDER_19 |
Barcode element key | UNDER_21 |
Barcode element key | SOCIAL_SECURITY_NUMBER |
Barcode element key | AKA_SOCIAL_SECURITY_NUMBER |
Barcode element key | AKA_MIDDLE_NAME |
Barcode element key | AKA_PREFIX_NAME |
Barcode element key | ORGAN_DONOR |
Barcode element key | VETERAN |
Barcode element key | AKA_DATE_OF_BIRTH |
Barcode element key | ISSUER_IDENTIFICATION_NUMBER |
Barcode element key | DOCUMENT_EXPIRATION_DATE |
Barcode element key | JURISDICTION_VERSION_NUMBER |
Barcode element key | JURISDICTION_VEHICLE_CLASS |
Barcode element key | JURISDICTION_RESTRICTION_CODES |
Barcode element key | JURISDICTION_ENDORSEMENT_CODES |
Barcode element key | DOCUMENT_ISSUE_DATE |
Barcode element key | FEDERAL_COMMERCIAL_VEHICLE_CODES |
Barcode element key | ISSUING_JURISDICTION |
Barcode element key | STANDARD_VEHICLE_CLASSIFICATION |
Barcode element key | ISSUING_JURISDICTION_NAME |
Barcode element key | STANDARD_ENDORSEMENT_CODE |
Barcode element key | STANDARD_RESTRICTION_CODE |
Barcode element key | JURISDICTION_VEHICLE_CLASSIFICATION_DESCRIPTION |
Barcode element key | JURISDICTION_ENDORSMENT_CODE_DESCRIPTION |
Barcode element key | JURISDICTION_RESTRICTION_CODE_DESCRIPTION |
Barcode element key | INVENTORY_CONTROL_NUMBER |
Barcode element key | CARD_REVISION_DATE |
Barcode element key | DOCUMENT_DISCRIMINATOR |
Barcode element key | LIMITED_DURATION_DOCUMENT |
Barcode element key | AUDIT_INFORMATION |
Barcode element key | COMPLIANCE_TYPE |
Barcode element key | ISSUE_TIMESTAMP |
Barcode element key | PERMIT_EXPIRATION_DATE |
Barcode element key | PERMIT_IDENTIFIER |
Barcode element key | PERMIT_ISSUE_DATE |
Barcode element key | NUMBER_OF_DUPLICATES |
Barcode element key | HAZMAT_EXPIRATION_DATE |
Barcode element key | MEDICAL_INDICATOR |
Barcode element key | NON_RESIDENT |
Barcode element key | UNIQUE_CUSTOMER_ID |
Barcode element key | DATA_DISCRIMINATOR |
Barcode element key | DOCUMENT_EXPIRATION_MONTH |
Barcode element key | DOCUMENT_NONEXPIRING |
Barcode element key | SECURITY_VERSION |
Barcode element key | COUNT |
BarcodeEndpointResponse
{
"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"
}
}
Response for Barcode.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
traceId | string¦null | false | none | none |
executionId | string | true | none | none |
finishTime | string(date-time) | true | none | UTC time after recognition finished. |
startTime | string(date-time) | true | none | UTC time before recognition started. |
data | BarcodeRecognizerOutput | true | none | none |
BarcodeRecognizerOutput
{
"barcodeType": "NONE",
"rawData": "string",
"stringData": "string",
"uncertain": true,
"detectionPoints": {
"points": [
{
"x": 0,
"y": 0
}
]
},
"recognitionStatus": "EMPTY"
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
barcodeType | BarcodeType¦null | false | none | Type of barcode. |
rawData | string¦null | false | none | Byte array with result of the scan. |
stringData | string¦null | false | none | Retrieves string content of scanned data. |
uncertain | boolean¦null | false | none | Flag indicating uncertain scanning data. |
detectionPoints | DetectionPoints¦null | false | none | Points array with coordinates of barcode detection. |
recognitionStatus | ResultState | true | none | Possible states of the Recognizer's result. |
BarcodeRequest
{
"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"
}
Request body for Barcode recognition.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
autoScaleDetection | boolean¦null | false | none | Allow enabling the autodetection of image scale when scanning barcodes. If set to true, prior reading barcode, image scale will be corrected. This enabled correct reading of barcodes on high resolution images but slows down the recognition process. This setting is applied only for Code39 and Code128 barcode scanning. Default TRUE |
nullQuietZoneAllowed | boolean¦null | false | none | Set this to true to scan barcodes which don't have quiet zone (white area) around it. Use only if necessary because it slows down the recognition process Default FALSE |
readCode39AsExtendedData | boolean¦null | false | none | Enable reading code39 barcode contents as extended data. For more information about code39 extended data (a.k.a. full ASCII mode), see https://en.wikipedia.org/wiki/Code_39#Full_ASCII_Code_39 Default FALSE |
scanCode128 | boolean¦null | false | none | Set this to true to scan Code 128 1D barcodes. Default FALSE |
scanCode39 | boolean¦null | false | none | Set this to true to scan Code 39 1D barcodes. Default FALSE |
scanEan13 | boolean¦null | false | none | Set this to true to scan EAN 13 barcodes. Default FALSE |
scanEan8 | boolean¦null | false | none | Set this to true to scan EAN8 barcodes. Default FALSE |
scanInverse | boolean¦null | false | none | Set this to true to allow scanning barcodes with inverted intensities. This options doubles the frame processing time. Default FALSE |
scanItf | boolean¦null | false | none | Set this to true to scan ITF barcodes. Default FALSE |
scanPdf417 | boolean¦null | false | none | Set this to true to scan Pdf417 barcodes. Default FALSE |
scanQrCode | boolean¦null | false | none | Set this to true to scan QR barcodes. Default FALSE |
scanUncertain | boolean¦null | false | none | Set this to true to scan even barcode not compliant with standards. For example, malformed PDF417 barcodes which were incorrectly encoded. Use only if necessary because it slows down the recognition process. Default TRUE |
scanUpca | boolean¦null | false | none | Set this to true to scan UPCA barcodes. Default FALSE |
scanUpce | boolean¦null | false | none | Set this to true to scan UPCE barcodes. Default FALSE |
slowerThoroughScan | boolean¦null | false | none | Set this to true to allow slower, but better image processing. Default FALSE |
image | ImageSource¦null | true | none | Url or base64 string of the image. The Base64 image takes precedence if url and base64 are defined. |
traceId | string¦null | false | none | none |
BarcodeResult
{
"rawDataBase64": "string",
"stringData": "string",
"firstName": "string",
"lastName": "string",
"middleName": "string",
"fullName": "string",
"additionalNameInformation": "string",
"address": "string",
"placeOfBirth": "string",
"nationality": "string",
"race": "string",
"religion": "string",
"profession": "string",
"maritalStatus": "string",
"residentialStatus": "string",
"employer": "string",
"sex": "string",
"dateOfBirth": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"dateOfIssue": {
"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"
},
"documentNumber": "string",
"personalIdNumber": "string",
"documentAdditionalNumber": "string",
"issuingAuthority": "string",
"addressDetailedInfo": {
"street": "string",
"postalCode": "string",
"city": "string",
"jurisdiction": "string"
},
"driverLicenseDetailedInfo": {
"restrictions": "string",
"endorsements": "string",
"vehicleClass": "string",
"conditions": "string",
"vehicleClassesInfo": [
{
"vehicleClass": "string",
"licenceType": "string",
"effectiveDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"expiryDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
}
}
]
},
"extendedElements": [
{
"key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
"value": "string"
}
]
}
The data extracted from the barcode.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
rawDataBase64 | string¦null | false | none | The raw bytes contained inside barcode. |
stringData | string¦null | false | none | String representation of data inside barcode. |
firstName | string¦null | false | none | The first name of the document owner. |
lastName | string¦null | false | none | The last name of the document owner. |
middleName | string¦null | false | none | The middle name of the document owner. |
fullName | string¦null | false | none | The full name of the document owner. |
additionalNameInformation | string¦null | false | none | The additional name information of the document owner. |
address | string¦null | false | none | The address of the document owner. |
placeOfBirth | string¦null | false | none | The place of birth of the document owner. |
nationality | string¦null | false | none | The nationality of the documet owner. |
race | string¦null | false | none | The race of the document owner. |
religion | string¦null | false | none | The religion of the document owner. |
profession | string¦null | false | none | The profession of the document owner. |
maritalStatus | string¦null | false | none | The marital status of the document owner. |
residentialStatus | string¦null | false | none | The residential stauts of the document owner. |
employer | string¦null | false | none | The employer of the document owner. |
sex | string¦null | false | none | The sex of the document owner. |
dateOfBirth | Date¦null | false | none | none |
dateOfIssue | Date¦null | false | none | none |
dateOfExpiry | Date¦null | false | none | none |
documentNumber | string¦null | false | none | The document number. |
personalIdNumber | string¦null | false | none | The personal identification number. |
documentAdditionalNumber | string¦null | false | none | The additional number of the document. |
issuingAuthority | string¦null | false | none | The issuing authority of the document. |
addressDetailedInfo | AddressDetailedInfo¦null | false | none | The details about the address. |
driverLicenseDetailedInfo | BarcodeDriverLicenseDetailedInfo¦null | false | none | The driver license detailed info. |
extendedElements | [BarcodeElement]¦null | false | none | Document specific extended elements that contain all barcode fields in their original form. |
BarcodeType
"NONE"
Barcode type
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Barcode type | string | false | none | Type of barcode. |
Enumerated Values
Property | Value |
---|---|
Barcode type | NONE |
Barcode type | QR_CODE |
Barcode type | UPC_E |
Barcode type | UPC_A |
Barcode type | EAN_8 |
Barcode type | EAN_13 |
Barcode type | CODE_128 |
Barcode type | CODE_39 |
Barcode type | ITF |
Barcode type | PDF417_BARCODE |
BarcodeVehicleClassInfo
{
"vehicleClass": "string",
"licenceType": "string",
"effectiveDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"expiryDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
}
}
The additional information on vehicle class.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
vehicleClass | string¦null | false | none | The type of vehicle the driver license owner has privilege to drive. |
licenceType | string¦null | false | none | The type of driver licence. |
effectiveDate | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | Date | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The date since licence is effective |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
expiryDate | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | Date | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The date of expiry of licence. |
BlinkCardEndpointResponse
{
"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"
}
}
Response for BlinkCard.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
traceId | string¦null | false | none | none |
executionId | string | true | none | none |
finishTime | string(date-time) | true | none | UTC time after recognition finished. |
startTime | string(date-time) | true | none | UTC time before recognition started. |
data | BlinkCardRecognizerOutput | true | none | none |
BlinkCardProcessingStatus
"SUCCESS"
BlinkCard processing status
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
BlinkCard processing status | string | false | none | Processing status of BlinkCard. |
Enumerated Values
Property | Value |
---|---|
BlinkCard processing status | SUCCESS |
BlinkCard processing status | DETECTION_FAILED |
BlinkCard processing status | IMAGE_PREPROCESSING_FAILED |
BlinkCard processing status | STABILITY_TEST_FAILED |
BlinkCard processing status | SCANNING_WRONG_SIDE |
BlinkCard processing status | FIELD_IDENTIFICATION_FAILED |
BlinkCard processing status | IMAGE_RETURN_FAILED |
BlinkCard processing status | UNSUPPORTED_CARD |
BlinkCardRecognizerOutput
{
"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"
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
cardIssuer | CardIssuer | true | none | Supported issuing institutions that issued the card to the card holder. |
cardNumber | string¦null | false | none | The payment card number. |
cardNumberValid | boolean¦null | false | none | The payment card number validity |
cardNumberPrefix | string¦null | false | none | The payment card number prefix. |
iban | string¦null | false | none | Payment card's IBAN. |
cvv | string¦null | false | none | Payment card's security code/value. |
expiryDate | Date¦null | false | none | none |
owner | string¦null | false | none | Information about the payment card owner. |
firstSideFullDocumentImage | string¦null | false | none | Full image of the payment card from first side recognition. |
secondSideFullDocumentImage | string¦null | false | none | Full image of the payment card from second side recognition. |
firstSideBlurred | boolean¦null | false | none | Wheater the first scanned side is blurred. |
secondSideBlurred | boolean¦null | false | none | Wheater the second scanned side is blurred. |
firstSideAnonymized | boolean¦null | false | none | Whether the first side of document is anonymized. |
secondSideAnonymized | boolean¦null | false | none | Whether the second side of document is anonymized. |
documentLivenessCheck | DocumentLivenessCheck¦null | false | none | none |
processingStatus | BlinkCardProcessingStatus | true | none | Processing status of BlinkCard. |
scanningFirstSideDone | boolean¦null | false | none | Whether the scanning of the first side is finished. |
recognitionStatus | ResultState | true | none | Possible states of the Recognizer's result. |
BlinkCardRequest
"FALSE"
Request body for Blink Card recognition.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
extractIban | boolean¦null | false | none | Should extract the payment card's IBAN. Default TRUE |
extractExpiryDate | boolean¦null | false | none | Defines whether the expiry date should be extracted. Default TRUE |
extractOwner | boolean¦null | false | none | Should extract the card owner information. Default TRUE |
extractCvv | boolean¦null | false | none | Defines whether the cvv should be extracted. Default TRUE |
returnFullDocumentImage | boolean¦null | false | none | Defines whether full document image should be extracted. Default FALSE |
handScaleThreshold | number(float)¦null | false | none | none |
handDocumentOverlapThreshold | number(float)¦null | false | none | none |
screenAnalysisMatchLevel | MatchLevel¦null | false | none | none |
photocopyAnalysisMatchLevel | MatchLevel¦null | false | none | none |
anonymizationSettings | AnonymizationSettings¦null | false | none | Whether sensitive data should be redacted from the result. |
imageFormat | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | ImageFormat | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | Defines return image type. Default PNG |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
enableBlurFilter | boolean¦null | false | none | Defines whether blurred frames filtering is allowed. Default TRUE |
allowInvalidCardNumber | boolean¦null | false | none | Defines whether invalid card number is accepted. Default FALSE |
cardNumberSide | ImageSource¦null | true | none | Url or base64 string of the image. The Base64 image takes precedence if url and base64 are defined. |
otherSide | ImageSource¦null | false | none | Url or base64 string of the image. The Base64 image takes precedence if url and base64 are defined. |
traceId | string¦null | false | none | none |
BlinkIdMultiSideEndpointResponse
{
"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"
}
}
}
],
"vehicleOwner": {
"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"
}
}
}
],
"vehicleOwner": {
"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"
}
}
}
],
"vehicleOwner": {
"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"
}
}
},
"barcode": {
"rawDataBase64": "string",
"stringData": "string",
"firstName": "string",
"lastName": "string",
"middleName": "string",
"fullName": "string",
"additionalNameInformation": "string",
"address": "string",
"placeOfBirth": "string",
"nationality": "string",
"race": "string",
"religion": "string",
"profession": "string",
"maritalStatus": "string",
"residentialStatus": "string",
"employer": "string",
"sex": "string",
"dateOfBirth": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"dateOfIssue": {
"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"
},
"documentNumber": "string",
"personalIdNumber": "string",
"documentAdditionalNumber": "string",
"issuingAuthority": "string",
"addressDetailedInfo": {
"street": "string",
"postalCode": "string",
"city": "string",
"jurisdiction": "string"
},
"driverLicenseDetailedInfo": {
"restrictions": "string",
"endorsements": "string",
"vehicleClass": "string",
"conditions": "string",
"vehicleClassesInfo": [
{
"vehicleClass": "string",
"licenceType": "string",
"effectiveDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"expiryDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
}
}
]
},
"extendedElements": [
{
"key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
"value": "string"
}
]
},
"frontImageAnalysisResult": {
"blurDetected": true,
"glareDetected": true,
"documentImageColorStatus": "NOT_AVAILABLE",
"documentImageMoireStatus": "NOT_AVAILABLE",
"faceDetectionStatus": "NOT_AVAILABLE",
"mrzDetectionStatus": "NOT_AVAILABLE",
"barcodeDetectionStatus": "NOT_AVAILABLE",
"cardOrientation": "HORIZONTAL",
"cardRotation": "ZERO",
"realIDDetectionStatus": "NOT_AVAILABLE"
},
"backImageAnalysisResult": {
"blurDetected": true,
"glareDetected": true,
"documentImageColorStatus": "NOT_AVAILABLE",
"documentImageMoireStatus": "NOT_AVAILABLE",
"faceDetectionStatus": "NOT_AVAILABLE",
"mrzDetectionStatus": "NOT_AVAILABLE",
"barcodeDetectionStatus": "NOT_AVAILABLE",
"cardOrientation": "HORIZONTAL",
"cardRotation": "ZERO",
"realIDDetectionStatus": "NOT_AVAILABLE"
},
"processingStatus": "SUCCESS",
"frontProcessingStatus": "SUCCESS",
"backProcessingStatus": "SUCCESS",
"recognitionMode": "NONE",
"signatureImageBase64": "string",
"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"
}
}
},
"classInfo": {
"country": "COUNTRY_NONE",
"region": "REGION_NONE",
"type": "TYPE_NONE",
"countryName": "string",
"isoAlpha3CountryCode": "string",
"isoAlpha2CountryCode": "string",
"isoNumericCountryCode": "string"
},
"recognitionStatus": "EMPTY",
"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"
}
},
"frontAdditionalProcessingInfo": {
"missingMandatoryFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"invalidCharacterFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"extraPresentFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"imageExtractionFailures": [
"FULL_DOCUMENT"
]
},
"backAdditionalProcessingInfo": {
"missingMandatoryFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"invalidCharacterFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"extraPresentFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"imageExtractionFailures": [
"FULL_DOCUMENT"
]
},
"belowAgeLimit": true,
"age": 0
}
}
Response for BlinkIdMultiSide.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
traceId | string¦null | false | none | none |
executionId | string | true | none | none |
finishTime | string(date-time) | true | none | UTC time after recognition finished. |
startTime | string(date-time) | true | none | UTC time before recognition started. |
data | BlinkIdMultiSideRecognizerOutput | true | none | none |
BlinkIdMultiSideRecognizerOutput
{
"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"
}
}
}
],
"vehicleOwner": {
"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"
}
}
}
],
"vehicleOwner": {
"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"
}
}
}
],
"vehicleOwner": {
"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"
}
}
},
"barcode": {
"rawDataBase64": "string",
"stringData": "string",
"firstName": "string",
"lastName": "string",
"middleName": "string",
"fullName": "string",
"additionalNameInformation": "string",
"address": "string",
"placeOfBirth": "string",
"nationality": "string",
"race": "string",
"religion": "string",
"profession": "string",
"maritalStatus": "string",
"residentialStatus": "string",
"employer": "string",
"sex": "string",
"dateOfBirth": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"dateOfIssue": {
"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"
},
"documentNumber": "string",
"personalIdNumber": "string",
"documentAdditionalNumber": "string",
"issuingAuthority": "string",
"addressDetailedInfo": {
"street": "string",
"postalCode": "string",
"city": "string",
"jurisdiction": "string"
},
"driverLicenseDetailedInfo": {
"restrictions": "string",
"endorsements": "string",
"vehicleClass": "string",
"conditions": "string",
"vehicleClassesInfo": [
{
"vehicleClass": "string",
"licenceType": "string",
"effectiveDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"expiryDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
}
}
]
},
"extendedElements": [
{
"key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
"value": "string"
}
]
},
"frontImageAnalysisResult": {
"blurDetected": true,
"glareDetected": true,
"documentImageColorStatus": "NOT_AVAILABLE",
"documentImageMoireStatus": "NOT_AVAILABLE",
"faceDetectionStatus": "NOT_AVAILABLE",
"mrzDetectionStatus": "NOT_AVAILABLE",
"barcodeDetectionStatus": "NOT_AVAILABLE",
"cardOrientation": "HORIZONTAL",
"cardRotation": "ZERO",
"realIDDetectionStatus": "NOT_AVAILABLE"
},
"backImageAnalysisResult": {
"blurDetected": true,
"glareDetected": true,
"documentImageColorStatus": "NOT_AVAILABLE",
"documentImageMoireStatus": "NOT_AVAILABLE",
"faceDetectionStatus": "NOT_AVAILABLE",
"mrzDetectionStatus": "NOT_AVAILABLE",
"barcodeDetectionStatus": "NOT_AVAILABLE",
"cardOrientation": "HORIZONTAL",
"cardRotation": "ZERO",
"realIDDetectionStatus": "NOT_AVAILABLE"
},
"processingStatus": "SUCCESS",
"frontProcessingStatus": "SUCCESS",
"backProcessingStatus": "SUCCESS",
"recognitionMode": "NONE",
"signatureImageBase64": "string",
"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"
}
}
},
"classInfo": {
"country": "COUNTRY_NONE",
"region": "REGION_NONE",
"type": "TYPE_NONE",
"countryName": "string",
"isoAlpha3CountryCode": "string",
"isoAlpha2CountryCode": "string",
"isoNumericCountryCode": "string"
},
"recognitionStatus": "EMPTY",
"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"
}
},
"frontAdditionalProcessingInfo": {
"missingMandatoryFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"invalidCharacterFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"extraPresentFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"imageExtractionFailures": [
"FULL_DOCUMENT"
]
},
"backAdditionalProcessingInfo": {
"missingMandatoryFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"invalidCharacterFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"extraPresentFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"imageExtractionFailures": [
"FULL_DOCUMENT"
]
},
"belowAgeLimit": true,
"age": 0
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
firstName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The first name of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
lastName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The last name of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
fullName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The last name of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
address | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The address of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
dateOfIssue | DateResult¦null | false | none | none |
dateOfExpiry | DateResult¦null | false | none | none |
documentNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The document number. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
sex | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The sex of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
driverLicenseDetailedInfo | DriverLicenseDetailedInfo¦null | false | none | The driver license detailed info. |
bloodType | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The blood type of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
sponsor | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The sponsor of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
visaType | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | Visa type of the document. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
fullDocumentFrontImageBase64 | string¦null | false | none | The full document front image. |
fullDocumentBackImageBase64 | string¦null | false | none | The full document front image. |
faceImageBase64 | string¦null | false | none | The face image. |
faceImageLocation | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | LocationInfo | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The location of face image. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
documentSubtype | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The transcription of the document subtype. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
remarks | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The remarks on the residence permit. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
residencePermitType | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The residence permit type. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
manufacturingYear | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The manufacturing year. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
vehicleType | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The vehicle type. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
eligibilityCategory | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The eligibility category. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
specificDocumentValidity | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The specific document validity. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
dependentsInfo | [DependentInfo]¦null | false | none | [ The dependents info.] |
vehicleOwner | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The vehicle owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
additionalNameInformation | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The additional name information of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
additionalAddressInformation | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The additional address information of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
additionalOptionalAddressInformation | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The one more additional address information of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
placeOfBirth | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The place of birth of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
nationality | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The nationality of the documet owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
race | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The race of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
religion | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The religion of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
profession | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The profession of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
maritalStatus | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The marital status of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
residentialStatus | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The residential stauts of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
employer | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The employer of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
personalIdNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The personal identification number. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
documentAdditionalNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The additional number of the document. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
documentOptionalAdditionalNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The one more additional number of the document. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
issuingAuthority | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The issuing authority of the document. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
mrzData | MrzResult¦null | false | none | The data extracted from the machine readable zone. |
localizedName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The localized name of the document. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
dataMatchResult | DataMatchResult¦null | false | none | Result of data match check. |
dateOfExpiryPermanent | boolean¦null | false | none | Determines if date of expiry is permanent. |
scanningFirstSideDone | boolean¦null | false | none | Defines whether recognizer has finished scanning first side. |
additionalPersonalIdNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The additional personal identification number. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
frontViz | VIZResult¦null | false | none | The data extracted from the visual inspection zone. |
backViz | VIZResult¦null | false | none | The data extracted from the visual inspection zone. |
barcode | BarcodeResult¦null | false | none | The data extracted from the barcode. |
frontImageAnalysisResult | ImageAnalysisResult¦null | false | none | Various information obtained by analysing the scanned image. |
backImageAnalysisResult | ImageAnalysisResult¦null | false | none | Various information obtained by analysing the scanned image. |
processingStatus | ProcessingStatus¦null | false | none | Detailed information about the recognition process. |
frontProcessingStatus | ProcessingStatus¦null | false | none | Detailed information about the recognition process. |
backProcessingStatus | ProcessingStatus¦null | false | none | Detailed information about the recognition process. |
recognitionMode | RecognitionMode¦null | false | none | Recognition mode used to scan current document. |
signatureImageBase64 | string¦null | false | none | The signature image. |
dateOfBirth | DateResult¦null | false | none | none |
classInfo | ClassInfo¦null | false | none | The document class information. |
recognitionStatus | ResultState | true | none | Possible states of the Recognizer's result. |
fathersName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The fathers name of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
mothersName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The mothers name of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
frontAdditionalProcessingInfo | AdditionalProcessingInfo¦null | false | none | The additional details about the processing info. |
backAdditionalProcessingInfo | AdditionalProcessingInfo¦null | false | none | The additional details about the processing info. |
belowAgeLimit | boolean¦null | false | none | The indicator if document owner is below age limit provided in the request. Default -1 if ageLimit is not sent in the request. |
age | integer(int32)¦null | false | none | The calculated age of the document owner. |
BlinkIdMultiSideRequest
{
"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,
"scanPassportDataPageOnly": true,
"traceId": "string"
}
Request body for Blink Id Combined recognition.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
returnFullDocumentImage | boolean¦null | false | none | Defines whether full document image should be extracted. Default FALSE |
returnFaceImage | boolean¦null | false | none | Defines whether face image should be extracted. Default FALSE |
returnSignatureImage | boolean¦null | false | none | Defines whether signature image should be extracted. Default FALSE |
enableBlurFilter | boolean¦null | false | none | Defines whether blurred frames filtering is allowed. Default TRUE |
allowUnparsedMrzResults | boolean¦null | false | none | Defines whether returning of unparsed MRZ (Machine Readable Zone) results is allowed. Default FALSE |
allowUnverifiedMrzResults | boolean¦null | false | none | Defines whether returning unverified MRZ (Machine Readable Zone) results is allowed. Default TRUE |
skipUnsupportedBack | boolean¦null | false | none | Skip back side capture and processing step when back side of the document is not supported. Default FALSE |
validateResultCharacters | boolean¦null | false | none | Whether result characters validation is performed. If a result member contains invalid character, the result state cannot be valid. Default TRUE |
allowBarcodeScanOnly | boolean¦null | false | none | This setting allows barcode recognition to proceed even if the initial extraction fails. If the barcode recognition is successful, the recognizer will still end in a valid state. This setting is applicable only to photo frames. For multi-side recognizers, it is permitted only for the back side. Default FALSE |
anonymizationMode | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | AnonymizationMode | false | none | Level of anonymization performed on recognizer result. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | AnonymizationMode | false | none | Whether sensitive data should be removed from images, result fields or both. The setting only applies to certain documents. Default FULL_RESULT |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
additionalAnonymization | [ClassAnonymizationSettings]¦null | false | none | [Redact fields for specific document class. Fields specified by requirements or laws for a specific document will be redacted regardless of this setting. Based on anonymizationMode setting, data will be redacted from the image, the result or both.] |
customClassRules | [CustomClassRules]¦null | false | none | [Define custom rules for specific document class. The new class rules will be a combination of our internal and user-defined rules. The more detailed class filter will have priority over the other.] |
imageFormat | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | ImageFormat | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | Defines return image type. Default PNG |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
imageFront | ImageSource¦null | true | none | Url or base64 string of the image. The Base64 image takes precedence if url and base64 are defined. |
imageBack | ImageSource¦null | false | none | Url or base64 string of the image. The Base64 image takes precedence if url and base64 are defined. |
ageLimit | integer(int32)¦null | false | none | Defines the age limit for age verification. |
scanCroppedDocumentImage | boolean¦null | false | none | Configure the recognizer to only work on already cropped and dewarped images. Default FALSE |
maxAllowedMismatchesPerField | integer(int32)¦null | false | none | Configure the number of characters per field that are allowed to be inconsistent in data match. Default 0 |
allowUncertainFrontSideScan | boolean¦null | false | none | Proceed with scanning the back side even if the front side result is uncertain. Default TRUE |
scanPassportDataPageOnly | boolean¦null | false | none | Scan only the data page (page containing MRZ) of the passport.If set to false , it will be required to scan the second page of certain passports. Default TRUE |
traceId | string¦null | false | none | none |
BlinkIdSingleSideEndpointResponse
{
"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"
}
},
"fullDocumentImageBase64": "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"
}
}
}
],
"vehicleOwner": {
"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"
}
},
"dateOfExpiryPermanent": 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"
}
},
"viz": {
"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"
}
}
}
],
"vehicleOwner": {
"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"
}
}
},
"barcode": {
"rawDataBase64": "string",
"stringData": "string",
"firstName": "string",
"lastName": "string",
"middleName": "string",
"fullName": "string",
"additionalNameInformation": "string",
"address": "string",
"placeOfBirth": "string",
"nationality": "string",
"race": "string",
"religion": "string",
"profession": "string",
"maritalStatus": "string",
"residentialStatus": "string",
"employer": "string",
"sex": "string",
"dateOfBirth": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"dateOfIssue": {
"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"
},
"documentNumber": "string",
"personalIdNumber": "string",
"documentAdditionalNumber": "string",
"issuingAuthority": "string",
"addressDetailedInfo": {
"street": "string",
"postalCode": "string",
"city": "string",
"jurisdiction": "string"
},
"driverLicenseDetailedInfo": {
"restrictions": "string",
"endorsements": "string",
"vehicleClass": "string",
"conditions": "string",
"vehicleClassesInfo": [
{
"vehicleClass": "string",
"licenceType": "string",
"effectiveDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"expiryDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
}
}
]
},
"extendedElements": [
{
"key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
"value": "string"
}
]
},
"imageAnalysisResult": {
"blurDetected": true,
"glareDetected": true,
"documentImageColorStatus": "NOT_AVAILABLE",
"documentImageMoireStatus": "NOT_AVAILABLE",
"faceDetectionStatus": "NOT_AVAILABLE",
"mrzDetectionStatus": "NOT_AVAILABLE",
"barcodeDetectionStatus": "NOT_AVAILABLE",
"cardOrientation": "HORIZONTAL",
"cardRotation": "ZERO",
"realIDDetectionStatus": "NOT_AVAILABLE"
},
"processingStatus": "SUCCESS",
"recognitionMode": "NONE",
"signatureImageBase64": "string",
"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"
}
}
},
"classInfo": {
"country": "COUNTRY_NONE",
"region": "REGION_NONE",
"type": "TYPE_NONE",
"countryName": "string",
"isoAlpha3CountryCode": "string",
"isoAlpha2CountryCode": "string",
"isoNumericCountryCode": "string"
},
"recognitionStatus": "EMPTY",
"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"
}
},
"additionalProcessingInfo": {
"missingMandatoryFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"invalidCharacterFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"extraPresentFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"imageExtractionFailures": [
"FULL_DOCUMENT"
]
},
"belowAgeLimit": true,
"age": 0
}
}
Response for BlinkId.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
traceId | string¦null | false | none | none |
executionId | string | true | none | none |
finishTime | string(date-time) | true | none | UTC time after recognition finished. |
startTime | string(date-time) | true | none | UTC time before recognition started. |
data | BlinkIdSingleSideRecognizerOutput | true | none | none |
BlinkIdSingleSideRecognizerOutput
{
"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"
}
},
"fullDocumentImageBase64": "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"
}
}
}
],
"vehicleOwner": {
"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"
}
},
"dateOfExpiryPermanent": 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"
}
},
"viz": {
"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"
}
}
}
],
"vehicleOwner": {
"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"
}
}
},
"barcode": {
"rawDataBase64": "string",
"stringData": "string",
"firstName": "string",
"lastName": "string",
"middleName": "string",
"fullName": "string",
"additionalNameInformation": "string",
"address": "string",
"placeOfBirth": "string",
"nationality": "string",
"race": "string",
"religion": "string",
"profession": "string",
"maritalStatus": "string",
"residentialStatus": "string",
"employer": "string",
"sex": "string",
"dateOfBirth": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"dateOfIssue": {
"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"
},
"documentNumber": "string",
"personalIdNumber": "string",
"documentAdditionalNumber": "string",
"issuingAuthority": "string",
"addressDetailedInfo": {
"street": "string",
"postalCode": "string",
"city": "string",
"jurisdiction": "string"
},
"driverLicenseDetailedInfo": {
"restrictions": "string",
"endorsements": "string",
"vehicleClass": "string",
"conditions": "string",
"vehicleClassesInfo": [
{
"vehicleClass": "string",
"licenceType": "string",
"effectiveDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"expiryDate": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
}
}
]
},
"extendedElements": [
{
"key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
"value": "string"
}
]
},
"imageAnalysisResult": {
"blurDetected": true,
"glareDetected": true,
"documentImageColorStatus": "NOT_AVAILABLE",
"documentImageMoireStatus": "NOT_AVAILABLE",
"faceDetectionStatus": "NOT_AVAILABLE",
"mrzDetectionStatus": "NOT_AVAILABLE",
"barcodeDetectionStatus": "NOT_AVAILABLE",
"cardOrientation": "HORIZONTAL",
"cardRotation": "ZERO",
"realIDDetectionStatus": "NOT_AVAILABLE"
},
"processingStatus": "SUCCESS",
"recognitionMode": "NONE",
"signatureImageBase64": "string",
"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"
}
}
},
"classInfo": {
"country": "COUNTRY_NONE",
"region": "REGION_NONE",
"type": "TYPE_NONE",
"countryName": "string",
"isoAlpha3CountryCode": "string",
"isoAlpha2CountryCode": "string",
"isoNumericCountryCode": "string"
},
"recognitionStatus": "EMPTY",
"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"
}
},
"additionalProcessingInfo": {
"missingMandatoryFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"invalidCharacterFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"extraPresentFields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"imageExtractionFailures": [
"FULL_DOCUMENT"
]
},
"belowAgeLimit": true,
"age": 0
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
firstName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The first name of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
lastName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The last name of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
fullName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The full name of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
address | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The address of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
dateOfIssue | DateResult¦null | false | none | none |
dateOfExpiry | DateResult¦null | false | none | none |
documentNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The document number. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
sex | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The sex of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
driverLicenseDetailedInfo | DriverLicenseDetailedInfo¦null | false | none | The driver license detailed info. |
bloodType | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The blood type of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
sponsor | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The sponsor of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
visaType | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | Visa type of the document. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
fullDocumentImageBase64 | string¦null | false | none | The full document image. |
faceImageBase64 | string¦null | false | none | The face image. |
faceImageLocation | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | LocationInfo | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The location of face image. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
documentSubtype | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The transcription of the document subtype. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
remarks | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The remarks on the residence permit. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
residencePermitType | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The residence permit type. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
manufacturingYear | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The manufacturing year. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
vehicleType | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The vehicle type. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
eligibilityCategory | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The eligibility category. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
specificDocumentValidity | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The specific document validity. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
dependentsInfo | [DependentInfo]¦null | false | none | [ The dependents info.] |
vehicleOwner | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The vehicle owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
additionalNameInformation | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The additional name information of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
additionalAddressInformation | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The additional address information of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
additionalOptionalAddressInformation | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The one more additional address information of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
placeOfBirth | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The place of birth of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
nationality | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The nationality of the documet owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
race | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The race of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
religion | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The religion of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
profession | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The profession of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
maritalStatus | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The marital status of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
residentialStatus | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The residential stauts of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
employer | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The employer of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
personalIdNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The personal identification number. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
documentAdditionalNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The additional number of the document. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
documentOptionalAdditionalNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The one more additional number of the document. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
issuingAuthority | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The issuing authority of the document. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
mrzData | MrzResult¦null | false | none | The data extracted from the machine readable zone. |
localizedName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The localized name of the document. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
dateOfExpiryPermanent | boolean¦null | false | none | Determines if date of expiry is permanent. |
additionalPersonalIdNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The additional personal identification number. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
viz | VIZResult¦null | false | none | The data extracted from the visual inspection zone. |
barcode | BarcodeResult¦null | false | none | The data extracted from the barcode. |
imageAnalysisResult | ImageAnalysisResult¦null | false | none | Various information obtained by analysing the scanned image. |
processingStatus | ProcessingStatus¦null | false | none | Detailed information about the recognition process. |
recognitionMode | RecognitionMode¦null | false | none | Recognition mode used to scan current document. |
signatureImageBase64 | string¦null | false | none | The signature image. |
dateOfBirth | DateResult¦null | false | none | none |
classInfo | ClassInfo¦null | false | none | The document class information. |
recognitionStatus | ResultState | true | none | Possible states of the Recognizer's result. |
fathersName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The fathers name of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
mothersName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The mothers name of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
additionalProcessingInfo | AdditionalProcessingInfo¦null | false | none | The additional details about the processing info. |
belowAgeLimit | boolean¦null | false | none | The indicator if document owner is below age limit provided in the request. Default -1 if ageLimit is not sent in the request. |
age | integer(int32)¦null | false | none | The calculated age of the document owner. |
BlinkIdSingleSideRequest
{
"returnFullDocumentImage": false,
"returnFaceImage": false,
"returnSignatureImage": false,
"enableBlurFilter": true,
"allowUnparsedMrzResults": false,
"allowUnverifiedMrzResults": true,
"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",
"ageLimit": 0,
"image": {
"imageUrl": "string",
"imageBase64": "string"
},
"scanCroppedDocumentImage": false,
"traceId": "string"
}
Request body for Blink Id recognition.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
returnFullDocumentImage | boolean¦null | false | none | Defines whether full document image should be extracted. Default FALSE |
returnFaceImage | boolean¦null | false | none | Defines whether face image should be extracted. Default FALSE |
returnSignatureImage | boolean¦null | false | none | Defines whether signature image should be extracted. Default FALSE |
enableBlurFilter | boolean¦null | false | none | Defines whether blurred frames filtering is allowed. Default TRUE |
allowUnparsedMrzResults | boolean¦null | false | none | Defines whether returning of unparsed MRZ (Machine Readable Zone) results is allowed. Default FALSE |
allowUnverifiedMrzResults | boolean¦null | false | none | Defines whether returning unverified MRZ (Machine Readable Zone) results is allowed. Default TRUE |
validateResultCharacters | boolean¦null | false | none | Whether result characters validation is performed. If a result member contains invalid character, the result state cannot be valid. Default TRUE |
allowBarcodeScanOnly | boolean¦null | false | none | This setting allows barcode recognition to proceed even if the initial extraction fails. If the barcode recognition is successful, the recognizer will still end in a valid state. This setting is applicable only to photo frames. For multi-side recognizers, it is permitted only for the back side. Default FALSE |
anonymizationMode | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | AnonymizationMode | false | none | Level of anonymization performed on recognizer result. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | AnonymizationMode | false | none | Whether sensitive data should be removed from images, result fields or both. The setting only applies to certain documents. Default FULL_RESULT |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
additionalAnonymization | [ClassAnonymizationSettings]¦null | false | none | [Redact fields for specific document class. Fields specified by requirements or laws for a specific document will be redacted regardless of this setting. Based on anonymizationMode setting, data will be redacted from the image, the result or both.] |
customClassRules | [CustomClassRules]¦null | false | none | [Define custom rules for specific document class. The new class rules will be a combination of our internal and user-defined rules. The more detailed class filter will have priority over the other.] |
imageFormat | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | ImageFormat | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | Defines return image type. Default PNG |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
ageLimit | integer(int32)¦null | false | none | Defines the age limit for age verification. |
image | ImageSource¦null | true | none | Url or base64 string of the image. The Base64 image takes precedence if url and base64 are defined. |
scanCroppedDocumentImage | boolean¦null | false | none | Configure the recognizer to only work on already cropped and dewarped images. Default FALSE |
traceId | string¦null | false | none | none |
CardIssuer
"ISSUER_OTHER"
Card issuer
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Card issuer | string | false | none | Supported issuing institutions that issued the card to the card holder. |
Enumerated Values
Property | Value |
---|---|
Card issuer | ISSUER_OTHER |
Card issuer | ISSUER_AMERICAN_EXPRESS |
Card issuer | ISSUER_CHINA_UNION_PAY |
Card issuer | ISSUER_DINERS |
Card issuer | ISSUER_DISCOVER_CARD |
Card issuer | ISSUER_ELO |
Card issuer | ISSUER_JCB |
Card issuer | ISSUER_MAESTRO |
Card issuer | ISSUER_MASTER_CARD |
Card issuer | ISSUER_RU_PAY |
Card issuer | ISSUER_VERVE |
Card issuer | ISSUER_VISA |
Card issuer | ISSUER_VPAY |
CardNumberAnonymizationSettings
{
"anonymizationMode": "NONE",
"prefixDigitsVisible": 0,
"suffixDigitsVisible": 0
}
Parameters of card number anonymization
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
anonymizationMode | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | AnonymizationMode | false | none | Level of anonymization performed on recognizer result. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | AnonymizationMode | false | none | Defines the mode of card number anonymization. Default NONE |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
prefixDigitsVisible | integer(int32)¦null | false | none | Defines how many digits at the beginning of the card number remain visible after anonymization. Default 0 |
suffixDigitsVisible | integer(int32)¦null | false | none | Defines how many digits at the end of the card number remain visible after anonymization. Default 0 |
CardOrientation
"HORIZONTAL"
Card orientation
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Card orientation | string | false | none | Orientation determined from the scanned image. |
Enumerated Values
Property | Value |
---|---|
Card orientation | HORIZONTAL |
Card orientation | VERTICAL |
Card orientation | NOT_AVAILABLE |
CardRotation
"ZERO"
Card rotation
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Card rotation | string | false | none | Rotation determined from the scanned image. |
Enumerated Values
Property | Value |
---|---|
Card rotation | ZERO |
Card rotation | CLOCKWISE_90 |
Card rotation | COUNTER_CLOCKWISE_90 |
Card rotation | UPSIDE_DOWN |
CheckResult
"NOT_PERFORMED"
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
anonymous | string | false | none | none |
Enumerated Values
Property | Value |
---|---|
anonymous | NOT_PERFORMED |
anonymous | PASS |
anonymous | FAIL |
ClassAnonymizationSettings
{
"classFilter": {
"country": "COUNTRY_NONE",
"region": "REGION_NONE",
"type": "TYPE_NONE"
},
"fields": [
"ADDITIONAL_ADDRESS_INFORMATION"
],
"documentNumberAnonymizationSettings": {
"prefixDigitsVisible": 0,
"suffixDigitsVisible": 0
}
}
Redact fields for specific document class. Fields specified by requirements or laws for a specific document will be redacted regardless of this setting. Based on anonymizationMode setting, data will be redacted from the image, the result or both.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
classFilter | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | ClassFilter | false | none | Specified fields will be anonymized if filter conditions are met. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | Specified fields will be anonymized if filter conditions are met. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
fields | [FieldType]¦null | true | none | Fields to be anonymized. |
documentNumberAnonymizationSettings | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | DocumentNumberAnonymizationSettings | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | If set, document number will be partially anonymized. Otherwise, document number anonymization settings will not be taken into account during anonymization. |
ClassFilter
{
"country": "COUNTRY_NONE",
"region": "REGION_NONE",
"type": "TYPE_NONE"
}
Specified fields will be anonymized if filter conditions are met.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
country | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | Country | false | none | Document country. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | If set, specified fields will be anonymized on documents issued by specified country only.Otherwise, issuing country will not be taken into account during anonymization. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
region | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | Region | false | none | Document region. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | If set, specified fields will be anonymized on documents issued by specified region only. Otherwise, issuing region will not be taken into account during anonymization. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
type | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | Type | false | none | Document type. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | If set, specified fields will be anonymized on documents issued by specified type only. Otherwise, document type will not be taken into account during anonymization. |
ClassInfo
{
"country": "COUNTRY_NONE",
"region": "REGION_NONE",
"type": "TYPE_NONE",
"countryName": "string",
"isoAlpha3CountryCode": "string",
"isoAlpha2CountryCode": "string",
"isoNumericCountryCode": "string"
}
The document class information.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
country | Country¦null | false | none | Document country. |
region | Region¦null | false | none | Document region. |
type | Type¦null | false | none | Document type. |
countryName | string¦null | false | none | The name of the country that issued the scanned document. |
isoAlpha3CountryCode | string¦null | false | none | The 3 letter ISO code of the country that issued the scanned document. |
isoAlpha2CountryCode | string¦null | false | none | The 2 letter ISO code of the country that issued the scanned document. |
isoNumericCountryCode | string¦null | false | none | The ISO numeric code of the country that issued the scanned document. |
Country
"COUNTRY_NONE"
Country
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Country | string | false | none | Document country. |
Enumerated Values
Property | Value |
---|---|
Country | COUNTRY_NONE |
Country | COUNTRY_ALBANIA |
Country | COUNTRY_ALGERIA |
Country | COUNTRY_ARGENTINA |
Country | COUNTRY_AUSTRALIA |
Country | COUNTRY_AUSTRIA |
Country | COUNTRY_AZERBAIJAN |
Country | COUNTRY_BAHRAIN |
Country | COUNTRY_BANGLADESH |
Country | COUNTRY_BELGIUM |
Country | COUNTRY_BOSNIA_AND_HERZEGOVINA |
Country | COUNTRY_BRUNEI |
Country | COUNTRY_BULGARIA |
Country | COUNTRY_CAMBODIA |
Country | COUNTRY_CANADA |
Country | COUNTRY_CHILE |
Country | COUNTRY_COLOMBIA |
Country | COUNTRY_COSTA_RICA |
Country | COUNTRY_CROATIA |
Country | COUNTRY_CYPRUS |
Country | COUNTRY_CZECHIA |
Country | COUNTRY_DENMARK |
Country | COUNTRY_DOMINICAN_REPUBLIC |
Country | COUNTRY_EGYPT |
Country | COUNTRY_ESTONIA |
Country | COUNTRY_FINLAND |
Country | COUNTRY_FRANCE |
Country | COUNTRY_GEORGIA |
Country | COUNTRY_GERMANY |
Country | COUNTRY_GHANA |
Country | COUNTRY_GREECE |
Country | COUNTRY_GUATEMALA |
Country | COUNTRY_HONG_KONG |
Country | COUNTRY_HUNGARY |
Country | COUNTRY_INDIA |
Country | COUNTRY_INDONESIA |
Country | COUNTRY_IRELAND |
Country | COUNTRY_ISRAEL |
Country | COUNTRY_ITALY |
Country | COUNTRY_JORDAN |
Country | COUNTRY_KAZAKHSTAN |
Country | COUNTRY_KENYA |
Country | COUNTRY_KOSOVO |
Country | COUNTRY_KUWAIT |
Country | COUNTRY_LATVIA |
Country | COUNTRY_LITHUANIA |
Country | COUNTRY_MALAYSIA |
Country | COUNTRY_MALDIVES |
Country | COUNTRY_MALTA |
Country | COUNTRY_MAURITIUS |
Country | COUNTRY_MEXICO |
Country | COUNTRY_MOROCCO |
Country | COUNTRY_NETHERLANDS |
Country | COUNTRY_NEW_ZEALAND |
Country | COUNTRY_NIGERIA |
Country | COUNTRY_PAKISTAN |
Country | COUNTRY_PANAMA |
Country | COUNTRY_PARAGUAY |
Country | COUNTRY_PHILIPPINES |
Country | COUNTRY_POLAND |
Country | COUNTRY_PORTUGAL |
Country | COUNTRY_PUERTO_RICO |
Country | COUNTRY_QATAR |
Country | COUNTRY_ROMANIA |
Country | COUNTRY_RUSSIA |
Country | COUNTRY_SAUDI_ARABIA |
Country | COUNTRY_SERBIA |
Country | COUNTRY_SINGAPORE |
Country | COUNTRY_SLOVAKIA |
Country | COUNTRY_SLOVENIA |
Country | COUNTRY_SOUTH_AFRICA |
Country | COUNTRY_SPAIN |
Country | COUNTRY_SWEDEN |
Country | COUNTRY_SWITZERLAND |
Country | COUNTRY_TAIWAN |
Country | COUNTRY_THAILAND |
Country | COUNTRY_TUNISIA |
Country | COUNTRY_TURKEY |
Country | COUNTRY_UAE |
Country | COUNTRY_UGANDA |
Country | COUNTRY_UK |
Country | COUNTRY_UKRAINE |
Country | COUNTRY_USA |
Country | COUNTRY_VIETNAM |
Country | COUNTRY_BRAZIL |
Country | COUNTRY_NORWAY |
Country | COUNTRY_OMAN |
Country | COUNTRY_ECUADOR |
Country | COUNTRY_EL_SALVADOR |
Country | COUNTRY_SRI_LANKA |
Country | COUNTRY_PERU |
Country | COUNTRY_URUGUAY |
Country | COUNTRY_BAHAMAS |
Country | COUNTRY_BERMUDA |
Country | COUNTRY_BOLIVIA |
Country | COUNTRY_CHINA |
Country | COUNTRY_EUROPEAN_UNION |
Country | COUNTRY_HAITI |
Country | COUNTRY_HONDURAS |
Country | COUNTRY_ICELAND |
Country | COUNTRY_JAPAN |
Country | COUNTRY_LUXEMBOURG |
Country | COUNTRY_MONTENEGRO |
Country | COUNTRY_NICARAGUA |
Country | COUNTRY_SOUTH_KOREA |
Country | COUNTRY_VENEZUELA |
Country | COUNTRY_AFGHANISTAN |
Country | COUNTRY_ALAND_ISLANDS |
Country | COUNTRY_AMERICAN_SAMOA |
Country | COUNTRY_ANDORRA |
Country | COUNTRY_ANGOLA |
Country | COUNTRY_ANGUILLA |
Country | COUNTRY_ANTARCTICA |
Country | COUNTRY_ANTIGUA_AND_BARBUDA |
Country | COUNTRY_ARMENIA |
Country | COUNTRY_ARUBA |
Country | COUNTRY_BAILIWICK_OF_GUERNSEY |
Country | COUNTRY_BAILIWICK_OF_JERSEY |
Country | COUNTRY_BARBADOS |
Country | COUNTRY_BELARUS |
Country | COUNTRY_BELIZE |
Country | COUNTRY_BENIN |
Country | COUNTRY_BHUTAN |
Country | COUNTRY_BONAIRE_SAINT_EUSTATIUS_AND_SABA |
Country | COUNTRY_BOTSWANA |
Country | COUNTRY_BOUVET_ISLAND |
Country | COUNTRY_BRITISH_INDIAN_OCEAN_TERRITORY |
Country | COUNTRY_BURKINA_FASO |
Country | COUNTRY_BURUNDI |
Country | COUNTRY_CAMEROON |
Country | COUNTRY_CAPE_VERDE |
Country | COUNTRY_CARIBBEAN_NETHERLANDS |
Country | COUNTRY_CAYMAN_ISLANDS |
Country | COUNTRY_CENTRAL_AFRICAN_REPUBLIC |
Country | COUNTRY_CHAD |
Country | COUNTRY_CHRISTMAS_ISLAND |
Country | COUNTRY_COCOS_ISLANDS |
Country | COUNTRY_COMOROS |
Country | COUNTRY_CONGO |
Country | COUNTRY_COOK_ISLANDS |
Country | COUNTRY_CUBA |
Country | COUNTRY_CURACAO |
Country | COUNTRY_DEMOCRATIC_REPUBLIC_OF_THE_CONGO |
Country | COUNTRY_DJIBOUTI |
Country | COUNTRY_DOMINICA |
Country | COUNTRY_EAST_TIMOR |
Country | COUNTRY_EQUATORIAL_GUINEA |
Country | COUNTRY_ERITREA |
Country | COUNTRY_ETHIOPIA |
Country | COUNTRY_FALKLAND_ISLANDS |
Country | COUNTRY_FAROE_ISLANDS |
Country | COUNTRY_FEDERATED_STATES_OF_MICRONESIA |
Country | COUNTRY_FIJI |
Country | COUNTRY_FRENCH_GUIANA |
Country | COUNTRY_FRENCH_POLYNESIA |
Country | COUNTRY_FRENCH_SOUTHERN_TERRITORIES |
Country | COUNTRY_GABON |
Country | COUNTRY_GAMBIA |
Country | COUNTRY_GIBRALTAR |
Country | COUNTRY_GREENLAND |
Country | COUNTRY_GRENADA |
Country | COUNTRY_GUADELOUPE |
Country | COUNTRY_GUAM |
Country | COUNTRY_GUINEA |
Country | COUNTRY_GUINEA_BISSAU |
Country | COUNTRY_GUYANA |
Country | COUNTRY_HEARD_ISLAND_AND_MCDONALD_ISLANDS |
Country | COUNTRY_IRAN |
Country | COUNTRY_IRAQ |
Country | COUNTRY_ISLE_OF_MAN |
Country | COUNTRY_IVORY_COAST |
Country | COUNTRY_JAMAICA |
Country | COUNTRY_KIRIBATI |
Country | COUNTRY_KYRGYZSTAN |
Country | COUNTRY_LAOS |
Country | COUNTRY_LEBANON |
Country | COUNTRY_LESOTHO |
Country | COUNTRY_LIBERIA |
Country | COUNTRY_LIBYA |
Country | COUNTRY_LIECHTENSTEIN |
Country | COUNTRY_MACAU |
Country | COUNTRY_MADAGASCAR |
Country | COUNTRY_MALAWI |
Country | COUNTRY_MALI |
Country | COUNTRY_MARSHALL_ISLANDS |
Country | COUNTRY_MARTINIQUE |
Country | COUNTRY_MAURITANIA |
Country | COUNTRY_MAYOTTE |
Country | COUNTRY_MOLDOVA |
Country | COUNTRY_MONACO |
Country | COUNTRY_MONGOLIA |
Country | COUNTRY_MONTSERRAT |
Country | COUNTRY_MOZAMBIQUE |
Country | COUNTRY_MYANMAR |
Country | COUNTRY_NAMIBIA |
Country | COUNTRY_NAURU |
Country | COUNTRY_NEPAL |
Country | COUNTRY_NEW_CALEDONIA |
Country | COUNTRY_NIGER |
Country | COUNTRY_NIUE |
Country | COUNTRY_NORFOLK_ISLAND |
Country | COUNTRY_NORTHERN_CYPRUS |
Country | COUNTRY_NORTHERN_MARIANA_ISLANDS |
Country | COUNTRY_NORTH_KOREA |
Country | COUNTRY_NORTH_MACEDONIA |
Country | COUNTRY_PALAU |
Country | COUNTRY_PALESTINE |
Country | COUNTRY_PAPUA_NEW_GUINEA |
Country | COUNTRY_PITCAIRN |
Country | COUNTRY_REUNION |
Country | COUNTRY_RWANDA |
Country | COUNTRY_SAINT_BARTHELEMY |
Country | COUNTRY_SAINT_HELENA_ASCENSION_AND_TRISTIAN_DA_CUNHA |
Country | COUNTRY_SAINT_KITTS_AND_NEVIS |
Country | COUNTRY_SAINT_LUCIA |
Country | COUNTRY_SAINT_MARTIN |
Country | COUNTRY_SAINT_PIERRE_AND_MIQUELON |
Country | COUNTRY_SAINT_VINCENT_AND_THE_GRENADINES |
Country | COUNTRY_SAMOA |
Country | COUNTRY_SAN_MARINO |
Country | COUNTRY_SAO_TOME_AND_PRINCIPE |
Country | COUNTRY_SENEGAL |
Country | COUNTRY_SEYCHELLES |
Country | COUNTRY_SIERRA_LEONE |
Country | COUNTRY_SINT_MAARTEN |
Country | COUNTRY_SOLOMON_ISLANDS |
Country | COUNTRY_SOMALIA |
Country | COUNTRY_SOUTH_GEORGIA_AND_THE_SOUTH_SANDWICH_ISLANDS |
Country | COUNTRY_SOUTH_SUDAN |
Country | COUNTRY_SUDAN |
Country | COUNTRY_SURINAME |
Country | COUNTRY_SVALBARD_AND_JAN_MAYEN |
Country | COUNTRY_ESWATINI |
Country | COUNTRY_SYRIA |
Country | COUNTRY_TAJIKISTAN |
Country | COUNTRY_TANZANIA |
Country | COUNTRY_TOGO |
Country | COUNTRY_TOKELAU |
Country | COUNTRY_TONGA |
Country | COUNTRY_TRINIDAD_AND_TOBAGO |
Country | COUNTRY_TURKMENISTAN |
Country | COUNTRY_TURKS_AND_CAICOS_ISLANDS |
Country | COUNTRY_TUVALU |
Country | COUNTRY_UNITED_STATES_MINOR_OUTLYING_ISLANDS |
Country | COUNTRY_UZBEKISTAN |
Country | COUNTRY_VANUATU |
Country | COUNTRY_VATICAN_CITY |
Country | COUNTRY_VIRGIN_ISLANDS_BRITISH |
Country | COUNTRY_VIRGIN_ISLANDS_US |
Country | COUNTRY_WALLIS_AND_FUTUNA |
Country | COUNTRY_WESTERN_SAHARA |
Country | COUNTRY_YEMEN |
Country | COUNTRY_YUGOSLAVIA |
Country | COUNTRY_ZAMBIA |
Country | COUNTRY_ZIMBABWE |
Country | COUNTRY_SCHENGEN_AREA |
CustomClassRules
{
"classFilter": {
"country": "COUNTRY_NONE",
"region": "REGION_NONE",
"type": "TYPE_NONE"
},
"fields": [
{
"fieldType": "ADDITIONAL_ADDRESS_INFORMATION",
"alphabetType": "LATIN"
}
]
}
Define custom rules for specific document class. The new class rules will be a combination of our internal and user-defined rules. The more detailed class filter will have priority over the other.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
classFilter | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | ClassFilter | false | none | Specified fields will be anonymized if filter conditions are met. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | Specified fields will overrule our class field rules if filter conditions are met. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
fields | [DetailedFieldType]¦null | false | none | Fields to overrule our class field rules. |
DataMatchResult
{
"dateOfBirth": "NOT_PERFORMED",
"dateOfExpiry": "NOT_PERFORMED",
"documentNumber": "NOT_PERFORMED",
"documentAdditionalNumber": "NOT_PERFORMED",
"documentOptionalAdditionalNumber": "NOT_PERFORMED",
"personalIdNumber": "NOT_PERFORMED",
"dataMatchResult": "NOT_PERFORMED"
}
Result of data match check.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
dateOfBirth | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | DataMatchState | false | none | We currently check document number, date of expiry and date of birth fields. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The result of data match on date of birth field. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
dateOfExpiry | any | true | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | DataMatchState | false | none | We currently check document number, date of expiry and date of birth fields. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The result of data match on date of expiry field. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
documentNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | DataMatchState | false | none | We currently check document number, date of expiry and date of birth fields. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The result of data match on document number field. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
documentAdditionalNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | DataMatchState | false | none | We currently check document number, date of expiry and date of birth fields. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The result of data match on document additional number field. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
documentOptionalAdditionalNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | DataMatchState | false | none | We currently check document number, date of expiry and date of birth fields. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The result of data match on document optional additional number field. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
personalIdNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | DataMatchState | false | none | We currently check document number, date of expiry and date of birth fields. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The result of data match on personal ID number field. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
dataMatchResult | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | DataMatchState | false | none | We currently check document number, date of expiry and date of birth fields. |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The result of data match on the whole document. |
DataMatchState
"NOT_PERFORMED"
Data match state
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Data match state | string | false | none | We currently check document number, date of expiry and date of birth fields. |
Enumerated Values
Property | Value |
---|---|
Data match state | NOT_PERFORMED |
Data match state | FAILED |
Data match state | SUCCESS |
Date
{
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
day | integer(int32)¦null | false | none | Day in month |
month | integer(int32)¦null | false | none | Month in year |
year | integer(int32)¦null | false | none | Year |
successfullyParsed | boolean¦null | false | none | True if date was successfully parsed |
filledByDomainKnowledge | boolean¦null | false | none | True if date was filled by domain knowledge |
originalString | string¦null | false | none | String used in date parsing |
DateResult
{
"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"
}
}
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
day | integer(int32)¦null | false | none | Day in month |
month | integer(int32)¦null | false | none | Month in year |
year | integer(int32)¦null | false | none | Year |
successfullyParsed | boolean¦null | false | none | True if date was successfully parsed |
filledByDomainKnowledge | boolean¦null | false | none | True if date was filled by domain knowledge |
originalString | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | String used in date parsing |
DefaultResponse
{
"message": "string",
"traceId": "string",
"executionId": "string"
}
Response type for exceptions.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
message | string¦null | false | none | Exception message |
traceId | string¦null | false | none | Provided identifier |
executionId | string | true | none | Unique execution identifier |
DependentInfo
{
"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"
}
}
}
The dependents info.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
dateOfBirth | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | DateResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The date of birth of the dependent. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
sex | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The sex or gender of the dependent. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
documentNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The document number of the dependent. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
fullName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The full name of the dependent. |
DetailedFieldType
{
"fieldType": "ADDITIONAL_ADDRESS_INFORMATION",
"alphabetType": "LATIN"
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
fieldType | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | FieldType | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | Field type |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
alphabetType | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | AlphabetType | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | Alphabet type |
DetectionPoints
{
"points": [
{
"x": 0,
"y": 0
}
]
}
Points array with coordinates of barcode detection.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
points | [Points]¦null | false | none | none |
Dimensions
{
"width": 0,
"height": 0
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
width | number(float)¦null | false | none | none |
height | number(float)¦null | false | none | none |
DocumentImageColorStatus
"NOT_AVAILABLE"
Document image color status
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Document image color status | string | false | none | The color status determined from scanned image. |
Enumerated Values
Property | Value |
---|---|
Document image color status | NOT_AVAILABLE |
Document image color status | BLACK_AND_WHITE |
Document image color status | COLOR |
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"
}
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
front | DocumentLivenessSingleSideCheckResult¦null | false | none | none |
back | DocumentLivenessSingleSideCheckResult¦null | false | none | none |
DocumentLivenessSingleSideCheckResult
{
"screenCheck": {
"result": "NOT_PERFORMED",
"matchLevel": "DISABLED"
},
"photocopyCheck": {
"result": "NOT_PERFORMED",
"matchLevel": "DISABLED"
},
"handPresenceCheck": "NOT_PERFORMED"
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
screenCheck | TieredCheck¦null | false | none | none |
photocopyCheck | TieredCheck¦null | false | none | none |
handPresenceCheck | CheckResult¦null | false | none | none |
DocumentNumberAnonymizationSettings
{
"prefixDigitsVisible": 0,
"suffixDigitsVisible": 0
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
prefixDigitsVisible | integer(int32)¦null | false | none | Defines how many digits at the beginning of the document number remain visible after anonymization. |
suffixDigitsVisible | integer(int32)¦null | false | none | Defines how many digits at the end of the document number remain visible after anonymization. |
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"
}
}
}
}
]
}
The driver license detailed info.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
restrictions | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The restrictions to driving privileges for the United States driver license owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
endorsements | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The additional privileges granted to the United States driver license owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
vehicleClass | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The type of vehicle the driver license owner has privilege to drive. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
conditions | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The driver license conditions. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
vehicleClassesInfo | [VehicleClassInfo]¦null | false | none | The additional information on vehicle class. |
FieldType
"ADDITIONAL_ADDRESS_INFORMATION"
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
anonymous | string | false | none | none |
Enumerated Values
Property | Value |
---|---|
anonymous | ADDITIONAL_ADDRESS_INFORMATION |
anonymous | ADDITIONAL_NAME_INFORMATION |
anonymous | ADDITIONAL_OPTIONAL_ADDRESS_INFORMATION |
anonymous | ADDITIONAL_PERSONAL_ID_NUMBER |
anonymous | ADDRESS |
anonymous | CLASS_EFFECTIVE_DATE |
anonymous | CLASS_EXPIRY_DATE |
anonymous | CONDITIONS |
anonymous | DATE_OF_BIRTH |
anonymous | DATE_OF_EXPIRY |
anonymous | DATE_OF_ISSUE |
anonymous | DOCUMENT_ADDITIONAL_NUMBER |
anonymous | DOCUMENT_OPTIONAL_ADDITIONAL_NUMBER |
anonymous | DOCUMENT_NUMBER |
anonymous | EMPLOYER |
anonymous | ENDORSEMENTS |
anonymous | FATHERS_NAME |
anonymous | FIRST_NAME |
anonymous | FULL_NAME |
anonymous | ISSUING_AUTHORITY |
anonymous | LAST_NAME |
anonymous | LICENCE_TYPE |
anonymous | LOCALIZED_NAME |
anonymous | MARITAL_STATUS |
anonymous | MOTHERS_NAME |
anonymous | MRZ |
anonymous | NATIONALITY |
anonymous | PERSONAL_ID_NUMBER |
anonymous | PLACE_OF_BIRTH |
anonymous | PROFESSION |
anonymous | RACE |
anonymous | RELIGION |
anonymous | RESIDENTIAL_STATUS |
anonymous | RESTRICTIONS |
anonymous | SEX |
anonymous | VEHICLE_CLASS |
anonymous | BLOOD_TYPE |
anonymous | SPONSOR |
anonymous | VISA_TYPE |
anonymous | NUMBER_OF_ENTRIES |
anonymous | DURATION_OF_STAY |
anonymous | DOCUMENT_SUBTYPE |
anonymous | REMARKS |
anonymous | RESIDENCE_PERMIT_TYPE |
anonymous | MANUFACTURING_YEAR |
anonymous | VEHICLE_TYPE |
anonymous | DEPENDENT_DATE_OF_BIRTH |
anonymous | DEPENDENT_SEX |
anonymous | DEPENDENT_DOCUMENT_NUMBER |
anonymous | DEPENDENT_FULL_NAME |
anonymous | ELIGIBILITY_CATEGORY |
anonymous | SPECIFIC_DOCUMENT_VALIDITY |
anonymous | VEHICLE_OWNER |
HealthCheckType
"LIVENESS"
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
anonymous | string | false | none | none |
Enumerated Values
Property | Value |
---|---|
anonymous | LIVENESS |
anonymous | READINESS |
HealthResult
{
"name": "string",
"status": {
"name": "string",
"description": "string",
"operational": true,
"severity": 0
},
"details": {}
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
name | string | false | none | none |
status | HealthStatus | false | none | none |
details | Object | false | none | none |
HealthStatus
{
"name": "string",
"description": "string",
"operational": true,
"severity": 0
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
name | string | true | none | none |
description | string¦null | true | none | none |
operational | boolean¦null | true | none | none |
severity | integer(int32)¦null | true | none | none |
IdBarcodeDocumentType
"NONE"
IdBarcode document type
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
IdBarcode document type | string | false | none | The document type deduced from the recognized barcode. |
Enumerated Values
Property | Value |
---|---|
IdBarcode document type | NONE |
IdBarcode document type | AAMVA_COMPLIANT |
IdBarcode document type | ARGENTINA_ID |
IdBarcode document type | ARGENTINA_ALIEN_ID |
IdBarcode document type | ARGENTINA_DL |
IdBarcode document type | COLOMBIA_ID |
IdBarcode document type | COLOMBIA_DL |
IdBarcode document type | NIGERIA_VOTER_ID |
IdBarcode document type | NIGERIA_DL |
IdBarcode document type | PANAMA_ID |
IdBarcode document type | SOUTH_AFRICA_ID |
IdBarcode document type | PARAGUAY_ID |
IdBarcodeEndpointResponse
{
"traceId": "string",
"executionId": "string",
"finishTime": "2019-08-24T14:15:22Z",
"startTime": "2019-08-24T14:15:22Z",
"data": {
"documentType": "NONE",
"rawDataBase64": "string",
"stringData": "string",
"firstName": "string",
"lastName": "string",
"middleName": "string",
"fullName": "string",
"additionalNameInformation": "string",
"address": "string",
"placeOfBirth": "string",
"nationality": "string",
"race": "string",
"religion": "string",
"profession": "string",
"maritalStatus": "string",
"residentialStatus": "string",
"employer": "string",
"sex": "string",
"dateOfIssue": {
"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"
},
"documentNumber": "string",
"personalIdNumber": "string",
"documentAdditionalNumber": "string",
"issuingAuthority": "string",
"restrictions": "string",
"endorsements": "string",
"vehicleClass": "string",
"street": "string",
"postalCode": "string",
"city": "string",
"jurisdiction": "string",
"extendedElements": [
{
"key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
"value": "string"
}
],
"dateOfBirth": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"recognitionStatus": "EMPTY",
"belowAgeLimit": true,
"age": 0
}
}
Response for IdBarcode.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
traceId | string¦null | false | none | none |
executionId | string | true | none | none |
finishTime | string(date-time) | true | none | UTC time after recognition finished. |
startTime | string(date-time) | true | none | UTC time before recognition started. |
data | IdBarcodeRecognizerOutput | true | none | none |
IdBarcodeRecognizerOutput
{
"documentType": "NONE",
"rawDataBase64": "string",
"stringData": "string",
"firstName": "string",
"lastName": "string",
"middleName": "string",
"fullName": "string",
"additionalNameInformation": "string",
"address": "string",
"placeOfBirth": "string",
"nationality": "string",
"race": "string",
"religion": "string",
"profession": "string",
"maritalStatus": "string",
"residentialStatus": "string",
"employer": "string",
"sex": "string",
"dateOfIssue": {
"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"
},
"documentNumber": "string",
"personalIdNumber": "string",
"documentAdditionalNumber": "string",
"issuingAuthority": "string",
"restrictions": "string",
"endorsements": "string",
"vehicleClass": "string",
"street": "string",
"postalCode": "string",
"city": "string",
"jurisdiction": "string",
"extendedElements": [
{
"key": "BARCODE_ELEMENT_KEY_DOCUMENT_TYPE",
"value": "string"
}
],
"dateOfBirth": {
"day": 0,
"month": 0,
"year": 0,
"successfullyParsed": true,
"filledByDomainKnowledge": true,
"originalString": "string"
},
"recognitionStatus": "EMPTY",
"belowAgeLimit": true,
"age": 0
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
documentType | IdBarcodeDocumentType¦null | false | none | The document type deduced from the recognized barcode. |
rawDataBase64 | string¦null | false | none | The raw bytes contained inside barcode. |
stringData | string¦null | false | none | String representation of data inside barcode. |
firstName | string¦null | false | none | The first name of the document owner. |
lastName | string¦null | false | none | The last name of the document owner. |
middleName | string¦null | false | none | The middle name of the document owner. |
fullName | string¦null | false | none | The full name of the document owner. |
additionalNameInformation | string¦null | false | none | The additional name information of the document owner. |
address | string¦null | false | none | The address of the document owner. |
placeOfBirth | string¦null | false | none | The place of birth of the document owner. |
nationality | string¦null | false | none | The nationality of the document owner. |
race | string¦null | false | none | The race of the document owner. |
religion | string¦null | false | none | The religion of the document owner. |
profession | string¦null | false | none | The profession of the document owner. |
maritalStatus | string¦null | false | none | The marital status of the document owner. |
residentialStatus | string¦null | false | none | The residential status of the document owner. |
employer | string¦null | false | none | The employer of the document owner. |
sex | string¦null | false | none | The sex of the document owner. |
dateOfIssue | Date¦null | false | none | none |
dateOfExpiry | Date¦null | false | none | none |
documentNumber | string¦null | false | none | The document number. |
personalIdNumber | string¦null | false | none | The personal identification number. |
documentAdditionalNumber | string¦null | false | none | The additional number of the document. |
issuingAuthority | string¦null | false | none | The issuing authority of the document. |
restrictions | string¦null | false | none | The restrictions to driving privileges for the driver license owner. |
endorsements | string¦null | false | none | The additional privileges granted to the driver license owner. |
vehicleClass | string¦null | false | none | The type of vehicle the driver license owner has privilege to drive. |
street | string¦null | false | none | The street address portion of the document owner. |
postalCode | string¦null | false | none | The postal code address portion of the document owner. |
city | string¦null | false | none | The city address portion of the document owner. |
jurisdiction | string¦null | false | none | The jurisdiction code address portion of the document owner. |
extendedElements | [BarcodeElement]¦null | false | none | Document specific extended elements that contain all barcode fields in their original form. |
dateOfBirth | Date¦null | false | none | none |
recognitionStatus | ResultState | true | none | Possible states of the Recognizer's result. |
belowAgeLimit | boolean¦null | false | none | The indicator if document owner is below age limit provided in the request. Default -1 if ageLimit is not sent in the request. |
age | integer(int32)¦null | false | none | The calculated age of the document owner. |
IdBarcodeRequest
{
"image": {
"imageUrl": "string",
"imageBase64": "string"
},
"inputString": "string",
"ageLimit": 0,
"traceId": "string"
}
Request body for Id Barcode recognition.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
image | ImageSource¦null | false | none | Url or base64 string of the image. The Base64 image takes precedence if url and base64 are defined. |
inputString | string¦null | false | none | Barcode string. Image parameter takes precedence if image and imageString are defined. |
ageLimit | integer(int32)¦null | false | none | Defines the age limit for age verification. |
traceId | string¦null | false | none | none |
ImageAnalysisDetectionStatus
"NOT_AVAILABLE"
Image analysis detection status
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Image analysis detection status | string | false | none | Detection status determined from the scanned image. |
Enumerated Values
Property | Value |
---|---|
Image analysis detection status | NOT_AVAILABLE |
Image analysis detection status | NOT_DETECTED |
Image analysis detection status | DETECTED |
ImageAnalysisResult
{
"blurDetected": true,
"glareDetected": true,
"documentImageColorStatus": "NOT_AVAILABLE",
"documentImageMoireStatus": "NOT_AVAILABLE",
"faceDetectionStatus": "NOT_AVAILABLE",
"mrzDetectionStatus": "NOT_AVAILABLE",
"barcodeDetectionStatus": "NOT_AVAILABLE",
"cardOrientation": "HORIZONTAL",
"cardRotation": "ZERO",
"realIDDetectionStatus": "NOT_AVAILABLE"
}
Various information obtained by analysing the scanned image.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
blurDetected | boolean¦null | false | none | Indicates if blur was detected on the scanned image. |
glareDetected | boolean¦null | false | none | Indicates if glare was detected on the scanned image. |
documentImageColorStatus | DocumentImageColorStatus¦null | false | none | The color status determined from scanned image. |
documentImageMoireStatus | ImageAnalysisDetectionStatus¦null | false | none | Detection status determined from the scanned image. |
faceDetectionStatus | ImageAnalysisDetectionStatus¦null | false | none | Detection status determined from the scanned image. |
mrzDetectionStatus | ImageAnalysisDetectionStatus¦null | false | none | Detection status determined from the scanned image. |
barcodeDetectionStatus | ImageAnalysisDetectionStatus¦null | false | none | Detection status determined from the scanned image. |
cardOrientation | CardOrientation¦null | false | none | Orientation determined from the scanned image. |
cardRotation | CardRotation¦null | false | none | Rotation determined from the scanned image. |
realIDDetectionStatus | ImageAnalysisDetectionStatus¦null | false | none | Detection status determined from the scanned image. |
ImageExtractionType
"FULL_DOCUMENT"
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
anonymous | string | false | none | none |
Enumerated Values
Property | Value |
---|---|
anonymous | FULL_DOCUMENT |
anonymous | FACE |
anonymous | SIGNATURE |
ImageFormat
"JPG"
Image Format
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Image Format | string | false | none | none |
Enumerated Values
Property | Value |
---|---|
Image Format | JPG |
Image Format | PNG |
Image Format | QOI |
ImageSource
{
"imageUrl": "string",
"imageBase64": "string"
}
Url or base64 string of the image. The Base64 image takes precedence if url and base64 are defined.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
imageUrl | string¦null | false | none | Url string of the image. |
imageBase64 | string¦null | false | none | Base64 string of the image. |
LocationInfo
{
"topLeftCorner": {
"x": 0,
"y": 0
},
"dimensions": {
"width": 0,
"height": 0
},
"side": "SIDE_FRONT"
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
topLeftCorner | Point2df¦null | false | none | none |
dimensions | Dimensions¦null | false | none | none |
side | Side¦null | false | none | none |
MatchLevel
"DISABLED"
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
anonymous | string | false | none | none |
Enumerated Values
Property | Value |
---|---|
anonymous | DISABLED |
anonymous | LEVEL1 |
anonymous | LEVEL2 |
anonymous | LEVEL3 |
anonymous | LEVEL4 |
anonymous | LEVEL5 |
anonymous | LEVEL6 |
anonymous | LEVEL7 |
anonymous | LEVEL8 |
anonymous | LEVEL9 |
anonymous | LEVEL10 |
MrtdDocumentType
"UNKNOWN"
Mrtd document type
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Mrtd document type | string | false | none | Possible types of Machine Readable Travel Documents (MRTDs). |
Enumerated Values
Property | Value |
---|---|
Mrtd document type | UNKNOWN |
Mrtd document type | IDENTITY_CARD |
Mrtd document type | PASSPORT |
Mrtd document type | VISA |
Mrtd document type | GREEN_CARD |
Mrtd document type | MALAYSIAN_PASS_IMM13P |
Mrtd document type | DRIVER_LICENSE |
Mrtd document type | INTERNATIONAL_TRAVEL_DOCUMENT |
Mrtd document type | BORDER_CROSSING_CARD |
MrzResult
{
"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"
}
The data extracted from the machine readable zone.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
rawMrzString | string¦null | false | none | The entire Machine Readable Zone text from ID. This string is usually used for parsing other elements. NOTE: This string is available only if OCR result was parsed successfully. |
documentCode | string¦null | false | none | The document code. Document code contains two characters. For MRTD the first character shall be A, C or I. The second character shall be discretion of the issuing State or organization except that V shall not be used, and C shall not be used after A except in the crew member certificate. On machine-readable passports (MRP) first character shall be P to designate an MRP. One additional letter may be used, at the discretion of the issuing State or organization, to designate a particular MRP. If the second character position is not used for this purpose, it shall be filled by the filter character < . |
issuer | string¦null | false | none | Three-letter or two-letter code which indicate the issuing State. Three-letter codes are based on Aplha-3 codes for entities specified in ISO 3166-1, with extensions for certain States. Two-letter codes are based on Aplha-2 codes for entities specified in ISO 3166-1, with extensions for certain States. |
documentNumber | string¦null | false | none | The document number. Document number contains up to 9 characters. Element does not exist on US Green Card. To see which document was scanned use documentType property. |
opt1 | string¦null | false | none | The first optional data. Contains empty string if not available. Element does not exist on US Green Card. To see which document was scanned use the documentType property. |
opt2 | string¦null | false | none | The second optional data. Contains empty string if not available. Element does not exist on Passports and Visas. To see which document was scanned use the documentType property. |
gender | string¦null | false | none | The gender of the card holder. Gender is specified by use of the single initial, capital letter F for female, M for male or < for unspecified. |
nationality | string¦null | false | none | The nationality of the holder represented by a three-letter or two-letter code. Three-letter codes are based on Alpha-3 codes for entities specified in ISO 3166-1, with extensions for certain States. Two-letter codes are based on Aplha-2 codes for entities specified in ISO 3166-1, with extensions for certain States. |
primaryId | string¦null | false | none | The primary indentifier. If there is more than one component, they are separated with space. |
secondaryId | string¦null | false | none | The secondary identifier. If there is more than one component, they are separated with space. |
alienNumber | string¦null | false | none | The alien number. Contains empty string if not available. Exists only on US Green Cards. To see which document was scanned use the documentType property. |
applicationReceiptNumber | string¦null | false | none | The application receipt number. Contains empty string if not available. Exists only on US Green Cards. To see which document was scanned use the documentType property. |
immigrantCaseNumber | string¦null | false | none | The immigrant case number. Contains empty string if not available. Exists only on US Green Cards. To see which document was scanned use the documentType property. |
mrzVerified | boolean¦null | false | none | True if all check digits inside MRZ are correct, false otherwise. |
mrzParsed | boolean¦null | false | none | True if Machine Readable Zone has been parsed, false otherwise. |
dateOfBirth | Date¦null | false | none | none |
dateOfExpiry | Date¦null | false | none | none |
documentType | MrtdDocumentType¦null | false | none | Possible types of Machine Readable Travel Documents (MRTDs). |
issuerName | string¦null | false | none | Returns full issuer name that is expanded from the three-letter or two-letter code which indicate the issuing State. |
nationalityName | string¦null | false | none | Returns full nationality of the holder, which is expanded from the three-letter or two-letter nationality code. |
Object
{}
Properties
None
Point2df
{
"x": 0,
"y": 0
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
x | number(float)¦null | false | none | none |
y | number(float)¦null | false | none | none |
Points
{
"x": 0,
"y": 0
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
x | integer(int32)¦null | false | none | X coordinate of a point. |
y | integer(int32)¦null | false | none | Y coordinate of a point. |
ProcessingStatus
"SUCCESS"
Processing status
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Processing status | string | false | none | Detailed information about the recognition process. |
Enumerated Values
Property | Value |
---|---|
Processing status | SUCCESS |
Processing status | DETECTION_FAILED |
Processing status | IMAGE_PREPROCESSING_FAILED |
Processing status | STABILITY_TEST_FAILED |
Processing status | SCANNING_WRONG_SIDE |
Processing status | FIELD_IDENTIFICATION_FAILED |
Processing status | MANDATORY_FIELD_MISSING |
Processing status | INVALID_CHARACTERS_FOUND |
Processing status | IMAGE_RETURN_FAILED |
Processing status | BARCODE_RECOGNITION_FAILED |
Processing status | MRZ_PARSING_FAILED |
Processing status | CLASS_FILTERED |
Processing status | UNSUPPORTED_CLASS |
Processing status | UNSUPPORTED_BY_LICENSE |
Processing status | AWAITING_OTHER_SIDE |
Processing status | NOT_SCANNED |
Processing status | BARCODE_DETECTION_FAILED |
RecognitionMode
"NONE"
Recognition mode
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Recognition mode | string | false | none | Recognition mode used to scan current document. |
Enumerated Values
Property | Value |
---|---|
Recognition mode | NONE |
Recognition mode | MRZ_ID |
Recognition mode | MRZ_VISA |
Recognition mode | MRZ_PASSPORT |
Recognition mode | PHOTO_ID |
Recognition mode | FULL_RECOGNITION |
Recognition mode | BARCODE_ID |
Region
"REGION_NONE"
Region
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Region | string | false | none | Document region. |
Enumerated Values
Property | Value |
---|---|
Region | REGION_NONE |
Region | REGION_ALABAMA |
Region | REGION_ALASKA |
Region | REGION_ALBERTA |
Region | REGION_ARIZONA |
Region | REGION_ARKANSAS |
Region | REGION_AUSTRALIAN_CAPITAL_TERRITORY |
Region | REGION_BRITISH_COLUMBIA |
Region | REGION_CALIFORNIA |
Region | REGION_COLORADO |
Region | REGION_CONNECTICUT |
Region | REGION_DELAWARE |
Region | REGION_DISTRICT_OF_COLUMBIA |
Region | REGION_FLORIDA |
Region | REGION_GEORGIA |
Region | REGION_HAWAII |
Region | REGION_IDAHO |
Region | REGION_ILLINOIS |
Region | REGION_INDIANA |
Region | REGION_IOWA |
Region | REGION_KANSAS |
Region | REGION_KENTUCKY |
Region | REGION_LOUISIANA |
Region | REGION_MAINE |
Region | REGION_MANITOBA |
Region | REGION_MARYLAND |
Region | REGION_MASSACHUSETTS |
Region | REGION_MICHIGAN |
Region | REGION_MINNESOTA |
Region | REGION_MISSISSIPPI |
Region | REGION_MISSOURI |
Region | REGION_MONTANA |
Region | REGION_NEBRASKA |
Region | REGION_NEVADA |
Region | REGION_NEW_BRUNSWICK |
Region | REGION_NEW_HAMPSHIRE |
Region | REGION_NEW_JERSEY |
Region | REGION_NEW_MEXICO |
Region | REGION_NEW_SOUTH_WALES |
Region | REGION_NEW_YORK |
Region | REGION_NORTHERN_TERRITORY |
Region | REGION_NORTH_CAROLINA |
Region | REGION_NORTH_DAKOTA |
Region | REGION_NOVA_SCOTIA |
Region | REGION_OHIO |
Region | REGION_OKLAHOMA |
Region | REGION_ONTARIO |
Region | REGION_OREGON |
Region | REGION_PENNSYLVANIA |
Region | REGION_QUEBEC |
Region | REGION_QUEENSLAND |
Region | REGION_RHODE_ISLAND |
Region | REGION_SASKATCHEWAN |
Region | REGION_SOUTH_AUSTRALIA |
Region | REGION_SOUTH_CAROLINA |
Region | REGION_SOUTH_DAKOTA |
Region | REGION_TASMANIA |
Region | REGION_TENNESSEE |
Region | REGION_TEXAS |
Region | REGION_UTAH |
Region | REGION_VERMONT |
Region | REGION_VICTORIA |
Region | REGION_VIRGINIA |
Region | REGION_WASHINGTON |
Region | REGION_WESTERN_AUSTRALIA |
Region | REGION_WEST_VIRGINIA |
Region | REGION_WISCONSIN |
Region | REGION_WYOMING |
Region | REGION_YUKON |
Region | REGION_CIUDAD_DE_MEXICO |
Region | REGION_JALISCO |
Region | REGION_NEWFOUNDLAND_AND_LABRADOR |
Region | REGION_NUEVO_LEON |
Region | REGION_BAJA_CALIFORNIA |
Region | REGION_CHIHUAHUA |
Region | REGION_GUANAJUATO |
Region | REGION_GUERRERO |
Region | REGION_MEXICO |
Region | REGION_MICHOACAN |
Region | REGION_NEW_YORK_CITY |
Region | REGION_TAMAULIPAS |
Region | REGION_VERACRUZ |
Region | REGION_CHIAPAS |
Region | REGION_COAHUILA |
Region | REGION_DURANGO |
Region | REGION_GUERRERO_COCULA |
Region | REGION_GUERRERO_JUCHITAN |
Region | REGION_GUERRERO_TEPECOACUILCO |
Region | REGION_GUERRERO_TLACOAPA |
Region | REGION_GUJARAT |
Region | REGION_HIDALGO |
Region | REGION_KARNATAKA |
Region | REGION_KERALA |
Region | REGION_KHYBER_PAKHTUNKHWA |
Region | REGION_MADHYA_PRADESH |
Region | REGION_MAHARASHTRA |
Region | REGION_MORELOS |
Region | REGION_NAYARIT |
Region | REGION_OAXACA |
Region | REGION_PUEBLA |
Region | REGION_PUNJAB |
Region | REGION_QUERETARO |
Region | REGION_SAN_LUIS_POTOSI |
Region | REGION_SINALOA |
Region | REGION_SONORA |
Region | REGION_TABASCO |
Region | REGION_TAMIL_NADU |
Region | REGION_YUCATAN |
Region | REGION_ZACATECAS |
Region | REGION_AGUASCALIENTES |
Region | REGION_BAJA_CALIFORNIA_SUR |
Region | REGION_CAMPECHE |
Region | REGION_COLIMA |
Region | REGION_QUINTANA_ROO_BENITO_JUAREZ |
Region | REGION_QUINTANA_ROO |
Region | REGION_QUINTANA_ROO_SOLIDARIDAD |
Region | REGION_TLAXCALA |
Region | REGION_QUINTANA_ROO_COZUMEL |
Region | REGION_SAO_PAOLO |
Region | REGION_RIO_DE_JANEIRO |
Region | REGION_RIO_GRANDE_DO_SUL |
Region | REGION_NORTHWEST_TERRITORIES |
Region | REGION_NUNAVUT |
Region | REGION_PRINCE_EDWARD_ISLAND |
Region | REGION_DISTRITO_FEDERAL |
Region | REGION_MARANHAO |
Region | REGION_MATO_GROSSO |
Region | REGION_MINAS_GERAIS |
Region | REGION_PARA |
Region | REGION_PARANA |
Region | REGION_PERNAMBUCO |
Region | REGION_SANTA_CATARINA |
Region | REGION_ANDHRA_PRADESH |
Region | REGION_CEARA |
Region | REGION_GOIAS |
Region | REGION_GUERRERO_ACAPULCO_DE_JUAREZ |
Region | REGION_HARYANA |
Region | REGION_SERGIPE |
Region | REGION_ALAGOAS |
Region | REGION_BANGSAMORO |
ResultState
"EMPTY"
Result state
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Result state | string | false | none | Possible states of the Recognizer's result. |
Enumerated Values
Property | Value |
---|---|
Result state | EMPTY |
Result state | UNCERTAIN |
Result state | VALID |
Result state | STAGE_VALID |
Side
"SIDE_FRONT"
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
anonymous | string | false | none | none |
Enumerated Values
Property | Value |
---|---|
anonymous | SIDE_FRONT |
anonymous | SIDE_BACK |
StringResult
{
"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"
}
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
latin | string¦null | false | none | The result of recognition in latin. |
latinLocation | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | LocationInfo | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The location latin recognition. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
cyrillic | string¦null | false | none | The result of recognition in cyrillic. |
cyrillicLocation | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | LocationInfo | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The location cyrillic recognition. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
arabic | string¦null | false | none | The result of recognition in arabic. |
arabicLocation | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | LocationInfo | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The location arabic recognition. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
greek | string¦null | false | none | The result of recognition in greek. |
greekLocation | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | LocationInfo | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The location greek recognition. |
TieredCheck
{
"result": "NOT_PERFORMED",
"matchLevel": "DISABLED"
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
result | CheckResult¦null | false | none | none |
matchLevel | MatchLevel¦null | false | none | none |
Type
"TYPE_NONE"
Type
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
Type | string | false | none | Document type. |
Enumerated Values
Property | Value |
---|---|
Type | TYPE_NONE |
Type | TYPE_CONSULAR_ID |
Type | TYPE_DL |
Type | TYPE_DL_PUBLIC_SERVICES_CARD |
Type | TYPE_EMPLOYMENT_PASS |
Type | TYPE_FIN_CARD |
Type | TYPE_ID |
Type | TYPE_MULTIPURPOSE_ID |
Type | TYPE_MyKad |
Type | TYPE_MyKid |
Type | TYPE_MyPR |
Type | TYPE_MyTentera |
Type | TYPE_PAN_CARD |
Type | TYPE_PROFESSIONAL_ID |
Type | TYPE_PUBLIC_SERVICES_CARD |
Type | TYPE_RESIDENCE_PERMIT |
Type | TYPE_RESIDENT_ID |
Type | TYPE_TEMPORARY_RESIDENCE_PERMIT |
Type | TYPE_VOTER_ID |
Type | TYPE_WORK_PERMIT |
Type | TYPE_iKAD |
Type | TYPE_MILITARY_ID |
Type | TYPE_MyKAS |
Type | TYPE_SOCIAL_SECURITY_CARD |
Type | TYPE_HEALTH_INSURANCE_CARD |
Type | TYPE_PASSPORT |
Type | TYPE_S_PASS |
Type | TYPE_ADDRESS_CARD |
Type | TYPE_ALIEN_ID |
Type | TYPE_ALIEN_PASSPORT |
Type | TYPE_GREEN_CARD |
Type | TYPE_MINORS_ID |
Type | TYPE_POSTAL_ID |
Type | TYPE_PROFESSIONAL_DL |
Type | TYPE_TAX_ID |
Type | TYPE_WEAPON_PERMIT |
Type | TYPE_VISA |
Type | TYPE_BORDER_CROSSING_CARD |
Type | TYPE_DRIVER_CARD |
Type | TYPE_GLOBAL_ENTRY_CARD |
Type | TYPE_MyPolis |
Type | TYPE_NEXUS_CARD |
Type | TYPE_PASSPORT_CARD |
Type | TYPE_PROOF_OF_AGE_CARD |
Type | TYPE_REFUGEE_ID |
Type | TYPE_TRIBAL_ID |
Type | TYPE_VETERAN_ID |
Type | TYPE_CITIZENSHIP_CERTIFICATE |
Type | TYPE_MY_NUMBER_CARD |
Type | TYPE_CONSULAR_PASSPORT |
Type | TYPE_MINORS_PASSPORT |
Type | TYPE_MINORS_PUBLIC_SERVICES_CARD |
Type | TYPE_DRIVING_PRIVILEGE_CARD |
Type | TYPE_ASYLUM_REQUEST |
Type | TYPE_DRIVER_QUALIFICATION_CARD |
Type | TYPE_PROVISIONAL_DL |
Type | TYPE_REFUGEE_PASSPORT |
Type | TYPE_SPECIAL_ID |
Type | TYPE_UNIFORMED_SERVICES_ID |
Type | TYPE_IMMIGRANT_VISA |
Type | TYPE_CONSULAR_VOTER_ID |
Type | TYPE_TWIC_CARD |
Type | TYPE_EXIT_ENTRY_PERMIT |
Type | TYPE_MAINLAND_TRAVEL_PERMIT_TAIWAN |
Type | TYPE_NBI_CLEARANCE |
Type | TYPE_PROOF_OF_REGISTRATION |
Type | TYPE_TEMPORARY_PROTECTION_PERMIT |
Type | TYPE_AFGHAN_CITIZEN_CARD |
Type | TYPE_EID |
Type | TYPE_PASS |
Type | TYPE_SIS_ID |
Type | TYPE_ASIC_CARD |
Type | TYPE_BIDOON_CARD |
Type | TYPE_INTERIM_HEALTH_INSURANCE_CARD |
Type | TYPE_NON_VOTER_ID |
Type | TYPE_RECIPROCAL_HEALTH_INSURANCE_CARD |
Type | TYPE_VEHICLE_REGISTRATION |
Type | TYPE_ESAAD_CARD |
VIZResult
{
"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"
}
}
}
],
"vehicleOwner": {
"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"
}
}
}
The data extracted from the visual inspection zone.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
firstName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The first name of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
lastName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The last name of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
fullName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The full name of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
documentSubtype | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The transcription of the document subtype. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
remarks | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The remarks on the residence permit. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
residencePermitType | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The residence permit type. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
manufacturingYear | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The manufacturing year. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
vehicleType | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The vehicle type. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
eligibilityCategory | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The eligibility category. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
specificDocumentValidity | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The specific document validity. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
dependentsInfo | [DependentInfo]¦null | false | none | [ The dependents info.] |
vehicleOwner | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The vehicle owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
additionalNameInformation | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The additional name information of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
localizedName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The localized name of the document. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
address | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The address of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
additionalAddressInformation | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The additional address information of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
additionalOptionalAddressInformation | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The one more additional address information of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
placeOfBirth | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The place of birth of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
nationality | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The nationality of the documet owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
race | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The race of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
religion | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The religion of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
profession | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The profession of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
maritalStatus | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The marital status of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
residentialStatus | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The residential stauts of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
employer | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The employer of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
sex | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The sex of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
dateOfBirth | DateResult¦null | false | none | none |
dateOfIssue | DateResult¦null | false | none | none |
dateOfExpiry | DateResult¦null | false | none | none |
dateOfExpiryPermanent | boolean¦null | false | none | Determines if date of expiry is permanent. |
documentNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The document number. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
personalIdNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The personal identification number. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
documentAdditionalNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The additional number of the document. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
additionalPersonalIdNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The additional personal identification number. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
documentOptionalAdditionalNumber | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The one more additional number of the document. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
issuingAuthority | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The issuing authority of the document. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
fathersName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The fathers name of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
mothersName | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The mothers name of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
driverLicenseDetailedInfo | DriverLicenseDetailedInfo¦null | false | none | The driver license detailed info. |
bloodType | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The blood type of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
sponsor | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The sponsor of the document owner. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
visaType | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | Visa type of the document. |
VehicleClassInfo
{
"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"
}
}
}
}
The additional information on vehicle class.
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
vehicleClass | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The type of vehicle the driver license owner has privilege to drive. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
licenceType | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | StringResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The type of driver licence. |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
effectiveDate | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | DateResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The date since licence is effective |
continued
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
expiryDate | any | false | none | none |
allOf
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | DateResult | false | none | none |
and
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
» anonymous | any | false | none | The date of expiry of licence. |
Release Notes
3.15.0
What's New
New Documents Support
- Benin - Identity Card
- Costa Rica - Polycarbonate Passport
- Gambia - Identity Card
- Guinea - Identity Card
- Nicaragua - Paper Passport
- Pakistan - Polycarbonate Passport
- Saudi Arabia - Polycarbonate Passport
- Senegal - Paper Passport
- Suriname - Identity Card
- Uruguay - Paper Passport
- Zimbabwe - Polycarbonate Passport
New Document Versions for Supported Documents
- Australia, Northern Territory - Proof Of Age Card
- Ecuador - Driver's License
- Ecuador - Paper Passport
- El Salvador - Identity Card
- Finland - Identity Card
- Germany - eID
- Greece - Driver's License
- Guatemala - Driver's License
- Kenya - Identity Card
- Luxembourg - Residence Permit
- Mexico, Hidalgo - Driver's License
- Mexico, Quintana Roo-Solidaridad - Driver's License
- Mexico, Tamaulipas - Driver's License
- Mozambique - Identity Card
- New Zealand - Driver's License
- Nicaragua - Identity Card
- Tunisia - Driver's License
- Uganda - Driver's License
- UK - Asylum Request
- UK - Proof Of Age Card
- USA - Passport Card
- USA, Michigan - Identity Card
- USA, Tennessee - Driver's License
- USA, Tennessee - Identity Card
New Beta Documents Support
- Brazil, Alagoas - Identity Card
- Grenada - Paper Passport
- Honduras - Resident ID
- Paraguay - Paper Passport
- Saint Kitts and Nevis - Paper Passport
- UAE - Esaad Card
New Document Versions for Beta-Supported Documents
- El Salvador - Driver's License
- Honduras - Driver's License
- Hong Kong - Polycarbonate Passport
- India, Gujarat - Driver's License
- Liechtenstein - Driver's License
- Mexico, Quintana Roo-Cozumel - Driver's License
- Mozambique - Driver's License
- Saint Lucia - Paper Passport
Out of beta
- UK - Asylum Request
- USA, North Dakota - Identity Card
Bug Fixes
- NY ID/DL: Added logic to expose the Enhanced document subtype, allowing customers to distinguish between regular and enhanced versions.
- Bolivia & Namibia ID: Resolved data match inconsistencies that were causing data match failures.
- Romanian ID: Multi side scan no longer expects blank back card of old IDs, even with
skipUnsupportedBack
set tofalse
. - Fixed
backImageAnalysisResult.cardRotation
not being correctly populated when scanning the wrong side of a document.
3.14.0
What's New
- Beta Feature: Second Page Passport Scanning
- We’ve launched support for scanning and extracting data from the second page of passports for select countries - Slovenia, Ireland, and New Zealand. By default, this feature is disabled but can be enabled via the
scanPassportDataPageOnly
setting. This feature is in beta, and your feedback is appreciated.
- We’ve launched support for scanning and extracting data from the second page of passports for select countries - Slovenia, Ireland, and New Zealand. By default, this feature is disabled but can be enabled via the
- USA Green Card - Enabled Data Match for the
Document Number
field, matching values from the VIZ (Visual Inspection Zone) and MRZ to further enhance extraction reliability.
Bug Fixes
- Spain ID: Fixed an issue with indefinite expiry dates, ensuring consistent values between the MRZ and Visual Inspection Zone (VIZ).
- Bulgaria ID: Improved parsing for indefinite expiry dates in the MRZ for better accuracy.
- Netherlands ID & Norway Passport: Resolved issues with the
Personal ID number
field that were causing the data match feature to fail. - Chinese Passport: Enhanced reliability of extracted data with additional logic for the
Document Number
field. - German ID & Luxembourg ID: Adjusted name extraction logic to resolve issues with name separation, ensuring more consistent results.
3.13.1-lite
Bug fixes
- NYC Municipal ID & USA Border Crossing Card - Resolved an issue where the scanning process could get stuck on the back side during multi-side scanning
3.13.0-lite
Expanded Document Coverage
New Documents Support
- Armenia - Paper Passport
- Bahamas - Temporary Residence Permit
- Bahamas - Work Permit
- Bangladesh - Polycarbonate Passport
- Comoros - Paper Passport
- Dominican Republic - Non Voter ID
- Greece - Polycarbonate Passport
- Jamaica - Voter ID
- Kazakhstan - Paper Passport
- Kyrgyzstan - Paper Passport
- Kyrgyzstan - Polycarbonate Passport
- Lebanon - Driver's License
- Tajikistan - Identity Card
- Turkmenistan - Polycarbonate Passport
- Uzbekistan - Identity Card
New Document Versions for Supported Documents
- Argentina - Alien ID
- Bulgaria - Identity Card
- Canada, British Columbia - Identity Card
- Canada, British Columbia - Minors Public Services Card
- Croatia - Driver's License
- Jamaica - Paper Passport
- Malaysia - i-Kad
- Mexico, Coahuila - Driver's License
- Montenegro - Driver's License
- Namibia - Identity Card
- Norway - Driver's License
- Pakistan - Proof of Registration
- Panama - Identity Card
- Panama - Residence Permit
- Peru - Minors ID
- Portugal - Identity Card
- Romania - Identity Card
- Trinidad and Tobago - Driver's License
- Turkey - Identity Card
- USA, Arizona - Identity Card
- USA, Colorado - Identity Card
- USA, Michigan - Identity Card
- USA, Mississippi - Driver's License
- USA, Mississippi - Identity Card
- USA, Montana - Identity Card
- USA, North Carolina - Identity Card
- USA, North Carolina - Driver's License
- USA, North Dakota - Driver's License
- USA, Vermont - Identity Card
- USA, Virginia - Identity Card
- USA, Wyoming - Driver's License
- USA, Wyoming - Identity Card
- Uzbekistan - Paper Passport
New Beta Documents Support
- Andorra - Paper Passport
- Andorra - Polycarbonate Passport
- Philippines - Driver's License
- Armenia - Work Permit
- Australia - Asic Card
- Azerbaijan - Driver's License
- Bahamas - Paper Passport
- Bahamas - Polycarbonate Passport
- Cayman Islands - Paper Passport
- Cayman Islands - Polycarbonate Passport
- Cayman Islands - Voter ID
- Gibraltar - Driver's License
- Gibraltar - Identity Card
- Gibraltar - Paper Passport
- Gibraltar - Polycarbonate Passport
- Guyana - Paper Passport
- Kuwait - Bidoon Card
- Kyrgyzstan - Driver's License
- Monaco - Paper Passport
- Pakistan - Afghan Citizen Card
- Philippines, Bangsamoro - Driver's License
- Saint Lucia - Driver's License
- Saint Lucia - Paper Passport
- San Marino - Polycarbonate Passport
- Turks and Caicos Islands - Driver's License
- Turks and Caicos Islands - Identity Card
- Turks and Caicos Islands - Paper Passport
- Australia - Interim Health Insurance Card
- Australia - Reciprocal Health Insurance Card
- UAE - Vehicle Registration
New Document Versions for Beta-Supported Documents
- Barbados - Identity Card
- Brazil - Paper Passport
- Dominican Republic - Driver's License
- India, Gujarat - Driver's License
- Mexico, Puebla - Driver's License
- Philippines - Tax ID
- Philippines - Health Insurance Card
- Australia - Health Insurance Card
New Segments Supported on Documents
- USA - Green Card -
eligibilityCategory
- USA - Work Permit -
eligibilityCategory
- Greece - Driver's License -
placeOfBirth
(greek and latin) - Saudi Arabia - Resident ID -
nationality
(arabic) - Bahrain -
dateOfExpiry
- USA - Driver's license & ID card -
specificDocumentValidity
- Pakistan - Proof of Registration -
DependentDateOfBirth
,DependentSex
,DependentDocumentNumber
&DependentFullName
Renamed segments
- Barbados - Identity Card -
personalIdNumber
->documentNumber
- Panama - Identity Card -
personalIdNumber
->documentNumber
- Panama - Residence Permit -
personalIdNumber
->documentNumber
New Features
- Greek Alphabet Support
- We’ve added support for extracting
Place of Birth
in both Greek and Latin scripts.
- We’ve added support for extracting
- The Quite OK Image Format
- introduced
QOI
image format for result images - ImageFormat enum has now new value:
QOI
- introduced
3.12.0-lite
New features
- Ability to choose image format
- You can now select the image format in which BlinkID returns images, with options for JPG and PNG. This new setting allows you to tailor the image output to meet the specific requirements of your use case, providing flexibility in balancing image quality and file size.
Expanded document coverage
New document versions for supported documents
- Sweden - Social Security Card - Back side
- Bolivia - Driver's License - Back side
- Brazil, Distrito Federal - Identity Card - Back side #### Out of beta
- Colombia - Temporary Protection Permit #### New beta documents support
- France - Professional ID
- Mexico - Tax ID #### New document versions for beta-supported documents
- Brazil, Parana - Identity Card - Back side
- Brazil, Santa Catarina - Identity Card - Back side #### New segments supported on documents
- Peru - Alien ID - MRZ
Bug fixes
- Fallback for barcode scanning -
Barcode ID
recognition mode will now extract information from any supported barcode if full document recognition fails. Initially available only for US and Canadian documents, this feature is now available to all documents. - MRZ field on US documents - Set to optional by default and currently refers to: Minnesota (DL & ID), New York (DL & ID), Vermont (DL) and Washington (DL & ID).
AdditionalProcessingInfo
- In cases of an empty result, this field now provides details about the reasons why scanning failed.
3.11.0-lite
New Features
- Custom mandatory fields
- We’re introducing the option for customers to define their own set of mandatory fields. This feature allows greater flexibility in the scanning process by enabling the extraction of only the necessary information from identity documents. Now you can customize the process and focus on only those fields that are relevant to your use case.
- Custom mandatory fields can be set at the document level or applied universally to all document types.
- Face detector improvements
- We made significant enhancements to our face detector model. If BlinkID can not detect a complete face image, it will prompt users with real-time feedback "Keep the document fully visible."
- Added new values to
Class Info
enum:- Region:
ALAGOAS
for Brazilian documents - Type:
AFGHAN_CITIZEN_CARD
,EID
,PASS
,SIS_ID
- Region:
API breaking change
- Additional anonymization
- The ClassAnonymizationSettings class used for additional anonymization now includes a ClassFilter for filtering classes by Country, Region, and Type.
- example of old additionalAnonymization JSON structure:
"additionalAnonymization": [ { "country": "COUNTRY_USA", "region":"REGION_CALIFORNIA", "type": "TYPE_DL", "fields":["FIRST_NAME"] } ]
- example of new additionalAnonymization JSON structure:
"additionalAnonymization": [ { "classFilter": { "country": "COUNTRY_USA", "region": "REGION_CALIFORNIA", "type": "TYPE_DL" }, "fields": ["FIRST_NAME"] } ]
Expanded Document Coverage
New Documents Support
- Austria - Polycarbonate Passport
- Canada - Polycarbonate Passport
- Ecuador - Paper Passport
- Germany - eID
- Guatemala - Alien ID
- Iraq - Polycarbonate Passport
- Namibia - Identity Card
- Nepal - Polycarbonate Passport
- Sweden - SIS ID
- USA, Delaware - Identity Card
- USA, Louisiana - Identity Card
- USA, Vermont - Identity Card
New Document Versions for Supported Documents
- Bolivia - Identity Card
- Canada, British Columbia - Public Services Card
- Finland - Identity Card
- Greece - Identity Card
- Malaysia - iKAD
- Mexico, Nuevo Leon - Driver's License
- Mexico, Tlaxcala - Driver's License
- Morocco - Driver's License
- Thailand - Polycarbonate Passport
- USA - Alaska - Driver's License
- USA - Alaska - Identity Card
- USA - Connecticut - Identity Card
- USA - Delaware - Driver's License
- USA - District of Columbia - Driver's License
- USA - Hawaii - Identity Card
- USA - Idaho - Driver's License
- USA - Indiana - Driver's License
- USA - Indiana - Identity Card
- USA - Iowa - Identity Card
- USA - Kansas - Identity Card
- USA - Kentucky - Identity Card
- USA - Kentucky - Driver's License
- USA - Maine - Identity Card
- USA - Maine - Driver's License
- USA - Michigan - Driver's License
- USA - Minnesota - Driver's License
- USA - Minnesota - Identity Card
- USA - Montana - Identity Card
- USA - Montana - Driver's License
- USA - New Hampshire - Identity Card
- USA - New Mexico - Driver's License
- USA - New Mexico - Identity Card
- USA - New York - Identity Card
- USA - North Dakota - Identity Card
- USA - Oregon - Identity Card
- USA - Pennsylvania - Driver's License
- USA - Rhode Island - Identity Card
- USA - South Carolina - Identity Card
- USA - Vermont - Driver's License
- USA - Washington - Identity Card
- USA - Wyoming - Driver's License
- USA - Wyoming - Identity Card
Out of Beta
- European Union - Health Insurance Card
New Beta Documents Support
- Democratic Republic of the Congo - Voter ID
- Philippines - Alien ID
- Philippines - Postal ID
- Philippines - Work Permit
- Philippines - Health Insurance Card
New Document Versions for Beta-Supported Documents
- Honduras - Paper Passport
- Mexico, Sonora - Driver's License
- Peru - Alien ID
- Philippines - Alien ID
New Segments Supported on Documents
- China Exit Entry Permit - MRZ
- China Mainland Travel Permit Taiwan - MRZ
- France Residence permit -
Remarks
&ResidencePermitType
- Philippines Alien ID -
visaType
Bug Fixes
- German ID - Fixed issues in cases when documents contain multiple surnames.
- Paraguay ID - Added support for parsing the smaller barcode found on the back side of the ID.
- Bulgaria Driver’s License - The Address field is set to optional, improving the extraction process.
- Improved MRZ parsing for the back side of the following identity documents:
- Brazil Alien ID
- Kenya ID
- Bosnia and Herzegovina ID
- Ivory Coast ID
- Paraguay ID
3.10.0-lite
New Features
- Glare detection
- We’ve introduced glare detection to BlinkID.
- Improved blur detection
- We’ve raised the threshold for our blur model, making it stricter. This improvement ensures that sharper images are accepted for processing. You can disable blur filtering by setting the
enableBlurFilter
(ex.allowBlurFilter
) boolean parameter tofalse
.
- We’ve raised the threshold for our blur model, making it stricter. This improvement ensures that sharper images are accepted for processing. You can disable blur filtering by setting the
- Support for extracting the subtypes of US driver’s licenses & ID cards
- BlinkID now extracts precise information about subtypes of driver’s licenses and ID cards (e.g., conditional driver’s license, learner’s permit, provision, enhanced, etc.). This information is included in the scanning results, allowing you to tailor workflows or processes based on document limitations.
- Option to anonymize barcode data
- You can now anonymize specific fields in the barcode results from an identity document, in addition to the anonymized fields already supported in the Visual Inspection Zone (VIZ).
Minor API changes
- Added a new result member
documentSubtype
in BlinkIDSingleSideResponse, BlinkIDMultiSideResponse, and VIZResult to include subtype information for US driver’s licenses or ID cards (commercial, provisional, etc.) - Renamed setting
allowBlurFilter
toenableBlurFilter
- Changes to the
ImageAnalysisResult
:- added boolean
glareDetected
- renamed
blurred
toblurDetected
- added boolean
Bug Fixes
- Fixed data match for Paraguay ID 2023 to cover inconsistencies between the MRZ and Visual Inspection Zone (VIZ)
3.9.1-lite
Bug Fixes
- Fixed document number anonymization bug
3.9.0-lite
New Features
- Real ID symbol detection on US driver's license
- BlinkID can now identify Real ID symbols from US driver’s licenses, providing feedback on their presence or absence. This ensures customers can quickly determine if a Real ID symbol is available on a scanned US driver’s license to be compliant with Real ID regulations..
- Partial anonymization of the "Document Number"
- To ensure user privacy and security, BlinkID now offers the option of partially anonymizing the document number from the scanned document.
- Mandatory Barcode Presence on US documents
- To minimize the cases of capturing the front side of the document as the back frame in the results, BlinkID now requires the presence of a barcode before saving the back frame on US documents. Processing status
BarcodeDetectionFailed
is returned when the mandatory barcode is not present on the back of US documents.
- To minimize the cases of capturing the front side of the document as the back frame in the results, BlinkID now requires the presence of a barcode before saving the back frame on US documents. Processing status
Minor API changes
- Added
BarcodeDetectionFailed
as a newProcessingStatus
- This status is triggered once the barcode was not found on the image. This processing status can only occur if the document has the mandatory barcode.
- Added new boolean member
realIdDetectionStatus
to theImageAnalysisResult
. Iftrue
, Real ID symbol is present,false
otherwise. - Added new member
documentNumberAnonymizationSettings
to theClassAnonymizationSettings
for seamless integration with the document number anonymization feature.
Bug Fixes
- Updated internal mapping for Myanmar Passports to display nationality as "Myanmarese" instead of "Burmese" on Myanmar passports.
3.8.0-lite
Changes to BlinkID(Combined) Recognizer
- Added support for extraction of
sponsor
andbloodType
in vizResult
Added support for 7 new documents:
- Australia - Polycarbonate Passport
- Indonesia - Polycarbonate Passport
- Mexico - Consular Voter ID
- Moldova - Polycarbonate Passport
- Pakistan - Proof Of Registration
- Panama - Polycarbonate Passport
- USA - West Virginia - ID Card
Added support for 10 new documents in BETA:
- Brazil - Ceara - ID Card
- Brazil - Goias - ID Card
- Brazil - Sergipe - ID Card
- China - Exit Entry Permit
- China - Mainland Travel Permit Taiwan
- Colombia - Temporary Protection Permit
- India - DL
- India - Andhra Pradesh - DL
- India - Haryana - DL
- European Union - Health Insurance Card
Added new version support for 37 already supported documents
- Australia - Queensland - DL
- Australia - Victoria - DL
- Australia - Western Australia - DL
- Bolivia - Minor's ID
- Brazil - Alien ID
- Estonia - DL
- Finland - Alien ID
- Guatemala - Paper Passport
- India - Paper Passport - New side type
- Malta - DL
- Mexico - Guanajuato - DL
- Mexico - San Luis Potosi - DL
- New Zealand - Polycarbonate Passport
- Paraguay - ID Card
- Slovenia - Residence Permit
- USA - Green Card
- USA - Work Permit
- USA - Arizona - ID Card
- USA - Colorado - DL
- USA - Colorado - ID Card
- USA - District of Columbia - DL
- USA - District of Columbia - ID Card
- USA - Idaho - DL
- USA - Idaho - ID Card
- USA - Missouri - ID Card
- USA - Nebraska - ID Card
- USA - Nevada - ID Card
- USA - New York - ID Card
- USA - North Dakota - DL
- USA - Oklahoma - ID Card
- USA - Pennsylvania - ID Card
- USA - Utah - ID Card
- USA - Virginia - DL
- USA - Virginia - ID Card
- USA - West Virginia - DL
- USA - Wisconsin - DL
- USA - Wisconsin - ID Card
Added new version support for 7 already supported documents in BETA:
- Australia - Queensland - Proof of Age Card
- Brazil - ID Card
- Ireland - Residence Permit
- Mexico - Consular ID
- Mexico - Residence Permit
- Mexico - Nayarit - DL
- USA - North Dakota - ID Card
These documents are no longer BETA:
- Croatia - Residence Permit
- Moldova - Paper Passport
3.7.0
Changes to BlinkID(Combined) Recognizer
Improvements
- Added support for extraction of
visaType
andnumberOfEntries
from visas
3.6.0-lite
Changes to BlinkID(Combined) Recognizer
Bugfixes
- Fixed data matching issue in Guatamala Passport
- Improved the document side detection for US driver licenses which reduces the possibility of capturing the wrong side of the document. Barcode is now mandatory for the document back side of the US driving licenses
Changes to BlinkCardRecognizer
- Improved scanning performance and added support for virtually any card layout
- Improved IBAN parser which now supports more IBAN formats
- Added option
allowInvalidCardNumber
which allows reading invalid card numbers to avoid endless scanning on samples and test cards:- use with care as it might reduce accuracy in certain situations in production
- for invalid card number the flag
cardNumberValid
indata
will be set tofalse
Improvements
- Better support for RTL languages in our default UX
3.5.0-lite
New features
- New
CardOrientation
status -NotAvailable
- New
Region
enum values:DISTRITO_FEDERAL
MARANHAO
MATO_GROSSO
MINAS_GERAIS
PARA
PARANA
PERNAMBUCO
SANTA_CATARINA
- New
Type
enum values:CONSULAR_VOTER_ID
TWIC_CARD
3.4.0-lite
New features
- Changes to the
BlinkIdSingleSideRecognizer
andBlinkIdMultiSideRecognizer
:- added new structure LocationInfo (with
topLeftCorner
,dimensions
,side
members) - added new result members inside
StringResult
:latinLocation
- location of latin recognitioncyrillicLocation
- location of cyrillic recognitionarabicLocation
- location of arabic recognition
- new result member in
BlinkIdSingleSideRecognizerOutput
andBlinkIdMultiSideRecognizerOutput
:faceImageLocation
- added new structure LocationInfo (with
- Add new
Country
enum value -SCHENGEN_AREA
- And new
Type
enum value -IMMIGRANT_VISA
Bugfixes
- Remove autofill on
Russian
passportDateOfExpiry
when present on a document - Improved scanning success rate and stability when using
BlinkIdMultiSideRecognizer
3.3.0
Changes to BlinkID(Combined) Recognizer
New features
- support for visa documents
- fix for data match for Korean Passport
- postprocessing of full name for France Residence Permit
- data is split to first name and last name
- added new items to enums:
- Country:
- SCHENGEN_AREA
- Type:
- IMMIGRANT_VISA
- FieldType:
- durationOfStay
- numberOfEntries
- visaType
- Country:
Added support for 8 new documents in BETA
- Canada - Visa
- China - Visa
- India - Visa
- Schengen Area - Visa
- UK - Visa
- USA - Immigrant Visa
- USA - Visa
- UAE - Residence Permit
Changes to BlinkCardRecognizer
Improvements
- Included hand, photocopy, and screen detection models to achieve liveness functionality
- Added anonymization info on which side was anonymized. String data is anonymized using an asterisk instead of blanking the result.
- Expanded the number of supported credit card types by 100%.
- Improved data extraction, including a 30% reduction in incorrect processing of CVV field.
3.2.0
New features
- new and improved machine learning models for data extraction
- expanded support for arabic documents
- added isFilledByDomainKnowledge flag to Date and DateResult
- indicates that date is not extracted from image but filled based on our internal document knowledge
- added new setting additionalAnonymization
- enables custom anonymization for any field per country, region and type of document
- added new items to enums:
- Region:
- NORTHWEST_TERRITORIES (added item to enum, no document support for NORTHWEST_TERRITORIES yet)
- NUNAVUT (added item to enum, no document support for NUNAVUT yet)
- PRINCE_EDWARD_ISLAND
- Type:
- ASYLUM_REQUEST
- DRIVER_QUALIFICATION_CARD
- PROVISIONAL_DL
- REFUGEE_PASSPORT
- SPECIAL_ID
- UNIFORMED_SERVICES_ID
- FieldType:
- BloodType
- Sponsor
- Region:
Added support for 9 new documents
- Belarus - ID Card
- Guyana - ID Card
- Jamaica - Paper Passport
- Myanmar - Paper Passport
- Palestine - Paper Passport
- Saint Kitts and Nevis - Driving License
- Syria - ID Card
- Trinidad and Tobago - Paper Passport
- USA - Uniformed Services ID Card
Added support for 23 new documents in BETA
- Barbados - Driving License
- Belarus - Polycarbonate Passport
- Belarus - Residence Permit
- Belgium - Provisional Driving License
- Belgium - Special ID Card
- Bulgaria - Alien ID Card
- Bulgaria - Residence Permit
- Canada - New Brunswick - ID Card
- Canada - Prince Edward Island - Driving License
- Estonia - Polycarbonate Passport
- Germany - Driver Qualification Card
- Guyana - Driving License
- Kuwait - Paper Passport
- Lebanon - Paper Passport
- Liechtenstein - Driving License
- Malta - Paper Passport
- Malta - Polycarbonate Passport
- Moldova - Driving License
- Netherlands - Alien ID Card
- Oman - Paper Passport
- Peru - Alien ID Card
- Romania - Residence Permit
- UK - Asylum Request
Added support for 28 new versions of already supported documents
- Canada - British Columbia - Public Services Card
- Canada - British Columbia - Driving License
- Cyprus - Residence Permit
- Denmark - Polycarbonate Passport
- Germany - ID Card
- Italy - ID Card
- Ireland - Passport Card
- Malta - ID Card
- Montenegro - ID Card
- Montenegro - Polycarbonate Passport
- North Macedonia - ID Card
- North Macedonia - Polycarbonate Passport
- Norway - Driving License
- Norway - Residence Permit
- Norway - Polycarbonate Passport
- Philippines - Driving License
- Sweden - Polycarbonate Refugee Passport
- Sweden - Social Security Card
- UAE - Resident ID Card
- UK - Proof of Age Card
- USA - Arkansas - ID Card
- USA - Colorado - ID Card
- USA - Idaho - ID Card
- USA - Illinois - ID Card
- USA - New York - Driving License
- USA - New York - ID card
- USA - Pennsylvania - Driving License
- USA - Washington - Driving License
Added support for 3 new versions of already supported documents in BETA
- Denmark - Residence Permit
- Estonia - Residence Permit
- Latvia - Residence Permit
3.1.0
New features
- added support for ARM processors
- new and improved machine learning models for data extraction
- further improved barcode scanning (parsing for non-standard US DLs)
- added anonymization for QR code on Dutch ID card
- anonymization of religion field on Malaysian documents
Added support for 9 new documents:
- Australia - Victoria - Proof of Age Card
- Brazil - Rio de Janeiro - ID Card
- Liechtenstein - ID Card
- Luxembourg - Passport
- Mozambique - ID Card
- Norway - ID Card
- Togo - ID Card
- USA - Wyoming - ID Card
- Zimbabwe - ID Card
Added support for 9 new documents in BETA:
- Barbados - ID Card
- Belgium - Passport
- Brazil - Rio Grande do Sul - ID Card
- Ireland - Residence Permit
- Japan - Residence Permit
- Lithuania - Residence Permit
- Saint Lucia - ID Card
- USA - New Hampshire - ID Card
- USA - South Dakota - ID Card
Added support for 34 new versions of already supported documents:
- Belgium - Resident ID Card
- Canada - Residence Permit
- Estonia - ID Card
- Finland - Alien ID Card
- Finland - ID Card
- Latvia - Alien ID Card
- Lithuania - ID Card
- Luxembourg - ID Card
- Malta - Residence Permit
- Netherlands - ID Card
- Netherlands - Residence Permit
- Poland - ID Card
- Sweden Residence Permit
- USA - Alabama - ID Card
- USA - Alaska - ID Card
- USA - Colorado - Driving License
- USA - Connecticut - ID Card
- USA - District of Colombia - Driving License
- USA - District of Colombia - ID Card
- USA - Iowa - ID Card
- USA - Kansas - ID Card
- USA - Louisiana - Driving License
- USA - Maine - Driving License
- USA - Maine - ID Card
- USA - Minnesota - ID Card
- USA - Mississippi - ID Card
- USA - Nevada - Driving License
- USA - New York - Driving License
- USA - South Carolina - ID Card
- USA - South Dakota - Driving License
- USA - Texas - ID Card
- USA - Vermont - Driving License
- USA - Washington - ID Card
- USA - Wisconsin - Driving License
Added support for 2 new versions of already supported documents in BETA:
- Poland - Residence Permit
- Portugal - Residence Permit
3.0.0
New features:
- option to enable extraction of arabic data on certain documents and fields
- option to enable extraction of cyrillic data on certain documents and fields
- barcode performance improvement (new ML model)
- unified DataMatchResult and DataMatchDetailedInfo into a single structure DataMatchResult (removed dataMatchDetailedInfo result member)
- added new result member cardOrientation to ImageAnalysisResult structure
- added new structure AdditionalProcessingInfo
- added new structure StringResult (with Latin, Cyrillic, Arabic members)
- separated DateResult into Date and DateResult
- renamed endpoints:
/blinkid
into/blinkid-single-side
and/blinkid-combined
into/blinkid-multi-side
Added support for 50 new versions of already supported documents:
- Mexico - Aguascalientes - Driving license
- Mexico - Baja California - Driving license
- Mexico - Hidalgo - Driving license
- USA - Delaware - Driving license
- USA - Florida - ID card
- USA - Hawaii - Driving license
- USA - Kentucky - ID card
- USA - Maryland - ID card
- USA - Michigan - ID card
- USA - Mississippi - Driving license
- USA - Mississippi - ID card
- USA - Missouri - ID card
- USA - Ohio - ID card
- USA - Oklahoma - ID card
- USA - Rhode Island - Driving license
These documents are no longer BETA:
- Australia - New South Wales - ID card
- Australia - South Australia - Proof of Age Card
- Belgium - Minors ID card
- Belgium - Passport
- Canada - Tribal ID card
- Canada - Weapon Permit
- Canada - British Columbia - Minors Public Services Card
- Ireland - Public Services Card
- Israel - ID card
- Ivory Coast - Driving License
- Lebanon - ID card
- Libya - Polycarbonate Passport
- Mexico - Colima - Driving license
- Mexico - Michoacan - Driving license
- Mexico - Tamaulipas - Driving license
- Mexico - Zacatecas - Driving license
- Myanmar - Driving license
- Panama - Temporary Residence Permit
- Slovenia - Residence Permit
- Trinidad and Tobago - Driving license
- USA - Passport
- USA - Maine - ID card
Added support for 2 new ID types in BETA:
Latin America and the Caribbean
- Cuba - ID card
- Cayman Islands - Drivers License
Already supported documents but now with option to enable extraction for new scripts
Arabic - 5 ID types
- Egypt - ID card
- Jordan - ID card
- UAE - ID card
- UAE - Passport
- UAE - Resident ID
Cyrillic - 10 ID types
- Bosnia and Herzegovina - ID card
- Bulgaria - Drivers License
- Bulgaria - ID card
- North Macedonia - Drivers License
- North Macedonia - ID card
- Serbia - ID card
- Ukraine - Drivers License
- Ukraine - ID card
- Ukraine - Residence Permit
- Ukraine - Temporary Residence Permit
2.10.0
New feature:
- ML models with new architecture that result in further 8% decrease in error rate
Support for 8 new document types:
- Northern America
- USA - Polycarbonate Passport
- USA - Nebraska - ID Card
- USA - New York - ID Card
- USA - Utah - ID Card -Latin America and the Caribbean
- Mexico - Polycarbonate Passport
- Brazil - Sao Paolo - ID Card
- Europe
- Austria - Residence Permit
- Asia
- Philippines - ID Card
Back side support added:
- Australia - South Australia - Driving license
Added support for 29 new versions of already supported documents:
- Australia - Northern Territory - Proof of Age Card
- Belgium - Minors ID Card
- Belgium - Residence Permit
- Bolivia - ID Card
- Croatia - Residence Permit
- Cyprus - ID Card
- Czechia - ID card
- Czechia - Residence Permit
- Dominican Republic - Paper Passport
- Greece - Residence Permit
- Italy - Residence Permit
- Ivory Coast - Driving license
- Kuwait - Driving license
- Mexico - Jalisco - Driving license
- Mexico - Nuevo Leon - Driving license
- Peru - ID Card
- Poland - Driving license
- Slovenia - ID Card
- Sweden - ID Card
- Sweden - Polycarbonate Passport
- USA - Georgia - ID Card
- USA - Iowa - ID Card
- USA - Kansas - Driving license
- USA - Maryland - ID Card
- USA - Nebraska - ID Card
- USA - New York - Driving license
- USA - New York - ID Card
- USA - Oklahoma - Driving license
- Vietnam - ID Card
These documents are no longer BETA:
- Finland - Residence Permit
- Guatemala - Driving license
Added support for 2 new ID types in BETA:
- Antigua and Barbuda - Driving license
- Mexico - Professional ID Card
Changes to BlinkID(Combined) Recognizer
- Added new item to enums:
- Region:
- Sao Paulo, when scanning Brazilian Driving licenses
- Region:
- Fixed scanning for Argentina ID - there were confusions for Veteran ID, now we enabled successful extraction on Veteran ID as well
2.9.0
Changes to BlinkID(Combined) Recognizer
- We can now successfully extract data from non-ICAO compliant MRZ fields on the Vietnam Passports when the filler arrow is facing the other way (>) instead of the standard way (<).
Anonymization
- We've added additional anonymization support for:
- Religion field on all supported Malaysian documents (MyKad, MyKas, MyKid, MyPR, MyTentera)
Bugfixes
- Resolved issues with RGB color overlay while extracting document image, which was present on some devices
New feature:
- Added SSL support
- Introduced new docker environment variables: SSL_ENABLED, SSL_KEY_STORE_PATH, SSL_KEY_STORE_PASSWORD, SSL_KEY_STORE_TYPE, SSL_KEY_STORE_PROVIDER, SSL_KEY_PASSWORD and SSL_KEY_ALIAS
2.8.1
Improvements for existing features:
- We've resolved security vulnerabilities
2.8.0
New feature:
- Updated machine learning models resulting in a 41% reduced error rate.
Support for 16 new document types:
- Northern America
- USA - Passport Card
- USA - District of Columbia - ID Card
- USA - Iowa - ID Card
- USA - Tennessee - ID Card
- Latin America and the Caribbean
- Cuba - Paper Passport
- Dominican Republic - Paper Passport
- Panama - Residence Permit (front only)
- Peru - Paper Passport
- Europe
- Cyprus - Paper Passport
- Germany - Minors Passport
- UK - Proof of Age Card (front onyl)
- Ukraine - Residence Permit
- Ukraine - Temporary Residence Permit
- Middle East and Africa
- Qatar - Paper Passport
- UAE - Paper Passport
- Oceania
- Australia - Northern Territory - Proof of Age Card
Back side support added:
- Austria - ID Card
- Australia - South Australia - Driving license
- Australia - Tasmania - Driving license
- Canada - Quebec - Driving license
- Mexico - Quintana Roo Solidaridad - Driving license
- USA - Washington - Driving license
Added support for 26 new versions of already supported documents:
- Afghanistan - ID Card
- Bahrain - ID Card
- Hungary - Residence Permit
- India - ID Card
- Mexico - Tabasco - Driving license
- New Zealand - Driving license (front only)
- The Philippines - Professional ID (front only)
- Slovakia - Residence Permit
- South Africa - ID Card
- Switzerland - Residence Permit
- UK - Driving license
- USA - Colorado - Driving license
- USA - Idaho - Driving license
- USA - Kansas - ID Card
- USA - Kentucky - Driving license
- USA - Maine - Driving license
- USA - Massachusetts - ID Card
- USA - Nebraska - Driving license
- USA - New Hampshire - Driving license
- USA - New Jersey - ID Card
- USA - New Mexico - ID Card
- USA - North Carolina - ID Card
- USA - Utah - Driving license
- USA - Vermont Driving license
- USA - West Virginia - Driving license
These documents are no longer BETA:
- Algeria - Paper Passport
- Slovakia - Residence Permit
- USA - Mississippi - ID Card
Added support for 8 new ID types in BETA:
- Iceland - Paper Passport
- South Africa - ID Card (front only)
- Brazil - Consular Passport (beta)
- Quintana Roo Cozumel - Driving license
- Canada - Social Security Card (front only)
- Canada - British Columbia - Minor Public Services Card
- USA - Maine - ID Card
- USA - North Dakota - ID Card
Changes to BlinkID(Combined) Recognizer
- Added new enums:
- Region:
QUINTANA_ROO_COZUMEL
- Type:
CONSULAR_PASSPORT
,MINORS_PASSPORT
, andMINORS_PUBLIC_SERVICES_CARD
- Region:
2.7.1
Improvements for existing features:
- We've resolved security vulnerabilities
2.7.0
Changes to BlinkID(Combined) Recognizer
- Introduced the expanded DataMatch functionality for the BlinkID with the new result member called
dataMatchDetailedInfo
- This result member will enable you to see for which field has been performed, or it did not, the DataMatch functionality. This is enabled for
dateOfBirth
,documentNumber
anddateOfExpiry
. - For example, if the date of expiry is scanned from the front and back side of the document and values do not match, this method will return DataMatchResult: Failed. Result will be DataMatchResult: Success only if scanned values for all fields that are compared are the same. If data matching has not been performed, the result will be DataMatchResult: NotPerformed. This information is available for every of the three mentioned field values above.
- This result member will enable you to see for which field has been performed, or it did not, the DataMatch functionality. This is enabled for
- Fixed issues with scanning Argentina AlienID, where there were confusions with the regular ID.
ClassInfo
now correctly returns which ID type is present based on the barcode data.
Changes to BlinkCardRecognizer
- We’ve added support for 1000+ new credit card types.
- Decrease of wrongly PAN field processing by 30% for horizontal credit cards, and by 60% for vertical credit cards.
- Improvements in the Anonymization functionality for Quick Read formats on VISA credit cards, as well as general improvements for all other credit card types.
2.6.2
Improvements for existing features:
- We've resolved security vulnerabilities
2.6.1
Improvements for existing features:
- We've resolved security vulnerabilities
2.6.0.
We've added new documents to our list of supported documents
- Europe
- Austria - ID Card (front only)
- Germany - ID Card
- Latin America and the Caribbean
- Brazil - ID Card (beta)
- Colombia - ID Card (front only)
- Ecuador - ID Card
- Mexico
- Baja California Sur - Driving Licence (beta)
- Ciudad De Mexico - Driving Licence (front only)
- Colima - Driving Licence (front only, beta)
- Michoacan - Driving Licence (beta)
- Nayarit - Driving Licence (beta)
- Quintana Roo Solidaridad - Driving Licence (front only)
- Tlaxcala - Driving Licence
- Veracruz - Driving Licence (beta)
- Oceania
- Australia - Northern Territory (beta)
- Asia
- Japan - My Number Card (front only)
- Singapore - Resident ID
- Northern America
- USA - Missouri - ID Card
- USA - Nevada - Driving Licence
- USA - New York City - ID Card
- USA - Oklahoma - ID Card
Back side support added:
- Mexico - Chiapas - Driving License
No longer BETA:
- Mexico - Baja California - Driving Licence
- Mexico - Chihuahua - Driving Licence
- Mexico - Coahuila - Driving Licence
- Mexico - Guanajuato - Driving Licence
- Mexico - Mexico - Driving Licence
Changes to BlinkID(Combined) Recognizer
- We've added new result members when scanning Australian Driving Licences:
vehicleClass
,licenceType
,effectiveDate
andexpiryDate
.- Result member are displayed under the
VehicleClassInfo
field; we can also extract data from multiple rows when this vehicle class info data is present on the document (e.g. multiple expiry dates for different vehicle classes).
- Result member are displayed under the
- We've added new enum values:
- Region:
QUINTANA_ROO
,QUINTANA_ROO_SOLIDARIDAD
,TLAXCALA
which are available when scanning Mexican Driving Licences. - Type:
MY_NUMBER_CARD
which is available when scanning Japanese My Number Card documents.
- Region:
- We've added new result member
additionalOptionalAddressInformation
which gives additional address information about the document owner.- This result member can be present when scanning the Pakistani ID Card for the field
Country of Stay
.
- This result member can be present when scanning the Pakistani ID Card for the field
Removed recognizers
- We've removed recognizers:
GermanyDLBack Recognizer
andSingaporeChangiEmployeeId Recognizer
.
Changes to IDBarcodeRecognizer
- For barcodes in countries: Argentina, Colombia, Nigeria, Panama, and South Africa, we now also extract data from the field
Sex
when it's populated with the character "X".
Improvements
- We've added support for Brazil ID Card when the cardholder's face image is rotated for 90 degrees on the document.
- We will return face image and document image + data from VIZ part present on the back side.
2.5.1
Bug fixes:
- Fixed issues with barcode recognition
2.5.0
Newly added versions of documents for already supported documents
We’ve added 24 new documents to our list:
- Europe
- Belgium - Driving License (front only)
- Croatia - ID Card
- France - ID Card
- France - Residence Permit (beta)
- Spain - ID Card
- Switzerland - Residence Permit
- UK - Residence Permit
- Oceania
- Australia - Northern Territory - Driving License (front only, beta)
- Middle East and Africa
- UAE - ID Card
- UAE - Resident ID
- Northern America
- Honduras - ID Card (beta)
- USA - Colorado - ID Card
- USA - Minnesota - Driving License
- USA - Nevada - Driving License
- USA - Oklahoma - Driving License
- USA - Wyoming - Driving License
Changes to BlinkID(Combined) Recognizer
- No API changes
Improvements
DataMatch
functionality is now enabled for single side documents (Passports)- Added a special case to support
DataMatch
for UAE ID Card and Resident ID Card documents for the fieldpersonal_id_number
- Added a special case to support
- We can now extract
additional_personal_id_number
on Ecuador ID Card - Improvements for reading NRIC number on Malaysian documents that have an asterisk (*) character present
- Improved document detection and cropping of the document image
Changes to USDLRecognizer
- No API Changes
- Fixed magneticStripeParser crashing
Changes to IDBarcodeRecognizer
- Added document type ArgentinaAlienID and parser for ArgentinaAlienID2012BarcodeParser
Changes to MRTDRecognizer
- Added support for parsing Dominican Republic ID Card, Senegal ID Card and Ecuador ID Card
- Renamed MRTDDocTypeSmallIDPakistan to MRTDDocTypeSmallIDPakistanConsular
- Bugfixes for parsing:
- Mexico Professional ID
- Croatia Driving License
2.4.0
New feature
- Added proxy support
- Introduced new docker environment variables: PROXY_HOST, PROXY_PORT, TRUST_STORE and TRUST_STORE_PASSWORD
2.3.0
Back side support added:
- Thailand - ID Card
Changes to BlinkID(Combined) Recognizer
- Added new result members -
fathersName
andmothersName
both in BlinkID and BlinkIDCombined Recognizers, as well as in VIZ result
Improvements
- We can now extract
fathers_name
andmothers_name
from Mexico Voter ID Card - Australian Driving Licenses for New South Wales, Northern Territory, Queensland, Victoria and Western Australia now have the driver license unique card number field extracted as
document_additional_number
Changes to BarcodeRecognizer
- We’ve removed support for
aztec
anddataMatrix
barcode formats from BarcodeRecognizer
Changes to MRTDRecognizer
- Added
MRTD_TYPE_BORDER_CROSSING_CARD
to MRTD enum
2.2.2
Improvements for existing features:
- We've resolved security vulnerabilities
2.2.1
Bug fixes:
- We’ve fixed an issue with face and signature image extraction
2.2.0
We’ve added 61 new documents to our supported document list
- Europe
- Austria - Paper Passport
- Belarus - Paper Passport
- Belgium - Paper Passport (beta)
- Bulgaria - Paper Passport
- Estonia - Paper Passport
- France - Paper Passport (beta)
- Georgia - Paper Passport (beta)
- Germany - Paper Passport
- Greece - Paper Passport
- Hungary- Paper Passport
- Italy - Paper Passport (beta)
- Kosovo - Paper Passport
- Moldova - Paper Passport (beta)
- Poland - Paper Passport
- Portugal - Paper Passport
- Spain - Paper Passport
- Switzerland - Paper Passport
- UK - Paper Passport
- Middle East and Africa
- Algeria - Paper Passport (beta)
- Egypt - Paper Passport (beta)
- Eswatini - Paper Passport
- Ghana - Paper Passport
- Iran - Paper Passport (beta)
- Iraq - Paper Passport (beta)
- Israel - Paper Passport (beta)
- Jordan - Paper Passport (beta)
- Kenya - Polycarbonate Passport
- Libya - Polycarbonate Passport (beta)
- Morocco - Paper Passport (beta)
- Nigeria - Paper Passport
- Nigeria - Polycarbonate Passport (beta)
- Qatar - ID Card (front only, beta)
- Saudi Arabia - Paper Passport
- Syria - Paper Passport
- Tanzania - ID Card (beta)
- Tanzania - Voter ID (front only, beta)
- Tunisia - Paper Passport
- Turkey - Paper Passport
- Zimbabwe - Paper Passport
- Latin America and the Caribbean
- Argentina - Paper Passport
- Brazil - Paper Passport (beta)
- Guatemala - Paper Passport
- Haiti - Paper Passport
- Honduras - Paper Passport (beta)
- Mexico - Paper Passport (beta)
- Mexico - Nayarit - Driving Licence (beta)
- Asia
- Bangladesh - Paper Passport
- China - Paper Passport (beta)
- India - Paper Passport
- Indonesia - Paper Passport
- Japan - Paper Passport
- Nepal - Paper Passport
- Pakistan - Paper Passport
- Philippines - Paper Passport
- South Korea - Paper Passport (beta)
- Sri Lanka - Paper Passport
- Uzbekistan - Paper Passport
- Oceania
- Australia - Paper Passport
- Northern America
- Canada - Paper Passport
- Canada - Weapon Permit (front only, beta)
- USA - Paper Passport (beta)
Back side support added:
- Greece - ID Card
- Burkina Faso - ID Card
- Democratic Republic of the Congo - Driving Licence
- Mexico - Veracruz - Driving Licence
- Canada - Citizenship Certificate
No longer BETA:
- Belarus - Driving Licence
- UK - Polycarbonate Passport
- Argentina - Alien ID
- Bahamas - Driving Licence
- Mexico - Durango - Driving Licence
- Venezuela - ID Card
- USA - Kansas - ID Card
Changes to BlinkID(Combined) Recognizer
- We’ve renamed the Swaziland country to Eswatini in results and ClassInfo
- Improved result validation
FieldIdentificationFailed
processing status is used to indicate if unexpected fields are present on the document. Those fields are then deleted from the result
- We are filling out COUNTRY and REGION fields in ClassInfo, without the field TYPE of document, when using BarcodeID mode for scanning documents where the Front side is not supported, and back side results are extracted from AAMVA compliant barcodes
- This applies only if
ClassInfo
isn’t already prepopulated in some other way and when you’re not inFullRecognition
mode
- This applies only if
Changes to BlinkCardRecognizer
- We've added support for reading and extraction of expiry date in MM/YYYY format
Improvements
- We can now extract the date of birth from the document number on the South Korean identity card and from the personal identification number on the driving licence
- Introduced new docker environment variables: LOG_ENABLE_CONSOLE_APPENDER, LOG_ENABLE_FILE_APPENDER and LOG_PATTERN
Anonymization
- We’ve added anonymization support for new documents:
- Document number on Germany paper bio-data page Passport
- Document number on South Korea Identity Card
- Personal identification number on South Korea driving licence
- Personal identification number on South Korea paper bio-data page Passport
2.1.1
Improvements
- Introduced new docker environment variable MAX_REQUEST_SIZE with ability to limit max http request size.
- Minor logging improvements.
2.1.0
We've added 15 new documents to our list of supported documents:
- Europe
- North Macedonia - Polycarbonate Passport -Middle East and Africa
- Botswana - ID Card
- Sudan - Polycarbonate Passport
- Mexico
- Baja California Sur - Driving License (beta)
- Campeche - Driving License (beta)
- Colima - Driving License (beta)
- Oceania
- Australia - Health Insurance Card (front only, beta)
- Asia
- Azerbaijan - Polycarbonate Passport (beta)
- Tajikistan - Polycarbonate Passport (beta)
- Northern America
- Canada - Citizenship Certificate (front only, beta)
- Canada - Ontario - Health Insurance Card (front only)
- Canada - Quebec - Health Insurance Card (front only, beta)
- USA - Military ID Card
- USA - Rhode Island - ID Card
- USA - South Carolina - ID Card
Back side support added:
- Ireland - Passport Card
- Mexico - Puebla - Driving License
- Singapore - S PASS
No longer BETA:
- Finland - Polycarbonate Passport
- Ireland - Passport Card
- Ireland - Polycarbonate Passport
- Kosovo - Driving License
- Latvia - Polycarbonate Alien Passport
- Latvia - Polycarbonate Passport
- Poland - Polycarbonate Passport
- Cameroon - ID Card
- Ghana - ID Card
- Iraq - ID Card
- Tanzania - Driving License
- Turkey - Polycarbonate Passport
- Uganda - Driving License
- Bolivia - Minors ID
- Chile - Driving License
- Ecuador - Driving License
- Haiti - Driving License
- India - Karnataka - Driving License
- India - Maharashtra - Driving License
- Pakistan - Punjab - Driving License
- USA - Global Entry Card
- USA - New Mexico - ID Card
- USA - Wisconsin - ID Card
Changes to BlinkID(Combined) Recognizer
- We've added the parameter
maxAllowedMismatchesPerField
to settings. When this is set to a non-zero value, DataMatch will be successful as long as the number of mismatched characters doesn't exceed the specified value. - We've added the parameter
allowUncertainFrontSideScan
to settings. When this parameter is set to true, the Recognizer will proceed scanning the back side of the document even if the front side scanning resultrecognitionStatus
isUNCERTAIN
. - We've enabled the return of image and back side data results, even when the
recognitionStatus
isUNCERTAIN
. Keep in mind that returned images, in this case, might be blurry or low quality.- This applies to all image types: full document image, face and signature image.
- We've added two separate fields for the processing status in the Recognizer Result:
frontProcessingStatus
andbackProcessingStatus
. They indicate the status of the last recognition process for each side.
Improvements
- We added support for the Malaysian NRIC numbers that hold an asterisk (*) character.
- While using
FullRecognitionMode
for scanning unsupported Passports, we are now extractingClassInfo
from MRZ - Improved quality of fully cropped vertical images
- Better parsing of Bermuda Driving License AAMVA-compliant barcode dates
- Fix for correct calculation of check digit for Saudi Arabia ID Card MRZ
- We’ve updated the alpine linux version in docker container to version 3.13
We are splitting first and last name from the additional name information (e.g., Nom d’ usage, Epouse, Geb. etc.) into two different results. The additional name info will be a part of the
name_additional_info
field. This applies to the following documents:- France
- ID Card
- Residence Permit
- Germany
- ID Card
- Luxembourg
- ID Card
- Netherlands
- Driving License
- Polycarbonate Passport
- France
We are removing title prefixes (e.g., Mrs., Mr., Ing., etc.) from
full_name
,first_name
andlast_name
for these documents:- Austria
- Driving License
- ID Card
- Czechia
- Driving License
- Germany
- ID Card
- Thailand
- ID Card
- UK
- Driving License
- Austria
Anonymization
- We've added anonymization for new documents:
- Document number on Germany Polycarbonate Passport
- Document number on Hong Kong Polycarbonate Passport
- Document number and personal ID number on Singapore Polycarbonate Passport
2.0.0
New features and improvements
- New endpoints with statically defined request and responses for all supported recognizers
- Introduced
blink card
andbarcode
recognizers with own endpoints - OpenApi specification in json format for easier integration
- Improved logging
- added
executionId
andtraceId
to all log outputs - available customizations for log levels
- added
- Use of GraalVM-CE for application
- improved startup times
- Parallel image processing for
blink id combined
recognizer - Ablitiy to expose metrics endpoints
- Ability to enable/disable CORS support
- Automatic CPU architecture detection for better recognition performance
1.36.1
Bug fixes:
- We’ve fixed a casting issue with
ageLimit
on/execute
endpoint
1.36.0
We've added 15 new documents to our list of supported documents:
- Europe
- North Macedonia - Polycarbonate Passport
- Middle East and Africa
- Botswana - ID Card
- Sudan - Polycarbonate Passport
- Mexico
- Baja California Sur - Driving License (beta)
- Campeche - Driving License (beta)
- Colima - Driving License (beta)
- Oceania
- Australia - Health Insurance Card (front only, beta)
- Asia
- Azerbaijan - Polycarbonate Passport (beta)
- Tajikistan - Polycarbonate Passport (beta)
- Northern America
- Canada - Citizenship Certificate (front only, beta)
- Canada - Ontario - Health Insurance Card (front only)
- Canada - Quebec - Health Insurance Card (front only, beta)
- USA - Military ID Card
- USA - Rhode Island - ID Card
- USA - South Carolina - ID Card
Back side support added:
- Ireland - Passport Card
- Mexico - Puebla - Driving License
- Singapore - S PASS
No longer BETA:
- Finland - Polycarbonate Passport
- Ireland - Passport Card
- Ireland - Polycarbonate Passport
- Kosovo - Driving License
- Latvia - Polycarbonate Alien Passport
- Latvia - Polycarbonate Passport
- Poland - Polycarbonate Passport
- Cameroon - ID Card
- Ghana - ID Card
- Iraq - ID Card
- Tanzania - Driving License
- Turkey - Polycarbonate Passport
- Uganda - Driving License
- Bolivia - Minors ID
- Chile - Driving License
- Ecuador - Driving License
- Haiti - Driving License
- India - Karnataka - Driving License
- India - Maharashtra - Driving License
- Pakistan - Punjab - Driving License
- USA - Global Entry Card
- USA - New Mexico - ID Card
- USA - Wisconsin - ID Card
Changes to BlinkID(Combined) Recognizer
- We've added the parameter
maxAllowedMismatchesPerField
to settings. When this is set to a non-zero value, DataMatch will be successful as long as the number of mismatched characters doesn't exceed the specified value. - We've added the parameter
allowUncertainFrontSideScan
to settings. When this parameter is set to true, the Recognizer will proceed scanning the back side of the document even if the front side scanning resultrecognitionStatus
isUNCERTAIN
. - We've enabled the return of image and back side data results, even when the
recognitionStatus
isUNCERTAIN
. Keep in mind that returned images, in this case, might be blurry or low quality.- This applies to all image types: full document image, face and signature image.
- We've added two separate fields for the processing status in the Recognizer Result:
frontProcessingStatus
andbackProcessingStatus
. They indicate the status of the last recognition process for each side.
Improvements
- We added support for the Malaysian NRIC numbers that hold an asterisk (*) character.
- While using
FullRecognitionMode
for scanning unsupported Passports, we are now extractingClassInfo
from MRZ - Improved quality of fully cropped vertical images
- Better parsing of Bermuda Driving License AAMVA-compliant barcode dates
- Fix for correct calculation of check digit for Saudi Arabia ID Card MRZ
We are splitting first and last name from the additional name information (e.g., Nom d’ usage, Epouse, Geb. etc.) into two different results. The additional name info will be a part of the
name_additional_info
field. This applies to the following documents:- France
- ID Card
- Residence Permit
- Germany
- ID Card
- Luxembourg
- ID Card
- Netherlands
- Driving License
- Polycarbonate Passport
- France
We are removing title prefixes (e.g., Mrs., Mr., Ing., etc.) from
full_name
,first_name
andlast_name
for these documents:- Austria
- Driving License
- ID Card
- Czechia
- Driving License
- Germany
- ID Card
- Thailand
- ID Card
- UK
- Driving License
- Austria
Anonymization
- We've added anonymization for new documents:
- Document number on Germany Polycarbonate Passport
- Document number on Hong Kong Polycarbonate Passport
- Document number and personal ID number on Singapore Polycarbonate Passport
1.35.1
Bug fixes:
- We've fixed an issue where the readiness probe incorrectly returned not ready as a result of a wrong calculation of request queue size
1.35.0
New documents added to BlinkID(Combined)Recognizer:
- Europe
- Albania - Driver Card (front only)
- Albania - Professional DL (front only)
- Belarus - Driving Licence (front only, beta)
- Belgium - Minors ID (beta)
- Czechia - Residence Permit
- Finland - Alien ID
- Finland - Residence Permit (beta)
- Georgia - Driving Licence (front only)
- Greece - Residence Permit
- Ireland - Passport Card (beta)
- Ireland - Public Services Card (beta)
- Kosovo - Driving Licence (front only, beta)
- Latvia - Alien ID
- Luxembourg - ID Card
- Moldova - ID Card (beta)
- North Macedonia - Driving Licence (front only)
- North Macedonia - ID Card
- Poland - Passport (beta)
- Slovenia - Residence Permit (beta)
- Spain - Alien ID
- UK - Passport (beta)
- MEA
- Algeria - Driving Licence
- Burkina Faso - ID Card (front only)
- Cameroon - ID Card (beta)
- Democratic Republic Of The Congo - Driving Licence (front only, beta)
- Egypt - Driving Licence (beta)
- Ghana - ID Card (beta)
- Iraq - ID Card (beta)
- Ivory Coast - Driving Licence (front only, beta)
- Ivory Coast - ID Card
- Lebanon - ID Card (beta)
- Morocco - Driving Licence
- Mozambique - Driving Licence (front only, beta)
- Oman - Driving Licence (beta)
- Rwanda - ID Card (front only)
- Senegal - ID Card
- Tanzania - Driving Licence (front only, beta)
- Tunisia - Driving Licence (front only)
- Uganda - Driving Licence (front only, beta)
- Latin America & the Caribbean
- Argentina - Alien ID (beta)
- Bahamas - ID Card (front only, beta)
- Bolivia - Minors ID (beta)
- Jamaica - Driving Licence
- Mexico - Residence Permit (beta)
- Mexico - Chiapas - Driving Licence (front only)
- Mexico - Coahuila - Driving Licence (beta)
- Mexico - Durango - Driving Licence (front only, beta)
- Mexico - Guerrero-cocula - Driving Licence (beta)
- Mexico - Guerrero-juchitan - Driving Licence (beta)
- Mexico - Guerrero-tepecoacuilco - Driving Licence (front only, beta)
- Mexico - Guerrero-tlacoapa - Driving Licence (front only, beta)
- Mexico - Hidalgo - Driving Licence
- Mexico - Mexico - Driving Licence (beta)
- Mexico - Morelos - Driving Licence (front only)
- Mexico - Oaxaca - Driving Licence
- Mexico - Puebla - Driving Licence (front only, beta)
- Mexico - San Luis Potosi - Driving Licence (front only)
- Mexico - Sinaloa - Driving Licence (front only, beta)
- Mexico - Sonora - Driving Licence (beta)
- Mexico - Tabasco - Driving Licence (beta)
- Mexico - Yucatan - Driving Licence (beta)
- Mexico - Zacatecas - Driving Licence (beta)
- Panama - Temporary Residence Permit (beta)
- Peru - Minors ID (beta)
- Trinidad And Tobago - Driving Licence (front only, beta)
- Trinidad And Tobago - ID Card
- Oceania
- Australia - South Australia - Proof Of Age Card (front only, beta)
- Asia
- Armenia - ID Card
- Bangladesh - Driving Licence (beta)
- Cambodia - Driving Licence (front only, beta)
- India - Gujarat - Driving Licence (front only, beta)
- India - Karnataka - Driving Licence (front only, beta)
- India - Kerala - Driving Licence (beta)
- India - Madhya Pradesh - Driving Licence (front only, beta)
- India - Maharashtra - Driving Licence (front only, beta)
- India - Punjab - Driving Licence (front only, beta)
- India - Tamil Nadu - Driving Licence (beta)
- Kyrgyzstan - ID Card
- Malaysia - Mypolis (beta)
- Malaysia - Refugee ID (front only)
- Myanmar - Driving Licence (beta)
- Pakistan - Punjab - Driving Licence (front only, beta)
- Sri Lanka - Driving Licence (front only)
- Thailand - Alien ID (front only)
- Thailand - Driving Licence (beta)
- Uzbekistan - Driving Licence (front only, beta)
- Northern America
- Canada - Tribal ID (beta)
- Canada - Nova Scotia - ID Card (beta)
- Canada - Saskatchewan - ID Card (beta)
- USA - Border Crossing Card (front only)
- USA - Global Entry Card (beta)
- USA - Nexus Card (beta)
- USA - Veteran ID (front only)
- USA - Work Permit
- USA - Mississippi - ID Card (beta)
- USA - Montana - ID Card
- USA - New Mexico - ID Card (beta)
- USA - Wisconsin - ID Card (beta)
- Back side support added:
- Hungary - Residence Permit
- Luxembourg - Residence Permit (no longer beta)
- Mauritius - ID Card
- Colombia - Alien ID (no longer beta)
- Mexico - Baja California - Driving Licence
- Mexico - Chihuahua - Driving Licence
- Mexico - Guanajuato - Driving Licence
- Mexico - Michoacan - Driving Licence
- Malaysia - MyKid
- Malaysia - MyPR
- No longer beta:
- Albania - Passport
- Malta - Residence Permit
- Switzerland - Residence Permit
- Bolivia - Driving Licence
- Chile - Passport
- El Salvador - ID Card
- Peru - ID Card
- Singapore - S Pass (front only)
Improvements for existing features
- We've enabled retrieving the face image and cropped document image on all documents with AAMVA-compliant barcodes. This behavior activates the
BADCODE_ID
RecognitionMode
. You can opt-out of this behavior by settingenableBarcodeId
tofalse
in theRecognitionModeFilter
.- This enables scanning US driver licenses and IDs on which OCR isn't supported. Use this new recognition mode to extract:
- Face image from the front side
- Barcode data from the back side
- Cropped document images for both sides
- This enables scanning US driver licenses and IDs on which OCR isn't supported. Use this new recognition mode to extract:
- We've improved data extraction through the MRZ:
- We now allow standard M/F values for gender on Mexican documents (along with localized H/M values)
- We're now converting dates to the Gregorian calendar:
- On Taiwan documents with ROC calendar dates
- On Saudi documents with Islamic calendar dates
- We're now filling all date fields when dates are written in a 'partial' form (year only or month-year only):
- Date of issue will be converted to the first day of the (first) month
- E.g. '1999' will be converted to '01.01.1999.'
- E.g. '03.1999.' will be converted to '01.03.1999.'
- Date of expiry will be converted to the last day of the (last) month
- E.g. '1999' will be converted to '31.12.1999.'
- E.g. '03.1999.' will be converted to '31.03.1999.'
- Date of issue will be converted to the first day of the (first) month
Bug fixes:
- We fixed an issue where using
BLINK_ID
andBLINK_ID_COMBINED
on the same document resulted in different values for some fields. - We fixed an issue where string type fields sometimes returned
null
instead of""
as a default value - We fixed an issue where date type fields (day, month, year) sometimes returned
null
instead of0
as a default value
1.34.1
Bug fixes:
- We've fixed an issue where the readiness probe incorrectly returned not ready as a result of a wrong calculation of request queue size
1.34.0
Newly supported identity documents:
- Saudi Arabia - DL (front)
- Saudi Arabia - Resident ID (front) ### Changes to the BlinkId(Combined)Recognizer:
- We're now able to extract the additional address on Hungary Address Cards
- We've improved data extraction through the MRZ:
- We now return the document type through
ClassInfo
, regardless of theRecognitionMode
you're using (MrzId
,MrzPassport
orMrzVisa
). - This means you can now use
ClassFilter
to filter these documents by their type. - We now return the document number on Nigeria IDs complete with its check digit.
- We now support Italy Residence Permits with a CR document code.
- We've extended the
ClassInfo
structure with helper methods so you can filter documents by country more easily: - Use
countryName
,isoNumericCountryCode
,isoAlpha2CountryCode
andisoAlpha3CountryCode
to get the full country names or their representative codes defined by ISO. - We've extended the
BarcodeResult
structure withextendedElements
- You can find all data from AAMVA-compliant barcodes under their respective BarcodeElementKey in the BarcodeElements structure
- For a full list of keys please see here
- We've added another
ProcessingStatus
calledAwaitingOtherSide
- This status is triggered once BlinkID has finished with the first side of a document and expects the other side, too.
- We're now able to extract the date of birth from the CURP field on Mexico Voter IDs
- We've added a new recognition mode for recognizing still images of documents that have already been cropped:
- Set the
scanCroppedDocumentImage
to true when you're feeding BlinkID images of documents that have already been cropped and don't require detection. - Keep in mind that this setting won't work on document images that haven't been properly cropped. ### Changes to the IdBarcodeRecognizer:
- We've extended the results with
extendedElements
- You can find all data from AAMVA-compliant barcodes under their respective BarcodeElementKey in the BarcodeElements structure
- For a full list of keys please see here ### Deprecated recognizers:
- We've deprecated
UsdlRecognizer
. Please useIdBarcodeRecognizer
instead.
1.33.2
Improvements for existing features:
We upgraded image to use microblink/java:16 as base image for its security improvements
1.33.1
Improvements for existing features:
We changed the default value for WORKER_TIMEOUT_MS
parameter to 30000
.
1.33.0
New additions to our supported documents list
53 documents added:
- ALBANIA - DL (front)
- BELGIUM - RESIDENCE PERMIT (front, back)
- BOLIVIA - ID (front, back)
- BOSNIA AND HERZEGOVINA - PASSPORT
- CAMBODIA - PASSPORT
- CANADA - RESIDENCE PERMIT (front, back)
- CANADA - MANITOBA - ID (front)
- CANADA - ONTARIO - HEALTH INSURANCE CARD (front)
- CHILE - ALIEN ID (front, back)
- CHINA - ID (front, back)
- COLOMBIA - MINORS ID (front, back)
- CYPRUS - RESIDENCE PERMIT (front, back)
- CZECHIA - PASSPORT
- GREECE - ID (front)
- HAITI - ID (front, back)
- ITALY - RESIDENCE PERMIT (front, back)
- LATVIA - DL (front)
- LATVIA - PASSPORT
- LITHUANIA - PASSPORT
- LUXEMBOURG - DL (front)
- MONTENEGRO - DL (front)
- MONTENEGRO - ID (front, back)
- MONTENEGRO - PASSPORT
- NETHERLANDS - RESIDENCE PERMIT (front, back)
- NICARAGUA - ID (front, back)
- NIGERIA - ID (front, back)
- NORWAY - RESIDENCE PERMIT (front, back)
- OMAN - RESIDENT ID (front, back)
- PARAGUAY - DL (front, back)
- PERU - DL (front, back)
- PHILIPPINES - SOCIAL SECURITY CARD (front)
- ROMANIA - PASSPORT
- RUSSIA - PASSPORT
- SERBIA - PASSPORT
- SLOVAKIA - PASSPORT
- SLOVENIA - PASSPORT
- SOUTH KOREA - DL (front)
- SPAIN - RESIDENCE PERMIT (front, back)
- SWEDEN - RESIDENCE PERMIT (front, back)
- THAILAND - PASSPORT
- UKRAINE - DL (front)
- UKRAINE - PASSPORT
- USA - ARKANSAS - ID (front, back)
- USA - CONNECTICUT - ID (front, back)
- USA - GREEN CARD (front, back)
- USA - MARYLAND - ID (front, back)
- USA - MINNESOTA - ID (front, back)
- USA - NEVADA - ID (front, back)
- USA - NEW YORK CITY - ID (front, back)
- USA - TEXAS - WEAPON PERMIT (front)
- USA - VIRGINIA - ID (front, back)
- VENEZUELA - DL (front)
- VENEZUELA - PASSPORT
Beta support added for 46 documents:
- ALBANIA - PASSPORT
- BAHAMAS - DL (front)
- BERMUDA - DL (front)
- BOLIVIA - DL (front)
- CHILE - DL (front)
- COLOMBIA - ALIEN ID (front)
- DENMARK - RESIDENCE PERMIT (front, back)
- DOMINICAN REPUBLIC - DL (front, back)
- ECUADOR - DL (front)
- EL SALVADOR - DL (front, back)
- ESTONIA - RESIDENCE PERMIT (front, back)
- GUATEMALA - DL (front, back)
- HAITI - DL (front)
- HONDURAS - DL (front, back)
- HONDURAS - ID (front, back)
- HUNGARY - ADDRESS CARD (front, back)
- HUNGARY - RESIDENCE PERMIT (front)
- ICELAND - DL (front)
- ISRAEL - ID (front, back)
- JAPAN - DL (front)
- JORDAN - DL (front)
- LATVIA - ALIEN PASSPORT
- LATVIA - RESIDENCE PERMIT (front, back)
- LUXEMBOURG - RESIDENCE PERMIT (front)
- MALTA - RESIDENCE PERMIT (front, back)
- MEXICO - BAJA CALIFORNIA - DL (front)
- MEXICO - CHIHUAHUA - DL (front)
- MEXICO - CIUDAD DE MEXICO - DL (front)
- MEXICO - PROFESSIONAL DL (front)
- MEXICO - GUANAJUATO - DL (front)
- MEXICO - MICHOACAN - DL (front)
- MEXICO - TAMAULIPAS - DL (front, back)
- MEXICO - VERACRUZ - DL (front, back)
- PHILIPPINES - TAX ID (front)
- PHILIPPINES - VOTER ID (front)
- POLAND - RESIDENCE PERMIT (front, back)
- PORTUGAL - RESIDENCE PERMIT (front, back)
- PUERTO RICO - VOTER ID (front)
- SLOVAKIA - RESIDENCE PERMIT (front, back)
- SOUTH KOREA - ID (front)
- SWITZERLAND - RESIDENCE PERMIT (front, back)
- TAIWAN - TEMPORARY RESIDENCE PERMIT (front)
- TURKEY - RESIDENCE PERMIT (front)
- USA - KANSAS - ID (front, back)
- VENEZUELA - ID (front)
- VIETNAM - DL (front)
Added back side support for 7 documents:
- ARGENTINA - ID
- ECUADOR - ID
- FINLAND - ID
- NIGERIA - DL
- QATAR - RESIDENCE PERMIT
- URUGUAY - ID
- USA - NEW YORK - DL
9 documents are no longer beta:
- BRAZIL - DL
- CANADA - ALBERTA - ID
- MALAYSIA - MyKAS
- MEXICO - NUEVO LEON - DL
- PANAMA - DL
- PORTUGAL - DL
- SAUDI ARABIA - ID
- SRI LANKA - ID
- USA - IDAHO - ID
New features and updates to the BlinkId(Combined)Recognizer
- We’re now able to read partial MRZ formats (2.5 lines), like the ones found on Switzerland and Liechtenstein DLs.
- We’ve added
**documentOptionalAdditionalNumber**
to the main part of the result, as well as front and back side VIZ results. - We’ve expanded the set of possible recognizer states with
**StageValid**
. This state fixesBlinkIDCombinedRecognizer
timeout issues, and enables better control of the Combined scanning pipeline. It activates when the first side of a document has been successfully scanned and scanning of the second side is required.
Fixes
- We’ve fixed an uncommon bug where you’d get incomplete results upon scanning of the MRZ with the
allowUnparsed
setting enabled.
Other features and updates
- We've added ENABLE_LOG_FILE docker variable which is FALSE by default. To enable logging to file, set variable to TRUE.
- We've enabled graceful shutdown, with a grace period of 30 seconds.
- We've introduced WORKER_TIMEOUT_MS docker variable that interrupts recognition after the specifed time period
- We introduced health, livness and readiness endpoints. By default they are located on port 8081 and the port can be switched via HEALTH_PORT docker variable
- /actuator/health/readiness
- /actuator/health/liveness
- /actuator/health/
1.32.1
Bug fixes
We fixed an issue where traceId
wasn't shown in logs for BLINK_ID_COMBINED
recognizer
Improvements for existing features:
We changed the default value for allowBlurFilter
parameter to false
. Now blurred documents wont be discarded by default. If you wish to prevent extracting data from such documents set this value to true
in your request
1.32.0
New additions to our supported documents list
Plastic page passports
We added support for scanning the visual inspection zone - VIZ includes everything except MRZ or barcode. Keep in mind that BlinkID scans and extracts data only from the VIZ that is on the first plastic page found in the passport list below:
- Chile Passport (BETA)
- Colombia Passport
- Croatia Passport
- Denmark Passport
- Finland Passport (BETA)
- Germany Passport
- Hong Kong Passport (BETA)
- Ireland Passport (BETA)
- Malaysia Passport
- Netherlands Passport
- New Zealand Passport
- Norway Passport
- Singapore Passport
- South Africa Passport
- Sweden Passport
- Turkey Passport (BETA) #### Vertical US documents
- California ID
- Illinois ID
- New York ID
- North Carolina ID
- Texas ID #### Other documents
- Canada Newfoundland and Labrador DL
- Croatia Residence Permit (BETA)
- Guatemala Consular ID
- Malaysia MyKAS (BETA)
- Mexico Jalisco DL / front side only
- Mexico Nuevo Leon DL (BETA)
- Peru ID (BETA)
- Singapore S Pass (BETA)
- Uruguay ID / front side only
- USA Missouri ID
- USA Texas ID
European DLs with a single line MRZ
BlinkID extracts data from driver’s licenses that contain single line MRZ:
- Croatia DL
- Estonia DL
- France DL
- Ireland DL
- Netherlands DL
- Slovakia DL
Back side supported on:
- Azerbaijan ID
- Singapore DL
- Singapore Employment Pass
No longer BETA
- Slovakia DL
New features and updates in BlinkID(Combined)Recognizer
We standardized return values for field
documentType
in amrzData
object of a response. Values are the following:- UNKNOWN
- IDENTITY_CARD
- PASSPORT
- VISA
- GREEN_CARD
- MALAYSIAN_PASS_IMM13P
- DRIVER_LICENSE
- INTERNATIONAL_TRAVEL_DOCUMENT
We changed enum value of
recognitionMode
from MRZ_PHOTO_ID to PHOTO_IDWe added
signatureImageBase64
to the result. Signature image export is controlled byexportSignatureImage
in a request body. Extract signature image from the documents below:- Australia Victoria DL
- Austria ID
- Austria DL
- Brunei Military ID
- Colombia ID
- Croatia ID (on 2013 and 2015 versions)
- Cyprus ID
- Czechia ID (on the 2012 version)
- Germany ID (2010 version)
- Germany DL (2013 version)
- Indonesia ID
- Ireland DL
- Italy DL
- Mexico Voter ID
- New Zealand DL
- Slovenia ID
- Spain DL
- Sweden DL
- Switzerland ID
- UAE ID
- UAE Resident ID
We enabled extraction of the date of birth from the NRIC from Malaysian documents:
- MyKad
- MyKas
- MyKid
- MyPR
- MyTentera
We added anonymization support for:
- MRZ (OPT2 containing the ID number) on China Mainland Travel Permit Hong Kong
- MRZ (Document number) on Germany Alien Passport
- Document number, MRZ (Document number) on Germany ID
- MRZ (Document number) on Germany Minors Passport
- MRZ (Document number) on Germany Passport
- Document number on Hong Kong ID
- MRZ (Document number, OPT1 containing the passport or ID number) on Hong Kong Passport
- Personal ID number on Netherlands DL
- Personal ID number, MRZ (OPT1 containing the BSN) on Netherlands ID
- MRZ (OPT1 containing the BSN) on Netherlands Passport
- Document number on Singapore DL
- Personal ID number on Singapore Employment Pass
- Document number on Singapore FIN Card
- Document number on Singapore ID
- MRZ (Document number, OPT1 containing the NRIC) on Singapore Passport
- Document number on Singapore Resident ID
- Document number on Singapore S Pass
- Personal ID number on Singapore Work Permit
- MRZ (OPT1 containing the resident registration number) on South Korea Diplomatic Passport
- MRZ (OPT1 containing the resident registration number) on South Korea Passport
- MRZ (OPT1 containing the resident registration number) on South Korea Residence Passport
- MRZ (OPT1 containing the resident registration number) on South Korea Service Passport
- MRZ (OPT1 containing the resident registration number) on South Korea Temporary Passport
We improved MRZ data extraction on:
- Russia Passport
We are deprecating some recognizers, below is the list of deprecated recognizers and recognizers you should use instead
Deprecated recognizer | New recognizer |
---|---|
DOC_FACE | BLINK_ID with photoId right |
MRTD | BLINK_ID with mrz_id, mrz_visa, mrz_passport rights |
PASSPORT | BLINK_ID with mrz_passport right |
VISA | BLINK_ID with mrz_visa right |
AUT_DL_FRONT | BLINK_ID or BLINK_ID_COMBINED |
BEL_ID_FRONT | BLINK_ID or BLINK_ID_COMBINED |
BEL_ID_BACK | BLINK_ID_COMBINED |
BRN_ID_FRONT | BLINK_ID or BLINK_ID_COMBINED |
BRN_ID_BACK | BLINK_ID_COMBINED |
COL_DL_FRONT | BLINK_ID or BLINK_ID_COMBINED |
CYP_ID_FRONT | BLINK_ID or BLINK_ID_COMBINED |
CYP_ID_BACK | BLINK_ID_COMBINED |
CYP_ID_FRONT | BLINK_ID or BLINK_ID_COMBINED |
HKG_ID_FRONT | BLINK_ID or BLINK_ID_COMBINED |
INDONESIA_ID_FRONT | BLINK_ID or BLINK_ID_COMBINED |
IRL_DL_FRONT | BLINK_ID or BLINK_ID_COMBINED |
ITA_DL_FRONT | BLINK_ID or BLINK_ID_COMBINED |
KWT_ID_FRONT | BLINK_ID or BLINK_ID_COMBINED |
KWT_ID_BACK | BLINK_ID_COMBINED |
MYS_DL_FRONT | BLINK_ID or BLINK_ID_COMBINED |
IKAD_FRONT | BLINK_ID or BLINK_ID_COMBINED |
MYKAD_FRONT | BLINK_ID or BLINK_ID_COMBINED |
MYKAD_BACK | BLINK_ID_COMBINED |
MYPR_FRONT | BLINK_ID or BLINK_ID_COMBINED |
MYTENTERA_FRONT | BLINK_ID or BLINK_ID_COMBINED |
MEX_VOTER_ID_FRONT | BLINK_ID or BLINK_ID_COMBINED |
NZL_DL_FRONT | BLINK_ID or BLINK_ID_COMBINED |
NIGERIA_VOTER_ID_BACK | BLINK_ID_COMBINED |
SGP_DL_FRONT | BLINK_ID or BLINK_ID_COMBINED |
SGP_ID_FRONT | BLINK_ID or BLINK_ID_COMBINED |
SGP_ID_BACK | BLINK_ID_COMBINED |
ESP_DL_FRONT | BLINK_ID or BLINK_ID_COMBINED |
UAE_DL_FRONT | BLINK_ID or BLINK_ID_COMBINED |
UAE_ID_FRONT | BLINK_ID or BLINK_ID_COMBINED |
UAE_ID_BACK | BLINK_ID_COMBINED |
Other features and updates
- We added the field
middleName
to BlinkID(Combined)Recognizer, IDBarcodeRecognizer and USDL Recognizer results. This field is extracted from AAMVA standard compliant barcodes, whenever available. - We added the field
nameSuffix
to the USDL recognizer. - Standard output is added as logging output.
Fixes
- We improved the data match logic for Guatemala Consular ID in BlinkID(Combined)Recognizer.
- We fixed an issue that prevented recognition on older generation of CPUs (pre Haswell). To enable recognition to work on older CPUs set docker environment variable WRAPPER_PATH=/wrapper/wrapper.
1.31.1
Bug fixes
- We fixed an issue where a part of the
blinkid-combined
response was missing.
1.31.0
Improvements to existing features:
- We have improved parsing of MRZ formats deviating from the ISO/IEC 7501 standard:
- Document discriminator was in place of the document number on driver licenses and IDs from:
- New York
- Michigan
- Canada
- Different check digit calculation for Mexico (Consular) ID
- Recognition of the unofficial
XCT
country code for Northern Cyprus ID - Recognition of different country codes and check digit calculation on China Mainland Travel Permit for Hong Kong and Macao Residents
- Document discriminator was in place of the document number on driver licenses and IDs from:
- We added anonymization support for:
- MRZ on the Mainland Travel Permit for Hong Kong and Macao Residents
- We have made some changes to the BlinkID(Combined)Recognizer
- You can now see
ProcessingStatus
in the results to inspect potential processing errors, such as when barcode detection fails, a mandatory field is missing, etc. - You can now also see a more detailed
ImageAnalysisResult
showing you when:- Face image is detected
- MRZ is detected
- Barcode is detected
- We have added a
RecognitionMode
result member describing which recognition mode was used to produce the results.None
if no recognition was performed.MrzId
if MRZ recognition was performed on an identity document (but not a passport or a visa).MrzVisa
if MRZ recognition was performed on a visa.MrzPassport
if MRZ recognition was performed on a passport.PhotoId
if recognition was performed on any unsupported photo ID.FullRecognition
if recognition was performed on any supported document.
- We are now retrieving sex and nationality fields from the MRZ in cases where those two fields cannot be found in the document’s VIZ. Previously, we only used to do this for dates, name fields and document numbers.
- We are now preserving the original string (raw data) of the dates we couldn’t parse.
- Sanitized MRZ fields are returned (removed filler
<
)
- You can now see
Minor API Changes
- We have made some changes to the BlinkID(Combined)Recognizer:
- We added additional values to
MrtdDocumentType
- We grouped the
conditions
member from the results with theDriverLicenseDetailedInfo
structure- Old
conditions
field is now deprecated
- Old
- We added additional values to
- We introduced
ENABLE_DEBUG
docker environment variable that enables verbose debug mode- By default
ENABLE_DEBUG
is set to false.
- By default
- We introduced
ENABLE_LOG_TRACE
docker environment variable so that users can send atraceId
to enhance request summary log.- By default
ENABLE_LOG_TRACE
is set to false.
- By default
As you will probably notice we skipped one version, it's not a mistake. The version 1.30.0 was our internal release.
1.29.0
New features
USDL
- We added new fields in the scanning results:
street
,postalCode
,city
andjurisdiction
. - We added the
enableCompactParser
boolean request parameter- By default it will be set to false
- We added new fields in the scanning results:
ID_BARCODE
- We added new fields in the scanning results:
street
,postalCode
,city
andjurisdiction
. - We removed the
additionalAddressInformation
field
- We added new fields in the scanning results:
BLINK_ID(BLINK_ID_COMBINED)
- We added the
additionalPersonalIdNumber
field - We added support for US documents with vertical orientations:
- Alabama DL
- Arizona DL
- California DL
- Colorado DL
- Connecticut DL
- Georgia DL
- Illinois DL
- Iowa DL
- Kansas DL
- Kentucky DL
- Maryland DL
- Massachusetts DL
- Minnesota DL
- Missouri DL
- New Jersey DL
- Ohio DL
- Pennsylvania DL
- South Carolina DL
- Tennessee DL
- Texas DL
- Utah DL
- Washington DL
- Wisconsin DL
- We added the
We made changes to the result structure:
- Barcode data is now encapsulated in its own result structure:
BarcodeResult
. - Data from all OCR-ed fields, without MRZ data, is now encapsulated in a
VIZResult
structure, representing the "Visual Inspection Zone" data.BLINK_ID_COMBINED
: Front side data is available infrontViz
, back side data inbackViz
, so you can now access data from each side separately.
- The main part of the result, outside these structures, is filled according to these rules:
- Document number is filled with data from MRZ, if present.
- Remaining data is then filled with barcode data.
- Remaining data is filled from back side's visual inspection zone (OCR data outside of MRZ).
- Remaining data is filled from front side's visual inspection zone.
- Remaining data is filled with data from the MRZ.
- Barcode data is now encapsulated in its own result structure:
We added result anonymization. With this option enabled, results are not returned for protected fields on documents listed here. The full document image will also have this data blacked out.
- Protected fields are:
- Document number on Hong Kong ID
- MRZ on Hong Kong passports
- Personal ID number on Netherlands DL
- Personal ID number and MRZ on Netherlands ID
- MRZ on Netherlands passports
- Document number on Singapore DL, ID, Fin Card, Resident ID
- Personal ID number on Singapore Employment Pass
- Document number and personal ID number on Singapore Work Permit
- MRZ on Singapore passports.
- You can choose the anonymization mode:
NONE
,IMAGE_ONLY
,RESULT_FIELDS_ONLY
,FULL_RESULT
. - FullResult anonymization (both images and data) is set by default.
- Protected fields are:
Members
documentImageColorStatus
anddocumentImageMoireStatus
can now be found in the result'simageAnalysisResult
(frontImageAnalysisResult
andbackImageAnalysisResult
inBlinkIDCombinedRecognizer
).- We added blur detection status to
imageAnalysisResult
.
- We added blur detection status to
We added support for new identity document types:
- Croatia Health Insurance Card / front side / BETA
- Ecuador ID / front side
- El Salvador ID / BETA
- Sri Lanka ID / BETA
- Back side supported:
- Kenya ID
- No longer BETA:
- Canada Nova Scotia DL
- Canada Yukon DL
- Norway DL
We added support for new MRZ formats:
- Guatemala ID
- Kenya ID
Bug fixes
- We fixed
recognitionStatus
ForMRTD
andUAE_ID_BACK
because result field was not returned.
1.28.1
Bug fixes
- We fixed the bug that caused some requests to be blocked by the CORS policy
1.28.0
New features
- As of this release, even if the document scan is uncertain or irregular, the results will be retrieved. Meaning that they will contain the data that was possible to read.
- We added
recognitionStatus
result field forBlinkIDRecognizer
,BlinkIdCombinedRecognizer
andIDBarcodeRecognizer
that indicate if the scan was successful.
- We added
- We introduced
MAX_RECOGNIZERS_PER_REQUEST
docker environment variable that sets a limit for the number of recognizers that can be sent per request- By default
MAX_RECOGNIZERS_PER_REQUEST
will be set to 0, meaning there is no limit. We also added support for removing duplicate recognizers in request.
- By default
1.27.0
Improvements for existing features:
IDBarcodeRecognizer
- We added new fields in the scanning results:
restrictions
,endorsements
, andvehicleClass
. - When barcode data parsing fails, the recognizer will now return raw barcode data. The license key controls this functionality.
- We modified the result field
firstName
which now contains firstName, middle name and name suffix.
- We added new fields in the scanning results:
BlinkID(Combined)Recognizer
- We added support for passport and travel visa scanning.
- For Malaysian MyKad we are now returning if a Moire pattern is present on the scanned document (
NOT_AVAILABLE
,NOT_DETECTED
orDETECTED
).- Use
documentImageMoireStatus
forBLINK_ID
. - Use
documentFrontImageMoireStatus
anddocumentBackImageMoireStatus
forBLINK_ID_COMBINED
.
- Use
- We added new recognizer options for field anonymization for specific sensitive data. Enable or disable whether certain sensitive data should be anonymized in full document image result.
- By default
anonymizeImage
request parameter is set to TRUE to enable image anonymization. Set it to FALSE to disable anonymization.
- By default
- We added support for obtaining full document image for IDs with barcodes.
- We added support for barcode parsing on the following documents:
- Argentina ID
- Colombia ID
- Nigeria Voter ID
- South Africa ID
- We added support for new identity document types:
- Australia New South Wales - ID Card / Front only / BETA
- Brazil - Driver License / BETA
- Brunei - Military ID / BETA
- Brunei - Residence Permit / BETA
- Brunei - Temporary Residence Permit / BETA
- Ghana - Driver License / Front only
- Latvia - ID Card
- Norway - Driving Licence / Front only / BETA
- Oman - ID Card
- Saudi Arabia - ID Card / BETA
- Sweden - Social Security Card / Front only
- USA - Social Security Card / BETA
- Back side supported:
- Malaysia - MyTentera
- No longer BETA:
- Australia Tasmania - Driving Licence
- Canada British Columbia - ID Card
- Germany - Residence Permit
- Morocco - ID Card
- Nigeria - Voter ID
- Singapore - Work Permit
- USA Alaska - ID Card
- USA District Of Columbia - Driver License
- USA Indiana - ID Card
- USA Kentucky - ID Card
- You can find the list of all currently supported documents here.
1.26.0
New features:
- We added the age verification feature:
- Now you can more easily obtain the age of the document owner in years and check whether it is below some age limit.
age
andisBelowAgeLimit
fields are added to the result. The fieldage
contains a person's age in years, andisBelowAgeLimit
will return true or false based on your setup in theageLimit
request parameter.- Age verification is available in
BLINK_ID
,BLINK_ID_COMBINED
,PASSPORT
,ID_BARCODE
,USDL
,VISA
, andMRTD
recognizers.
Improvements for existing features:
- With the power of machine learning, we significantly improved the scanning of ID barcodes. We implemented the Barcode ML Booster feature, which enables scanning of lower quality barcode images.
- Now
USDL
recognizer returnsdateOfBirth
field as an object withyear
,month
andday
fields instead of the date as a string. - We added
driverLicenseDetailInfo
object in the result field for driver license document types. - We added
extractIban
,extractOwner
andextractValidThru
boolean request parameters forBLINK_CARD
to enable/disable extraction of specific fields. - We added recognition from the string option, either from the barcode or MRZ string for
ID_BARCODE
,MRTD
andUSDL
recognizers. TheinputString
parameter provides string recognition. We added support for new document types in
BLINK_ID
andBLINK_ID_COMBINED
recognizers:- Australia - Australian Capital Territory - Driving Licence / front only
- Australia - Northern Territory - Driving Licence / BETA
- Australia - Tasmania - Driving Licence / front only / BETA
- Canada - Alberta - ID Card / BETA
- Canada - British Columbia - Driver License/Public Services Card (Combined)
- Canada - British Columbia - ID Card / BETA
- Canada - British Columbia - Public Services Card
- Canada - New Brunswick - Driving Licence
- Canada - Nova Scotia - Driving Licence / BETA
- Canada - Yukon - Driving Licence / BETA
- Panama - Driving Licence / front only / BETA
- Panama - ID Card / front only
- Singapore - Work Permit / BETA
- Taiwan - ID Card / front only / BETA
- USA - Alabama - ID Card
- USA - Alaska - ID Card / BETA
- USA - District Of Columbia - Driver License / BETA
- USA - Idaho - ID Card / BETA
- USA - Indiana - ID Card / BETA
- USA - Kentucky - ID Card / BETA
- USA - Massachusetts - ID Card
- USA - Oregon - ID Card
- USA - Washington - ID Card
- Back side supported:
- Australia - Western Australia - Driving Licence
- Mexico - Voter ID
- Netherlands - Driving Licence
- You can find the list of all currently supported documents here.
Additional improvements in
BLINK_ID
andBLINK_ID_COMBINED
recognizers:- When the back side of the document is not fully supported by the
BLINK_ID_COMBINED
, we will capture and return the back side image. If the back side contains MRZ, we will also try to extract data from it. You can disable this behavior by usingskipUnsupportedBack
request parameter with valuetrue
. - We are now returning color status for the scanned document (
COLOR
,BLACK_AND_WHITE
orNOT_AVAILABLE
) in the result fields:
documentImageColorStatus
forBLINK_ID
.documentFrontImageColorStatus
anddocumentBackImageColorStatus
forBLINK_ID_COMBINED
- We are now returning the
classInfo
field, which holds the following information about the scanned document:country
,region
, andtype
of the document. - Results from the MRZ section of the document are now available in the
mrzData
field. - We added a data match feature for the
BLINK_ID_COMBINED
recognizer that will try to perform the matching of the data on the front and back side of the document. The result of the matching is available in thedataMatchResult
field and can have one of the following values:SUCCESS
,FAILED
,NOT_PERFORMED
.
- When the back side of the document is not fully supported by the
1.25.0
New features
- We added a new recognizer for scanning both sides of identity documents -
BLINK_ID_COMBINED
. With this recognizer, you can send images of both the front and back sides of the document and get combined data in the result. You can find the list of the currently supported documents here. There is a more detailed explanation of how to useBLINK_ID_COMBINED
recognizer in our Postman collection.
1.24.1
Bug fixes
- We fixed the bug that caused an empty result field when multiple recognizer types were specified
1.24.0
New features:
- We added a new recognizer specialized for scanning and parsing barcodes on various identity cards -
ID_BARCODE
. Supported document types are:- AAMVA compliant (US DL, Canada DL, etc.)
- Argentina ID
- Panama ID
- Colombia ID
- South Africa ID
- Nigeria Voter ID and driver license
- We added recognition from string for
MRTD
andUSDL
recognizers, which can extract data from the string in MRZ format. ThemrzString
parameter provides the MRZ string.
Improvements for existing features:
- We added new result fields, returned by all recognizers which scan MRZ (Machine Readable Zone):
issuerName
nationalityName
- New recognizer options in
BLINK_ID
andMRTD
recognizers:allowUnparsedMrzResults
andallowUnverifiedMrzResults
. - Improvements in
BLINK_ID
recognizer:
- New result field:
dateOfExpiryPermanent
- Support for 14 new document types:
South Australia DL
,Bosnia and Herzegovina DL
,Canada Ontario ID
,Costa Rica DL
,Denmark DL
,Estonia DL
,Finland DL
,Kenya ID
,Lithuania DL
,Malaysia MyPR
,Malta DL
,Mexico Consular ID
,Nigeria Voter ID
,Philippines Professional ID
- Improved support for:
USA Hawaii DL
,Colombia DL
,Costa Rica ID
,France ID
,India ID
,Kazakhstan ID
,Kuwait Resident ID
,Israel DL
,Kuwait DL
,Thailand ID
- New result field:
1.23.0
New Features
- We added
localizedName
property in the result forBLINK_ID
andHKG_ID_FRONT
recognizers (CCC to Chinese alphabet conversion) - With the new
anonymizeNetherlandsMrz
parameter in thePASSPORT
recognizer, you can hide the MRZ section in the extracted image of the Netherlands passport - We added
iban
property in the result for theBLINK_CARD_FRONT
recognizer - With the new
anonymizeIban
parameter in theBLINK_CARD_FRONT
recognizer, you can hide the IBAN section in the extracted image ### Support for new document types - We added support for Canada Alberta driver's license (front side) to the
BLINK_ID
recognizer
1.22.0
New features
- We added recognizer
DOC_FACE
which allows extraction of face image and image of the entire document. This recognizer replaces experimentalFACE
recognizer. - recognizer
FACE
is deprecated and will be removed in future release. Until then it could be used as an alias forDOC_FACE
- We added properties
kelDesa
,district
,rt
andrw
in the result forINDONESIA_ID_FRONT
recognizer
1.21.0
Security Updates
- We added the environment variables for configuring which URLs are allowed as
imageURL
property in the request.IMAGE_URL_HOSTS_ALLOWED
- if empty, all hosts are allowed. Default value: empty - allow all.IMAGE_URL_PORTS_ALLOWED
- Default value:80,443
IMAGE_URL_PROTOCOLS_ALLOWED
- Default value:http, https
- We added the environment variable for disabling details in HTTP responses in case of error.
VERBOSE_HTTP_RESPONSE
- Default value:true
. If set tofalse
HTTP response will return only a generic error message with HTTP status 500.
New Features
- We introduced a blur filter property that discards blurred frames and prevents reading the data from such frames. By default, the option is enabled, but it can be disabled by adding property
allowBlurFilter
to request with valuefalse
. - We added the location of the barcode for barcode result types. The location is available in the
detectionPoints
in the property result.
Supported Documents
- We added support for new document types for
BLINK_ID
recognizer.BLINK_ID
recognizer automatically detects the type of identity document. You can find a list of supported documents here - Changes in the already supported documents
- We’ve split the
UAE_ID
into two separate documents:UAE_ID
andUAE_RESIDENT_ID
- Removed support for
BRUNEI_TEMPORARY_RESIDENCE_PERMIT
,LATVIA_ID
,SAUDI_ARABIA_ID
,KENYA_ID
, andTAIWAN_ID
document rights - Added
MEXICO_VOTER_ID
document right
- We’ve split the
1.20.1
New features
- added support for new document types for
BLINK_ID
recognizer.BLINK_ID
recognizer autodetects type of the Identity document. You can find a list of supported documents here- If you want to scan both the front and back side of the document you can do that in two separate requests. For example if BLINK_ID recognizer is used for scanning front side of the USA Supported identity documents, use USDL recognizer to scan and extract the information from the PDF417 barcode on the back side of the USA Supported identity document
- added support for image annonimization for
BLINK_CARD_FRONT
recognizer. You can control annonimization with optional API boolean properties: - added support for reading front side of Belgian ID - use
BelgiumIdFrontRecognizer
- added support for reading back side of Belgian ID - use
BelgiumIdBackRecognizer
- added support for reading all visas with MRZ - use
VisaRecognizer
Improvements for existing features
MRTD
- support for documents with non-binary gender specification (symbol X)
1.19.0
New features
- public HTTP health check endpoint available at routes
/hc
and/recognize/hc
, it will also be publicly available when basic authentication is enabled, basic authentication will protect/version
and/info
, but not/hc
- every response at route
/recognize/execute
contains propertyexecutionId
at HTTP body response root object, this is the request identificator of a type 4 (pseudo randomly generated) UUID
1.18.1
Internal improvements
- better image file type detection for deciding location of the image decompression (
C++
orJava
) based on the checking file signature prefix of the filebase64
as string file's representation- all
base64
strings ofJPEG
s starts with/9j/
andPNG
s starts withiVBOR
- other file types like
GIF
s are still decompressed in the Java withImageIO
- all
1.18.0
New features
- added
BLINK_ID
recognizer for scanning front side of ID cards, recognizer classify and extract data from 87 different classes of United States driver's licenses and IDs- in the upcoming releases, we are planning to add support for more document types from different countries
- added support for reading back side of Nigeria Voter ID - use
NIGERIA_VOTER_ID_BACK
- added support for Basic authentication
- by default it is disabled
- to enable set both environment variables
BASIC_AUTH_USERNAME
andBASIC_AUTH_PASSWORD
- if both
username
andpassword
are set (notnull
, default value if not defined isnull
) then the application will be protected with basic authentication BASIC_AUTH_PASSWORD
should be a BCrypt hash of the plain password which will be used in an authenticated HTTP request
Improvements for existing features
- Malaysia
- added support for MyTentera's 6-digit army number
MYTENTERA_FRONT
- added support for MyTentera's 6-digit army number
- United Arab Emirates ID
- improved scanning of back side
UAE_ID_BACK
- improved scanning of back side
Internal improvements
- faster
JPEG
andPNG
images decompression to RAW pixels for compressed images greater than1MB
- decompression is moved from Java to native C++ wrapper with a performance boost, waiting time is decreased for around
15%
(example:150ms
less for images with resolution in pixels4608x3456
) - other formats and small images will be still decompressed in the Java
- decompression is moved from Java to native C++ wrapper with a performance boost, waiting time is decreased for around
1.17.1
Improvements
- removed the option
USER microblink
from theDockerfile
to avoid issues with a file permissions during volume mapping, to run the container as non-root user use the option--user=microblink
during container run, by default container will be run under theroot
user
1.17.0
New features
- added support for the reading first side of Malaysian iKad documents -
IKAD_FRONT
recognizer - added support to use
HTTPS
protocol (SSL encryption) without the web proxy (Nginx) directly on the Java (Spring Boot) application
Improvements
- upgrade Spring Boot to v2.1.6 (Spring to v5.1.8)
- the application will be started as non-root user
microblink
, this is configured with the DockerUSER
definition - this Docker image uses new
BASE
imagemicroblink/java
which is custom runtime based on the Alpine Linux and OpenJDK. More details about the new base image and it'sDockerfile
read it in repository description at https://hub.docker.com/r/microblink/java/
Notes
- to use the application available at
HTTPS
protocol, configure it withJAVA_OPTS
docker environment variable- Example
JAVA_OPTS=-Dserver.ssl.enabled=true
- this will use self-signed SSL certificate and application will not be available at theHTTP
protocol
- Example
- to use the application with the custom SSL certificate at the
HTTPS
protocol, use this more complex configuration. To mount the custom certificate from the host machine to the docker container, use the docker volume!- Example
JAVA_OPTS=-Dserver.ssl.enabled=true -Dserver.ssl.key-store-type=PKCS12 -Dserver.ssl.key-store=/custom/mounted/path/my-custom-keystore.p12 -Dserver.ssl.key-store-password=my-custom-keytore-password -Dserver.ssl.key-alias=custom-key-alias
- Example
Tutorials
- https://www.baeldung.com/spring-boot-https-self-signed-certificate
- https://dzone.com/articles/spring-boot-secured-by-lets-encrypt
- https://stackoverflow.com/questions/30896234/how-set-up-spring-boot-to-run-https-http-ports
- https://medium.com/better-programming/running-a-container-with-a-non-root-user-e35830d1f42a
1.16.1
New features
- added support for limiting incoming connections
- waiting-queue can be limited with environment variable
EXECUTION_QUEUE_CAPACITY
, the default value is500
, 501st (EXECUTION_QUEUE_CAPACITY+1
) waiting for the request will be rejected with HTTP status code 503SERVICE_UNAVAILABLE
- executions in progress which will exceed timeout limit will be terminated with the HTTP status code 504
GATEWAY_TIMEOUT
, timeout customization with environment variableEXECUTION_TIMEOUT_IN_SECONDS
, the default value is60
, so by default, if the waiting for a response is more than 60 seconds then OCR task will be terminated
Improvements
- internally refactored OCR engine async task handling with task pool size depends on the available CPUs, only limited number of tasks will be executed in parallel, other will wait in the execution queue until thread from the pool become available, this is the huge improvement with memory consumption and response waiting time
1.15.0
New features
- added support for reading all passports with MRZ - use
PASSPORT
recognizer - introduced on application start and periodical (every 60 seconds) workers health check - visible as DEBUG, ERROR and WARNING logs. When the license key is invalid then it is not possible to start the application and when the license becomes invalid during the runtime then warning logs will describe the summary about the issue.
Improvements for existing features
- added support for reading the commercial code in two rows for Hong Kong ID front documents -
HKG_ID_FRONT
recognizer - added support for Hong Kong ID front documents 2018 version
- improved scanning time of all Malaysian ID front documents -
MYKAD_FRONT
,MYKAS_FRONT
,MYPR_FRONT
andMYTENTERA_FRONT
recognizers
1.14.0
New features
- added ability to limit image upload size, by default any image file will be sent to OCR engine
- created new response status code
FORBIDDEN_RECOGNIZER
which will be part of response if license key has not all required rights but some recognizer which depends on missing rightdoc is requested
Notes
- to activate upload size limit please set environment variable
MICROBLINK_IMAGE_SIZE_LIMIT_IN_MB=<DOUBLE>
- to set limit is recommended because when large files are loaded to the memory they can crash the application due to the out of memory issue
- average smart phone camera has 12MP sensor with JPEG image file size between 2MB and 9MB
- recommended image upload size limit is 10MB which will avoid potential application out of memory issue but with success pass for 99% of incoming requests
MICROBLINK_IMAGE_SIZE_LIMIT_IN_MB=10
- large memory consumption is because of conversion compressed JPEG image to the RAW pixels and that's the reason why images with high resolution consume so much memory
Examples
Image file size | Image type | Image resolution | Megapixels | Memory consumption |
---|---|---|---|---|
0.8MB | JPEG | 1024x1365 | 1.4 | 127MB |
2.9MB | JPEG | 2048x2731 | 5.59 | 182MB |
3.3MB | JPEG | 4000x3000 | 12 | 298MB |
8.2MB | JPEG | 4096x5461 | 22.4 | 451MB |
19.5MB | JPEG | 8192x10923 | 89.5 | 960MB |
72MB | JPEG | 16384x21845 | 358 | 3.5GB |
1.13.0
New features
- ability to set application arguments through
APP_PARAMS
environment variable
Bug fixes
- fixed problem with container crash because out of memory, native wrapper management improved with closing detached child processes
- the bug involved in the previous versions:
1.11.2
and1.12.0
1.12.0
New features
- added support for reading front
BRN_MILITARY_ID_FRONT
side of Brunei Military ID - added support for reading back
BRN_MILITARY_ID_BACK
side of Brunei Military ID
Existing features update
- Please note that we have significantly improved accuracy for MRZ/MRTD scanning because now we switched to the newest OCR technology based on machine learning. To be more precise, we measured and compared existing vs. new MRTD scanning. The new OCR system based on machine learning achieves 99.9% accuracy on the character level, which results with a 50% reduction in the error rate in MRZ extraction.
USDL
recognizer- new fields:
rawDataBase64
,rawStringData
,uncertain
,firstName
,lastName
,fullName
,address
,dateOfBirth
,dateOfIssue
,dateOfExpiry
,documentNumber
,restrictions
,endorsements
,vehicleClass
- deprecated fields:
documentType
,standardVersionNumber
,customerFamilyName
,customerFirstName
,customerFullName
,eyeColor
,addressStreet
,addressCity
,addressJurisdictionCode
,addressPostalCode
,fullAddress
,height
,heightIn
,heightCm
,customerMiddleName
,hairColor
,nameSuffix
,AKAFullName
,AKAFamilyName
,AKAGivenName
,AKASuffixName
,weightRange
,weightPounds
,weightKilograms
,customerIdNumber
,familyNameTruncation
,firstNameTruncation
,middleNameTruncation
,placeOfBirth
,addressStreet2
,raceEthnicity
,namePrefix
,countryIdentification
,residenceStreetAddress
,residenceStreetAddress2
,residenceCity
,residenceJurisdictionCode
,residencePostalCode
,residenceFullAddress
,under18
,under19
,under21
,socialSecurityNumber
,AKASocialSecurityNumber
,AKAMiddleName
,AKAPrefixName
,organDonor
,veteran
,AKADateOfBirth
,issuerIdentificationNumber
,documentExpirationDate
,jurisdictionVersionNumber
,jurisdictionVehicleClass
,jurisdictionRestrictionCodes
,jurisdictionEndorsementCodes
,documentIssueDate
,federalCommercialVehicleCodes
,issuingJurisdiction
,standardVehicleClassification
,issuingJurisdictionName
,standardEndorsementCode
,standardRestrictionCode
,jurisdictionVehicleClassificationDescription
,jurisdictionEndorsmentCodeDescription
,jurisdictionRestrictionCodeDescription
,inventoryControlNumber
,cardRevisionDate
,documentDiscriminator
,limitedDurationDocument
,auditInformation
,complianceType
,issueTimestamp
,permitExpirationDate
,permitIdentifier
,permitIssueDate
,numberOfDuplicates
,HAZMATExpirationDate
,medicalIndicator
,nonResident
,uniqueCustomerId
,dataDiscriminator
,documentExpirationMonth
,documentNonexpiring
,securityVersion
- new fields:
API change
USDL
recognizerdateOfBirth
is date object{ "day": INT, "month": INT, "year": INT, "originalString": STRING }
instead ofSTRING
which is now in fieldoriginalString
1.11.2
- improved wrapper process management
- removed usage of temp files and refactored whole OCR process to be executed in memory
1.11.1
- more verbose wrapper logs
1.11.0
POST /execute
can accept propertyimagePath
where value can be a local path to the source image. Example:/data/path/to/the/my-id-image.jpg
, ifimagePath
is set and API is able to read file, then propertiesimageURL
andimageBase64
will be ignored, ifimagePath
is not set or API is not able to read file thanimageURL
orimageBase64
will be used as source image by default.FIX: files
temp-image*.jpg
are permanently deleted after all success and error responses
1.10.0
POST /execute
can accept propertyimageURL
where value can be public available http path to the source image. Example:https://www.example.com/my-id-image.jpg
, ifimageURL
is set and API is able download image, then propertyimageBase64
will be ignored, ifimageURL
is not set or API is not able to download image thanimageBase64
will be used as source image by default.added support for reading front
AUT_DL_FRONT
side of Austrian DLadded support for reading front
BRN_ID_FRONT
and backBRN_ID_BACK
side of Brunei IDadded support for reading front
BRN_RES_PERMIT_FRONT
and backBRN_RES_PERMIT_BACK
side of Brunei Residence Permitadded support for reading front
BRN_TEMP_RES_PERMIT_FRONT
and backBRN_TEMP_RES_PERMIT_BACK
side of Brunei Temporary Residence Permitadded support for reading front
COL_DL_FRONT
side of Colombia DLadded support for reading front
DEU_DL_FRONT
side of German DLadded support for reading front
ITA_DL_FRONT
side of Italy DLadded support for reading front
MYS_DL_FRONT
side of Malaysia DLadded support for reading back
MYKAD_BACK
side of Malaysian MyKadadded support for reading front
MEX_VOTER_ID_FRONT
side of Mexico Voter IDadded support for reading front
NZL_DL_FRONT
side of New Zealand DLadded support for reading front
SGP_DL_FRONT
side of Singapore DL
1.9.0
- Upgraded base Docker image microblink/base to v2.0
- new base image v2.0 is based on Linux Alpine and image size of microblink/api is reduced for 5.35 times from 471MB to 88MB
1.8.0
- added support for reading front
SGP_ID_FRONT
and backSGP_ID_BACK
side of Singapore ID - added support for reading front side of Malaysian MyTentera
MYTENTERA_FRONT
, MyPrMYPR_FRONT
and MyKasMYKAS_FRONT
documents - added support for reading front side of Ireland Driver's license
IRL_DL_FRONT
- added support for reading the front side of Hong Kong ID
HKG_ID_FRONT
- added support for reading front side of credit cards
BLINK_CARD_FRONT
1.7.1
- fix UK Driver's license export of face image
- redirect wrapper logs to
/opt/microblink-api-ws/logs/wrapper.log
1.7.0
- added support for reading UK Driver's license
UK_DL_FRONT
- added support for reading the front side of Indonesia ID
INDONESIA_ID_FRONT
- added support for reading front side of Malaysian MyKad
MYKAD_FRONT
1.6.0
- Added support for new Cyprus ID format, new and old formats are now available to read with
CYP_ID_FRONT
andCYP_ID_BACK
recognizers.
1.5.0
- Added support to load
LICENSEE
andLICENSE_KEY
environment variables from the Docker secrets.
NOTE: Docker secrets are only available to swarm services, not to standalone containers. Docker Compose template is available on GitHub as docker-compose.swarm.yml. How to start application on the Swarm node please follow this steps.
1.4.1
- Added
expiresOn
field toCYP_ID_BACK
recognizer
1.4.0
- Transformed
rawData
ofPDF417
recognizer to unsigned 8 byte integer[0,255]
1.3.3
- when environment variable
PORT
is set then the application will be bind to this value, otherwise, the application will be exposed to the host at a default port8080
1.3.2
- internal performance improvements
1.3.1
- All logs are available inside of container on path
/opt/microblink-api-ws/logs
- Created route
GET /recognize/info
with API details about version and available recognizers
1.3.0
Added recognizers:
CRO_ID_FRONT
(Croatian identity card front side),CRO_ID_BACK
(Croatian identity card back side),UAE_DL_FRONT
(United Arab Emirates driving license front side),KWT_ID_FRONT
(Kuwait identity card front side),KWT_ID_BACK
(Kuwait identity card back side),ESP_DL_FRONT
(Spanish driving license front side).Added Codes:
HTTP_REQUEST_IS_NOT_VALID
,HTTP_ENDPOINT_DOES_NOT_EXIST
andNOT_ALLOWED_TO_EXECUTE_THIS_API_ENDPOINT
,VERSION
,DEFAULT
andAUTHORIZATION_HEADER_IS_NOT_FOUND_AND_RESULTS_ARE_MASKED
.Added optional API boolean properties:
detectGlare
,exportMrzImage
,exportFaceImage
,exportFullDocumentImage
,exportSignatureImage
, default values arefalse
. IfdetectGlare=true
than documents with glare will be ignored, in response objectresult
will benull
. WhenexportImages=true
(introduced in v1.1.0) then all available images extracted from the document will be returned (NOTE: extracting multiple documents extends API waiting time), for better performances use specificexport*Image
flag.
1.2.0
- Improved response with
code
property which describes error message with a string constant. Codes:AUTHORIZATION_HEADER_IS_NOT_FOUND
,AUTHORIZATION_HEADER_IS_NOT_VALID
,INSUFFICIENT_BALANCE
,IDENTITY_IS_ARCHIVED
,IMAGE_AS_BASE64_IS_REQUIRED
,RECOGNIZER_OR_RECOGNIZERS_IS_REQUIRED
,RECOGNIZER_IS_NOT_STRING
,RECOGNIZER_IS_NOT_VALID
,RECOGNIZER_IS_NOT_STRING
,RECOGNIZERS_IS_EMPTY
,IMAGE_IS_NOT_VALID_BASE64_STRING
,IMAGE_IS_NOT_ABLE_TO_CONVERT_TO_RAW_PIXELS
,NOT_ALLOWED_TO_EXECUTE_REQUESTED_RECOGNIZER
,API_ROLE_IS_NOT_FOUND
andINVALID_LICENSE_KEY
, also withcode
propery is available propertysummary
which in one sentance describes response.
1.1.0
- Added new recognizers: VIN, SIM, UAE_ID_FRONT, UAE_ID_BACK, CYP_ID_FRONT and CYP_ID_BACK
Improved existing recognizers with the upgrade to new Microblink API and new licensing format.
Added optional
exportImages
boolean property to get all available images from the document. This option is available only for these recognizers: MRTD, CYP_ID_FRONT and CYP_ID_BACK.
1.0.2
- Added validation with detailed API return messages and added validation which protects API from worker stuck state.
1.0.1
- Support for run wrapper when some wrapper's right in the license key is missing. This recognizer is still not able to run but other allowed recognizers can be executed.
1.0.0
- Initial public version with recognizers:
MRTD
,USDL
,PDF417
,CODE128
,CODE39
,AZTEC
,DATA_MATRIX
,EAN13
,EAN8
,ITF
,QR
,UPCA
andUPCE