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>'
}{
"message": "Bad Request โ invalid request received (e.g. missing Bundle key, required parameters or invalid json) | Make sure all the required parameters are included"
}{
"message": "Unauthorized โ your Bundle key is invalid"
}{
"message": "Forbidden โ specified access_token could not be found"
}{
"message": "Not Found"
}Integration
Last updated