'Declaration Public Property SplitMergedChars As Boolean
'Usage Dim instance As Segmentation Dim value As Boolean instance.SplitMergedChars = value value = instance.SplitMergedChars
public bool SplitMergedChars {get; set;}
'Declaration Public Property SplitMergedChars As Boolean
'Usage Dim instance As Segmentation Dim value As Boolean instance.SplitMergedChars = value value = instance.SplitMergedChars
public bool SplitMergedChars {get; set;}
Default value: true
This property allows for the cutting of touching characters. The reader can automatically separate the blobs of touching characters. However, if you know that the blobs of the characters do not touch each other, then better accuracy and speed is possible by setting this property to false.