'Declaration Public Property SplitOverlappingChars As Boolean
'Usage Dim instance As Segmentation Dim value As Boolean instance.SplitOverlappingChars = value value = instance.SplitOverlappingChars
public bool SplitOverlappingChars {get; set;}
'Declaration Public Property SplitOverlappingChars As Boolean
'Usage Dim instance As Segmentation Dim value As Boolean instance.SplitOverlappingChars = value value = instance.SplitOverlappingChars
public bool SplitOverlappingChars {get; set;}
Default value: true
This property allows for the automatic segmentation of overlapping blobs into multiple characters. The reader can automatically separate the blobs into a collection of characters. However, if you know that the blobs of the characters do not overlap each other, then better accuracy is possible by setting this property to false.