Version 1

Supported documents: Cambodia ID, Japan Driving License, Japan Residence Card

Cambodia ID, Japan Driving License, Japan Residence Card

POST https://okayiddemo.innov8tif.com/okayid/api/innov-ocr/v1

Request Body

Name
Type
Description

apiKey

string

To be assigned by Innov8tif

imageBase64

string

Image in base64 encoded string

imageFile

object

Image file. (If both imageBase64 and imageFile are provided, imageBase64 will be used.)

docType

string

Document type: cambodia_id, japan_drivinglicense, japan_residencecard

{
    "status": "success",
    "listFieldMaps": [
        {
            "fieldType": "pob",
            "fieldValue": "- ឃុំពេជសារ ស្រុកកោះអណ្តែត តាកែវ"
        },
        {
            "fieldType": "gender",
            "fieldValue": "empty"
        },
        {
            "fieldType": "address2",
            "fieldValue": "Sឃុំពេជសារ ស្រុកកោះអណ្តែត តាកែវ"
        },
        {
            "fieldType": "dob",
            "fieldValue": "empty"
        },
        {
            "fieldType": "address1",
            "fieldValue": "ភូមិព្រៃធំ"
        },
        {
            "fieldType": "name",
            "fieldValue": "empty"
        },
        {
            "fieldType": "remark",
            "fieldValue": "សំលាកតូចចំ 0,៥សម ក្រោយក្រោមចុងចិញ្ចើមឆ្វេង'"
        },
        {
            "fieldType": "validity",
            "fieldValue": "empty"
        },
        {
            "fieldType": "b'id",
            "fieldValue": "empty"
        },
        {
            "fieldType": "height",
            "fieldValue": "១៧៥ ស.ម"
        }
    ]
}

For cambodia ID, OCR for ID number, name, date of birth, gender, and validity are not available at this moment.

Input Example

Last updated