Accusoft.Forms1 - Updated
SplitOverlappingChars Property (Segmentation)



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

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.

See Also

Reference

Segmentation Class
Segmentation Members