File reader for KYC Application which can read the contacts of the identity proof of the user

0
Hii Everyone,  I would like to create a KYC application in which users can upload any of there identity proof and get verified, for this I would like the file uploaded by the user to be read and given back as attributes or fields which we can use for validation, Could you please suggest me a way for reading the file and returning it back as text?   Thanks, Hari
asked
1 answers
0

Hi Hariharan!

 

You can use external API services for reading text from the image or use the government's services to read from QR code on the KYC.

 

Example:

For India's Aadhar Card: https://uidai.gov.in/en/ecosystem/authentication-devices-documents/qr-code-reader.html

For generic image to text API: https://www.imagetotext.info (You can browse their plans at https://www.imagetotext.info/api-plans)

answered