For the complete documentation index, see llms.txt. This page is also available as Markdown.

Document Capture - SelphID

Document capture is performed with the SelphID Component.

Document capture is performed with the SelphID Component.

This component is responsible for capturing identity documents and analyzing the data obtained. Its main processes are:

  • Internal management of cameras and permissions.

  • Assistant in the capture processes for the front and back of the document.

  • Extraction of the information contained in the document.

  • Obtaining images of the back and front of the document, as well as other images included in the document: user face, user signature,...

  • High level of configuration: different countries, languages, document types...


Dependencies

Flutter:

dependencies:
  fphi_sdkmobile_selphid:
    hosted:
      name: fphi_sdkmobile_selphid
      url: https://facephicorp.jfrog.io/artifactory/api/pub/pub-pro-fphi/
    version: ^<Version>

Android - Gradle:

iOS - CocoaPods:

Available methods

This component contains several methods that execute different functionalities:

Method

Description

startSelphIDWidget

Main document capture controller

Method startSelphIDWidget

Once the SDK has been started and a new operation has been created, the component can be launched. Any of its controllers can be used to execute its functionality.

Face Capture launch:

Basic configuration

To launch the current component, an object SelphIDConfiguration must be created, which will be the configuration of the component controller.

The basic configuration needed for this is as follows:

Advanced component configuration

Below are all the fields that are part of this class.

SelphID Configuration

Result reception

The launch will return the information in the format SelphIDResult. It being possible to distinguish between a successful launch and an unsuccessful one:

Advanced component configuration

Below are all the fields that are part of this class.

SelphID Result

Component Customization

In addition to the changes that can be made at the SDK level (which are explained in the document of Advanced settings), this specific component allows its own Customization.

SelphID - Component Customization

Last updated