Computer Vision Use Case Scenario

This scenario covers an onboarding form driven flow that collects applicant data by scanning a proof-of-identity document, then saves it to the database.

OCR Option Set

Create an option set called typeOCR for the types of documents you wish to be able to scan. For this example, we have used the following options set items:

Option Set Item Description
Standard Government-issued IDs
Passport Passports
DrivingLicense Driving licenses
VIC Vehicle identity cards

City Type Option Set

Create an option set called FTOS_BNK_CityType for the types of cities available for the applicants' addresses. For this example, we have used the following options set items: Village, Township, City, Municipality.

Data Model

The data model is built around an OCR entity that uses business entity extensions to temporarily store the data collected during the applicant's onboarding flow, then distributes it to the relevant entities in the database for long term storage.

OCR Flow Settings

Set Up a Computer Vision Automation Processor called FTOS_Test_OCR with processor settings for each of the OCR Option Set items you have set up:

OCR Form Driven Flow

Create an onboarding form driven flow called FTOS_Test_OcrFDF to collect the applicants' data.