Configuring the Routing ruleset to handle manually identified pages

You must configure the Routing ruleset to handle manually identified pages.

About this task

You configured the application to display only pages with Status = 1 to the operator. Since manually identified pages have no recognition data, there are no low confidence characters to set the page status to 1. Depending on the way your validation rules are constructed, you might also have no validation errors.

To ensure that manually identified pages are displayed to an operator, you force the page status for the pages to 1. You force the status in the Routing ruleset, which runs immediately after validation.

Procedure

To configure the Routing ruleset to handle manually identified pages:

  1. In the Datacap Studio Rulesets pane, select the Routing ruleset and click Lock/Unlock ruleset. Then, expand the ruleset to view the rule.
  2. Right-click the Routing Rule 1 rule and choose Add Function. Rename the new function Set Manual Page Status.
  3. Use Up Arrow to move the new function to the beginning of the rule.
  4. Add the following action and parameters to the Routing Rule 1 > Set Manual Page Status function.
    Library Action Parameter
    rrunner rrCompare object1 = @P.MatchType

    object2 = Manual

    DCO SetPageStatus 1
    Important: Make sure that Set Manual Page Status is the first function in the rule.
  5. In the Rulesets pane, click Save.
  6. Click Lock/Unlock ruleset and select Publish Ruleset.