StaticTextRecognitionParams Object (IStaticTextRecognitionParams Interface)
This object provides functionality for tuning parameters of static text recognition. These parameters are used in Document Definitions and can be set through the AsStaticTextParams method of the RecognitionParams object.
Properties
Name | Type | Description |
---|---|---|
MaxErrors | Integer | Specifies the maximum number of allowed errors in the static text string. |
Value | String | If a static text is used as an identifier (the IRecognitionParams::IsIdentifier property is set to TRUE), you can specify the value of such identifier. In this case when applying the document definition the program will compare recognized data in the image with the value of the identifier, and the Document Definition matching will be possible only if these values match. |
Related objects
Output parameter
This object is the output parameter of the AsStaticTextParams method of the RecognitionParams object.
See also
8/15/2023 1:19:30 PM