For Shufti Pro's with OCR service, data is automatically extracted from the documents. The steps of the process are as follows;
- Merchant specifies the parameters to be verified and sends a verification API request to Shufti Pro
- Shufti Pro collects required data (images/proofs) from end-users
{ "document" : { "name" : "", "dob" : "", "document_number" : "", "issue_date" : "", } |
- Shufti Pro extract the provided information from the document and fill the verification form automatically with the extracted data.
- Once the verification process is completed, Shufti Pro will returns the results of the verification
For Shufti Pro's without OCR service provided data is cross matched with documents data. The steps for the process are as follows:
- Merchant collects data(name, dob, id, issue date, expiry date) from user
- Merchant sends a verification API request to Shufti Pro with the collected data
{ "document" : { "name" : "John doe", "dob" : "1980-11-12", "document_number" : "0989-7752-6291-2387", "issue_date : "1990-09-07" } |
- Shufti Pro uses unique template matching technique and cross match the information provided in documents and API request
- Once verification is complete, Shufti Pro returns the results of the verification
Comments
0 comments
Please sign in to leave a comment.