Setting | Description |
---|---|
Minimum Confidence | The Minimum Confidence parameter may be used to change a character's minimum score. By default, this threshold is set to 80%. Adjusting this value downward can help include decodes of slightly lesser confidence to get the desired output. For example, the above example is too strict and does not decode various characters. Lowering this value from 99 to 98 yields a favorable result. |
Average Character Height | The Average Character Height should be set to the average height of characters (specifically, capital letters) in the analyzed area. For example, if an image contains two kinds of characters: one is 24 pixels high and the second is 40 pixels high, the Average Character Height should be set to 32, irrespective of the number of characters of each kind. Use the slider to select a value that is close to the average pixel height of text that is trying to be decoded. Performance improves when this value is closer to the average character height (in pixels).
|
Character Spacing | Distance between characters is denoted as a fraction of CharHeight. |
Text Color | Set a required polarity for a character to be returned.
Default Value: Any |
Contrast Threshold | Sets a threshold for a contrast of found characters. Default value: 0 |
Character Width Scale Percentage | Scales image width by the given factor (%).
|
Character Range | Enable Character Range to limit the set of recognized characters. This string must be formatted according to the following rules:
For example, Character Range equal to A-F,g-o,0-9,X,Y,Z,-,\\,\, results in recognizing only ABCDEFXYZghijklmno0123456789-\, characters. |
Character Range | Provides the option to limit the set of desired characters when returning the result. |
String Match | Defines a string that must be contained within the decoded OCR output for the tool to pass (for example, substring). By default, the tool passes if the match string is contained in the resulting OCR output. This allows additional characters to be added before and after the string. Enable the RegEx checkbox and use the syntax ^<stringToExactMatch$ to implement the exact match behavior. RegEx can also be used for complex string match logic. Refer to the RegEx section for more details. |
Timeout | Sets a time after which the tool fails. |
Invert Pass/Fail Result | Flips the results of this tool. |