Introduction Last updated: 2023-30-01

About Us

OCR (Optical Character Recognition)

alt text

  1. Supported document types :
    • VN NationaID Card (all types)
    • VN Passport
    • VN Driver License
  2. Address data are logically organized into 4 levels
  3. Returns the confidentiality of each data field
  4. Automatically recognize the type of identity document

Face and Motion Detection

alt text

  1. Detect face in frame
    • Multiple face, single face
    • Face is covered
    • Face is not in the frame
    • Eyes are shut
  2. Detect expressions
    • Smile, grimace, frown, cry, …
  3. Detect motion
    • Turn left, turn right, knock, …
  4. Generate random sequence of actions
    • Intense fraud prevention, request user to comply

Face Indexing and Face Search

alt text

  1. Extract face vector data
    • Convert portrait/ selfie to vector and store converted data only
  2. Generate unique identifier
    • Map vector data with unique face/ user id
  3. Migrate database
    • Exact, map, and store your existing face database
  4. Query face database
    • Search customer’s face image in database once user makes transaction

Face Comparison and Quality Check

alt text

  1. Face Compare
    • Between Identity/ Additional document portrait and selfie
  2. Setup decision score
    • Flexibly configure Face Comparison decision in FinOS portal
  3. Adapt changes in Face features
    • Able to recognize and compare regardless change in physical characteristics over time (age, hair, glasses, weight, etc.)

Liveness Check

alt text

  1. Active
    • Based on Motion Detection, recognize real human action
  2. Passive
    • User holds still and system is able to recognize real human
    • Fraud Prevention
  3. Pre-recorded video
    • Check and verify real human or pre-recorded videos

Video Recording and Speech-to-Text

alt text

  1. Support Video Recording and Face Comparison
    • Instead of selfie, FinOs enables user captures video and speaks required sentence
  2. Speech-to-Text
    • Support real-time extraction of customer speech content
    • Matches with predefined content in the system
  3. Generate random sentence
    • Generate user-specific sentence based on variables (name, dob, etc.)

User Flow

Standard flow

alt text

Code Sample

Github - Android

Github - iOS

Github - Flutter