Updating the Recognize Page rule
You can update the Recognize Page rule to read the zone information from a fingerprint XML file.
Procedure
- On the Datacap Studio Rulemanager tab, in the Rulesets pane, select the Recognize ruleset and click Lock/Unlock ruleset.
- Expand the Recognize ruleset and the Recognize Page rule.
- Change the name of the function to Recognition: Fingerprint-Non-FPXML.
- Remove the rrCompareNot action and
replace it with the following action and parameters:
Library Action Parameter rrunner rrCompare object1 = @P.MatchType object 2 = Fingerprint
- Right-click the Recognize Page rule and choose Add Function.
- Rename the new function to Recognition: Fingerprint-FPXML and use the Up Arrow button to move it to the beginning of the rule (before the other recognition function).
- Add the actions and parameters below to the Recognition:
Fingerprint - FPXML function.
Library Action Parameter rrunner rrCompare object1 = @P.MatchType object 2 = Fingerprint
FPXML SetDirectoryFPX @APPPATH(fingerprint) FPXML ReadZonesFPX Recog_Shared SnapCCOtoDCO - Click Save. Then click Lock/Unlock
ruleset and choose Publish Ruleset. Attention: ReadZonesFPX fails if there is no matching FPXML file and Datacap runs the Non-FPXML function.
Parent topic: TravelDocs: Updating auto fingerprinting to use FPXML