Activate to decompose complex or special characters in into basic characters. Complex characters are for instance ligatures like 'fi' which will be decomposed into 'fi'. Furthermore special character like long or short hyphens will be normalized to their base character.
Property Name | Description |
---|---|
TRANSFORM_OPERATIONS | Add REPALCE_IDENTICAL to the comma separated list to enable. The default value is enabled |
FILTERS | Add TEXTTRANSFORM to the comma separated list to enable. The default value is enabled |
Activate to correct typical text recognition mistakes. An example for a common ambiguousness in text recognition is the character 'm' and the syllable 'rn' which appear very similar depending on print quality and font.
Property Name | Description |
---|---|
TRANSFORM_OPERATIONS | Add REPLACE_CONFUSABLES to the comma separated list to enable. The default value is disabled |
FILTERS | Add TEXTTRANSFORM to the comma separated list to enable. The default value is enabled |