SmartZone v7.1 - Updated
SplitMergedChars Property (Segmentation)




Accusoft.SmartZoneICR.Net Assembly > Accusoft.SmartZoneICRSdk Namespace > Segmentation Class : SplitMergedChars Property
Gets and sets the property to automatic cutting of touching characters.
Syntax
'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;}
public: __property bool get_SplitMergedChars();
public: __property void set_SplitMergedChars( 
   bool value
);
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

Is this page helpful?
Yes No
Thanks for your feedback.