> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/selphid-documentos.md).

# Document Capture - SelphID

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

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

***

### Settings

The SelphID Widget is configured through JSX or JavaScript properties.

{% content-ref url="/pages/e5cc3486d7767617d9cba325e4b8574cb17d3b47" %}
[Properties](/docs.facephi-en/sdks/sdk-web/componentes/selphid-documentos/propiedades.md)
{% endcontent-ref %}

The custom component will emit events during its lifecycle.

{% content-ref url="/pages/ce01f0f67c43724ba1abca2146b3af67b3bd19e8" %}
[Events](/docs.facephi-en/sdks/sdk-web/componentes/selphid-documentos/eventos.md)
{% endcontent-ref %}

The Widget style can be customized.

{% content-ref url="/pages/e50a44453c1730707141aa695a26ee27ded1a78b" %}
[Customization](/docs.facephi-en/sdks/sdk-web/componentes/selphid-documentos/personalizacion.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/cb0af858fa07c65f14ae3c15dc303ae6a0834042" %}
[Results](/docs.facephi-en/sdks/sdk-web/componentes/selphid-documentos/resultados.md)
{% endcontent-ref %}

***

### 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.

***

### Related content

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.
