Driver License
Text recognition on Indonesian driver's license (SIM).
Last updated
{
"message": "string",
"data": {
"id": "string",
"result": {
"identityId": "string",
"indicator": "string",
"country": "string",
"countryCode": "string",
"fullName": "string",
"nationality": "string",
"nationalityCode": "string",
"birthDate": "string",
"sex": "string",
"personalNumber": "string",
"expirationDate": "string"
},
"information": {
"tilt": float,
"cardDetected": boolean
}
}
}{
"errors":{
"errorId": <log_id:uuid>,
"errorType": <error_type:str>
},
"message": <message:str>
}