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

maxAllowedMismatches

Allowed OCR errors per word.

Details

Attribute: max-allowed-mismatches

Type: number

Supported values: 0 or higher

Default value: 0

Morphology

selphid.maxAllowedMismatches = 0;

Description

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


Example

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

Last updated