> 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/propiedades/capturepadding.md).

# capturePadding

## Details

**Attribute:** `capture-padding`

**Type:** `number`

**Accepted values:** From `0` to `100`

**Default value:** `4`

## Morphology

```typescript
selphid.capturePadding = 4;
```

## Description

Additional margin (in engine units) added to the document crop in `facephi-selphid-widget`.

***

## Example

```jsx
<facephi-selphid-widget
    capturePadding={10}
/>
```
