Live demo of agent247 on Digio's docs — click the orange button at the bottom right to start.

ID PROOF - Proof of Identification (Voter ID, Aadhaar Image, Passport, Driver’s License)

The ID_PROOF step is used to ask the user to upload the image of an Aadhaar card, Voter ID card, Passport, Vehicle RC or Driving License for verification. Image-level detection and Optical Character Recognition (OCR) of ID card data can also be done.

Here is a table of the possible configuration values for this step:

Attribute NamePossible/Sample ValuesDescription
1Step NamePAN VerificationName of the step as shown to the user.
2Step DescriptionPlease upload a clear image of your PAN card.Description of the step as shown to the user.
3Strict Validate for Image TypePAN, VOTER, AADHAAR, PASSPORT, DRIVING_LICENSE, VEHICLE_RCThe type of document to validate the input against.
4Image Upload ModeFRONT_ONLY, FRONT_BACKSets whether only the front or back or both sides of the ID document are asked for.
5OCR Required(Checkbox checked) ID analysis required, (Checkbox unchecked) ID analysis not required.Configures whether to perform OCR to extract relevant data fields from the ID document.
6OCR Data update allowed(Checkbox checked) OCR Data update required, (Checkbox unchecked) OCR Data update not required.Configures whether to allow the user to correct the OCR data in text input fields, Update is recorded along with OCR data.
7Optional(Checkbox checked) optional, (Checkbox unchecked) mandatoryConfigures whether the user has to mandatorily perform the step or not.
8Face Match TypeMATCH_REQUIRED, SOURCE, NONEConfigures whether to match the face in the id document of the current step and if yes, how. Refer here for details.

Here are the strict validations possible for a step of type ID_PROOF:

Strict ValidationDescriptionOCR Fields Extracted
1PANAllows uploading image of PAN cardName, Father’s name, Date of Birth, PAN number.
2AADHAARAllows uploading image of Aadhaar card. Aadhaar number on image is masked.Aadhaar number, Name, Gender, Address, Year of Birth, Address, Face Image.
3VOTER_IDAllows uploading image of Voter ID card.
Front: Name, Father’s name, Date of Birth, Voter ID number, Date of Issue, Face Image
Back: Address.
4PASSPORTAllows uploading image on Indian Passport.Name, Father’s name, Date of Birth, Passport number.
5VEHICLE_RCAllows uploading the Registration Certificate of a vehicle as issued by an Indian RTO.Name, Father’s name, Date of Birth, Registration number.
6DRIVING_LICENSEAllows uploading the Driving License of an individual as issued by an Indian RTO.Date of Birth, License Number.

The step is added as follows:

  1. Select ‘ID_PROOF’ in the ‘Add Step’ dropdown.
  2. Provide a title and description relevant to the document being requested.
  3. Select the type of ID to be uploaded.
  4. Select Image Upload Mode. If only the image of the front of the ID is required, select FRONT_ONLY. If both sides are required, select FRONT_BACK
  5. Check ‘id_analysis_required’ under ‘OCR Required’ if you’d like the fields of the document recognised and prefilled in text boxes via OCR.
  6. Check ‘allow_ocr_data_update’ under OCR Data Update Allowed if you want to allow the user to give a suggestion/correction on the text that is pulled via OCR from the ID. Both the OCR data and the data entered by the user is shown.
  7. Check ‘optional’ if the step is to be optional for the user.
  8. Configure the FACE_MATCH as SOURCE, MATCH_REQUIRED or NONE as explained here
  9. Click ‘Next’ to go to the addons tab. Add user instruction, user consent or Click ‘Skip’.
  10. Preview the configuration and click ‘Add Step’.

Your ID_PROOF step is added successfully to your workflow.

Configuration pictured below:

Here is the video guide to configuring this step: https://youtu.be/mCzb_kBQh44

The user side screens for each strict validations type:

ID CARD ( PAN for both front and back, two boxes appear. For only front only one box will appear)

Data suggestion after OCR:

SIGNATURE

Please refer here

CHEQUE

Please refer here

Was this page helpful?