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

Document Capture - SelphID

The SelphID component of Facephi's Web SDK allows identity documents to be captured and validated automatically and securely.

The facephi-selphid-widget is a key Web component of the Web SDK, designed for document verification processes with features such as OCR, barcode scanning and anonymization. This guide provides a detailed description of its properties and Integration options.

Type: HTMLFacephiSelphidWidgetElement


Integration Example

<facephi-selphid-widget
  disableExit={true}
  onExtractionFinish={handleExtractionFinish}
></facephi-selphid-widget>

Settings

The SelphID Widget is configured through JSX or JavaScript properties.

Properties

The custom component will emit events during its lifecycle.

Events

The Widget style can be customized.

Customization

Quick guide on how to work with the results or errors emitted by the widget.

Results

Benefits of using SelphID

  • Verification of documents such as ID cards, passports, or driver's licenses.

  • Digital Onboarding and Identity Verification processes.

  • Prevention of document fraud.


When to use SelphID?

  • In digital Onboarding processes that require document validation.

  • To complement Biometric Verification of the face with document checks.

  • As a step before or after verification with Selphi.


Access the specific technical documentation for SelphID:

  • Usage examples

  • Module properties

  • Events and callbacks

  • Generated results

  • Customization and advanced configurations

  • Best practices for document capture


Next steps

If you haven't done so yet:

  • Review the SDK Installation.

  • Configure the SDK Provider correctly.

Last updated