Name | Description | |
---|---|---|
Area | Gets and sets the coordinates of the image to perform recognition on. The area uses the Rectangle object which contains the height, width, x and y coordinates to define the area on an image. | |
CharacterSet | Gets and sets the set of valid characters to match for recognition. Modify the character set as needed for the closest possible match. | |
DataValidationListCount | Returns the number of entries in the data validation list. | |
DefaultHorizontalResolution | Gets and sets the default horizontal resolution, expressed in dots per inch (DPI), for images that do not report resolution. | |
DefaultVerticalResolution | Gets and sets the default vertical resolution, expressed in dots per inch (DPI), for images that do not report resolution. | |
FieldType | Gets and sets the expected format (type) of text being recognized. | |
MinimumCharacterConfidence | Gets and sets the confidence value below which a character is rejected and replaced with the RejectionCharacter. | |
RegularExpressionCaseInsensitivity | Gets and sets case insensitivity of user regular expressions. | |
RejectionCharacter | Gets and sets the character used as a replacement for any character with a confidence below MinimumCharacterConfidence. | |
Segmentation | Gets and sets the segmentation parameters, including detecting spaces, blobs, lines, and merged characters. | |
UseAutoRotate | Set 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 | |
UseOCRAFont | Gets or sets the value indicating the OCR-A font used. | |
UserDictionary | Gets SmartZone OCR user dictionary. |
Is this page helpful?
Yes
No