Compare Methods - Designer - Foundation 23.1 - Foundation 23.1 - Brainware - external

Brainware Intelligent Capture Designer

Platform
Brainware
Product
Designer
Release
Foundation 23.1
License

String Compare
A very simple method that returns a match for a literal occurrence of the comparison string.
Trigram
An error-tolerant method that returns a match for a literal occurrence of the comparison string, but also for strings that can be derived from the specified one by fragmenting the text into groups of three characters called trigrams. The number of identical groups determines whether there is still a match.
Levenshtein
Another error-tolerant method that returns a match for a literal occurrence of the comparison string, but also for strings that can be derived from the specified one by inserting, interchanging or deleting single characters. This is the default method.
Expression
A method that returns a match if the recognition result corresponds to a possibly complex format pattern that needs to be entered into the Compare Text field.
Simple Expression
A method that returns a match if the recognition result corresponds to a simple format pattern that needs to be entered into the Compare Text field.