Gets or sets a value indicating whether the component will return multiple text lines.
Read-write property
| Visual Basic |
|---|
Public Property SegmentationMultipleTextLines() As Boolean |
If the component is configured to return only one line and it detects more than one line in the specified zone, the component returns the “best” line based on the following criteria: confidence (prefer lines with higher confidence), length (prefer lines that have a length that could be a valid micr line), and vertical position (prefer lines that are lower in the zone).
