SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Reader Class
Properties Methods

In This Topic
    Reader Class Members
    In This Topic

    The following tables list the members exposed by Reader.

    Public Properties
     NameDescription
    Public Property Gets and sets the set of valid characters to match for recognition. Modify the character set as needed for the closest possible match.  
    Public Property Returns the number of entries in the data validation list.  
    Public Property Gets and sets the default horizontal resolution, expressed in dots per inch (DPI), for images that do not report resolution.  
    Public Property Gets and sets the default vertical resolution, expressed in dots per inch (DPI), for images that do not report resolution.  
    Public Property Gets and sets the expected format (type) of text being recognized.  
    Public PropertyGets and sets the confidence value below which a character is rejected and replaced with the RejectionCharacter.  
    Public Property Gets and sets case insensitivity of user regular expressions.  
    Public PropertyGets and sets the character used as a replacement for any character with a confidence below MinimumCharacterConfidence.  
    Public Property Gets and sets the segmentation parameters, including detecting spaces, blobs, lines, and merged characters.  
    Public Property The maximum amount of time in milliseconds for OCR.  
    Public PropertySet to true and AnalyzeField method will try to find the best orientation for the image and run analysis of a field on the given object. It will also return the found orientation in the TextBlockResult.Orientation.

    Default value: false

     
    Public Property Gets or sets the value indicating the OCR-A font used.  
    Public Property Gets SmartZone OCR user dictionary.  
    Public Property Gets and sets the coordinates of the image to perform recognition on. The area uses the Zone object which contains the height, width, x and y coordinates to define the area on an image.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  Runs analysis of a single character.  
    Public MethodOverloaded.  Runs analysis of a field on a given object.  
    Public MethodClears the regular expression string that was previously set by SetFieldRegularExpression.  
    Public Method Adds an entry to the data validation list.  
    Public Method Removes all entries from the data validation list.  
    Public Method Returns the string value of an entry at the specified index  
    Public Method Removes an entry from the data validation list.  
    Public MethodOverloaded.  Detects the orientation of the given image represented by the stream.  
    Public MethodGets the regular expression string that was previously set by SetFieldRegularExpression.  
    Public Method Returns the current Regular Expression.  
    Public Method Sets a regular expression as an additional pattern of a desired field type. This can be useful if the user has a specific pattern that he/she considers belonging to a certain field type.  
    Public Method Sets the Regular Expression.  
    Top
    See Also