Versions

Version 1

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

Request Body

Name
Type
Description

apiKey

string

To be assigned by Innov8tif

base64ImageString

string

Front ID card image in base64 encrypted string

backImage

string

Back ID card image in base64 encrypted string

faceImageEnabled

string

Set to True. Return cropped id face image

{
    "status": "success",
    "message": "successfully performed OCR ",
    "front_detection_score": 0.836729072034359,
    "address": "āļ’āļ™āļēāļĄāļŠāļāļļāļĨ āļ”āļĩ. āđ€āļ“āļ‘āđ’",
    "en_dob": "11 Apr. 1979",
    "en_expire": "11 Apr. 2018",
    "en_fname": "Natta",
    "en_init": "Miss",
    "en_issue": "11 Mar. 2009",
    "en_lname": "Chaichua",
    "face": "/9j/4AAQSkZJ.......",
    "id_number": "3123300144131",
    "religion": "",
    "th_dob": "āļ’āļ™āļēāļĄāļŠāļāļļāļĨ āļ™ āļ”",
    "th_expire": "11 āđ€āļĄ.āļĒ. 2558",
    "th_fname": "",
    "th_init": "",
    "th_issue": "11 āļĄāļĩ.āļ„. 2552",
    "th_lname": "",
    "back_detection_score": 0.9875280658404033,
    "back_number": "-"
}

Postman Collection

Last updated