The following tables list the members exposed by Reader.
Name | Description | |
---|---|---|
![]() | Reader Constructor | Constructor of the object. |
Name | Description | |
---|---|---|
![]() | Area | The coordinates of the image to perform recognition. |
![]() | CharacterSet | The set of valid characters for recognition. |
![]() | DataValidationListCount | The number of entries in the data validation list. |
![]() | FieldType | Read-write property for specifying the expected field type of the image to be recognized. |
![]() | MinimumCharacterConfidence | Minimum confidence below which the rejection character will be used in the text output. |
![]() | RegularExpressionCaseInsensitivity | Set and Get property defining the case insensititity of user regular expressions. |
![]() | RejectionCharacter | Character represents an unrecognized character. |
![]() | Segmentation | The segmentation parameters. |
Name | Description | |
---|---|---|
![]() | AnalyzeField | Overloaded. Method to perform recognition of a field on the given object. |
![]() | ClearFieldRegularExpression | This method clears the regular expression string that was previously set by SetFieldRegularExpression. |
![]() | DataValidationListAddEntry | Add an entry to the data validation list. |
![]() | DataValidationListClear | Remove all entries from the data validation list. |
![]() | DataValidationListGetAt | Get the string value of an entry at the specified index |
![]() | DataValidationListRemoveEntry | Remove an entry from the data validation list. |
![]() | GetFieldRegularExpression | This method gets the regular expression string that was previously set by SetFieldRegularExpression. |
![]() | GetRegularExpression | Get the current Regular Expression. |
![]() | SetFieldRegularExpression | This 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. |
![]() | SetRegularExpression | Set the Regular Expression. |