Egyptian Tax Card OCR


Valify's Tax Card OCR empowers organizations to effortlessly extract accurate and relevant information from Tax Card documents. Our powerful solution automates data extraction in a structured format, ensuring compliance with Egyptian regulatory requirements and streamlining business processes.

Egyptian National ID OCR

POST https://valifystage.com/api/v1/ocr/

Headers

Name
Type
Description

Content-Type*

string

application/json

Authentication*

string

Bearer <access-token>

Request Body

Name
Type
Description

document_type*

string

egy_tax_card

data*

object

Object containing the parameters below: { img: <base64 str>, bundle_key: <str>, lang: <str> }

Status Codes

{
    "result": {
        "tax_id": '<string>',
        "release_date": '<string>',
        "expiry_date": '<string>',
    },
    "transaction_id": '<str>',
    "trials_remaining": '<int>'
}

Integration

Last updated