Name | Description | |
---|---|---|
![]() | Reader Constructor | Initializes a new instance of the Reader class. |
The following tables list the members exposed by Reader.
Name | Description | |
---|---|---|
![]() | Reader Constructor | Initializes a new instance of the Reader class. |
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. |
![]() | 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. |
Name | Description | |
---|---|---|
![]() | AnalyzeCharacter | Overloaded. Runs analysis of a single character. |
![]() | AnalyzeField | Overloaded. Runs analysis of a field on the given object. |
![]() | ClearFieldRegularExpression | Clears the regular expression string that was previously set by SetFieldRegularExpression. |
![]() | ClusterCharacter | Runs clustering of a single character. |
![]() | DataValidationListAddEntry | Adds an entry to the data validation list. |
![]() | DataValidationListClear | Removes all entries from the data validation list. |
![]() | DataValidationListGetAt | Returns the string value of an entry at the specified index |
![]() | DataValidationListRemoveEntry | Removes an entry from the data validation list. |
![]() | GetFieldRegularExpression | Gets the regular expression string that was previously set by SetFieldRegularExpression. |
![]() | GetRegularExpression | Returns the current Regular Expression. |
![]() | SetFieldRegularExpression | 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. |
![]() | SetRegularExpression | Sets the Regular Expression. |
![]() | TrainAccent | Runs training of a single accent character. |
![]() | TrainCharacter | Runs training of a single character. |
![]() | TrainCluster | Runs training cluster of a single character. |