Segmentation
Segmentation is the process of taking an image and splitting it into smaller pieces expected to be individual characters. The default segmentation settings have been configured for recognition on checks using various image types and image qualities. Adjust segmentation settings for your needs.
Segmentation Properties Available
| Property | Description |
| Segmentation.MultipleTextLines | Finds multiple lines in the current field. If this property is set to true, the recognition engine can automatically determine the number of text lines. However, if you know there is only a single text line, set this property to False for better accuracy and speed. |
| Segmentation.DetectSpaces | A boolean property that indicates whether or not to allow spaces. The recognition engine automatically determines the spaces. But, if you know that there are no spaces or do not want any spaces in the result, set the value to False. |
| Segmentation.MaximumBlobSize | Sets the maximum blob size in pixels to automatically classify a blob as a noise. The recognition engine can automatically determine noise blobs. |
| Segmentation.MinimumTextLineHeight | Sets the minimum text line height in pixels. This value is used by the recognition engine to prevent noise from being returned as a text line. |
Segmentation affects recognition performance, since the recognition engine operates on a bitmap of what it believes is a single character.
