Customer deduplication flow Deduplicate customers (Onboarding step 2) point 3.1 contains face search.

reference:

  • Face Searchhttps://doc.advance.ai/ph/face_search.html

    • Expect a customer’s face with a unique id assigned to the customer, and checks whether the face matches with another customer within the DB. The Face queried is automatically added to the DB after the check (with the unique id). Intended to detect duplicate customer onboarding.

  • Face Search DB https://doc.advance.ai/ph/face_search_db.html (not used)

    • The operation is storing the customer’s face with a unique id for DB initiation (it doesn’t perform the face search functionality).