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

# maxAllowedMismatches

## Details

**Attribute:** `max-allowed-mismatches`

**Type:** `number`

**Supported values:** `0` or higher

**Default value:** `0`

## Morphology

```typescript
selphid.maxAllowedMismatches = 0;
```

## Description

Maximum allowed OCR errors per word in the validation of `facephi-selphid-widget`.

***

## Example

```jsx
<facephi-selphid-widget
    maxAllowedMismatches={1}
/>
```
