SetProblemValue
Uses the decimal value that you supply as a parameter to set a minimum Matching Tolerance Rating.
Syntax
bool SetProblemValue(StrParam)
Parameters
A decimal value from 0.00 (Lowest Tolerance) to 0.99 (Highest Tolerance). The decimal separator must be appropriate for the locale. Smart parameters are supported.Returns
False, if the parameter is missing or the parameter is not numeric. Otherwise, True.Level
All, but usually at the Page level.Details
Uses the decimal value that you supply as a parameter to set a minimum Matching Tolerance Rating.Important: A lower rating results in lower tolerance and a greater
chance for a match, but also a greater chance for a False match.
- Example
AnalyzeImage() CreateFields() RotateImage() RecognizePageOCR-S() SetSearchArea("0.5") SetProblemValue("0.70") SetFingerprintDir("\ParentDirectory\Application\Fingerprint") FindFingerprint("True")In this sequence, the FindFingerprint action assigns a Matching Tolerance Rating that is not overly restrictive or unrealistically accepting. If the rule's conditions do not result in a match, and True is used as the parameter for the FindFingerprint action, a new fingerprint is added to the library.