Accusoft.SmartZoneOCR5.Net - Updated
SplitOverlappingChars Property






Accusoft.SmartZoneOCRSdk Namespace > Segmentation Class : SplitOverlappingChars Property
Gets and Sets the property to automatic segmentation of vertically overlapping characters.
Syntax
'Declaration
 
Public Property SplitOverlappingChars As System.Boolean
'Usage
 
Dim instance As Segmentation
Dim value As System.Boolean
 
instance.SplitOverlappingChars = value
 
value = instance.SplitOverlappingChars
public System.bool SplitOverlappingChars {get; set;}
public read-write property SplitOverlappingChars: System.Boolean; 
public function get,set SplitOverlappingChars : System.boolean
public: __property System.bool get_SplitOverlappingChars();
public: __property void set_SplitOverlappingChars( 
   System.bool value
);
public:
property System.bool SplitOverlappingChars {
   System.bool get();
   void set (    System.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