SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Segmentation Class / SplitOverlappingChars Property




In This Topic
    SplitOverlappingChars Property (Segmentation)
    In This Topic
    This property has been deprecated and will be removed from the API in a future release.
    Gets and sets the property to automatic segmentation of vertically overlapping characters.
    Syntax
    'Declaration
     
    
    Public Property SplitOverlappingChars As Boolean
    'Usage
     
    
    Dim instance As Segmentation
    Dim value As Boolean
     
    instance.SplitOverlappingChars = value
     
    value = instance.SplitOverlappingChars
    public bool SplitOverlappingChars {get; set;}
    public: __property bool get_SplitOverlappingChars();
    public: __property void set_SplitOverlappingChars( 
       bool value
    );
    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