enableCharacterValidation property

bool enableCharacterValidation
getter/setter pair

Indicates whether character validation is enabled.

Allow only results containing expected characters for a given field. Each field is validated against a set of rules. All fields have to be successfully validated in order to successfully scan a document. Setting is used to improve scanning accuracy. If set to true, when an invalid character is detected ProcessingStatus.InvalidCharactersFound is returned.

Default: true

Implementation

bool enableCharacterValidation = true;