Accusoft.Forms1 - Updated
SplitMergedChars Property (Segmentation)



Accusoft.SmartZoneOCRSdk Namespace > Segmentation Class : SplitMergedChars Property
Gets and Sets the property to automatic cutting of touching characters.
Syntax
Public Property SplitMergedChars As Boolean
Dim instance As Segmentation
Dim value As Boolean
 
instance.SplitMergedChars = value
 
value = instance.SplitMergedChars
public bool SplitMergedChars {get; set;}
public:
property bool SplitMergedChars {
   bool get();
   void set (    bool value);
}
Remarks

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.

See Also

Reference

Segmentation Class
Segmentation Members