Pan

Overview

API allows user to send picture for PAN Card and sends the information of the pan card in json format.

Price :

500 monthly
Endpoint
HTTP MethodEndpoint
posthttps://ocr.itaxeasy.com/pan
Body Parameters
NameTypeRequiredDescription
fileForm-dataYesThe File which user wants to extract information from i.e. PAN Card Picture.
Response Body
NameTypeRequiredDescription
nameStringYesThe extracted name from the file
fatherNameStringYesThe extracted father's name from the file
dobStringYesThe extracted dob from the file
panStringYesThe extracted PAN from the file
{
      "status": "success",
      "data": {
          "name": "",
          "fatherName": "",
          "dob": "",
          "pan": ""
      }
  }