Come for answers. Stay for best practices. All we’re missing is you.
Deploying custom action library.
The custom action library is made available as DLL. Steps to deploy custom action library -
These action library (from the action library section in the Datacap studio) are added to the rulesets and are associated at different document hierarchy.
Digitization in Datacap.
Ideally, the value extracted for fields are sent to the NVerify step for manual verification.At times, there could be issues with digitization like incorrect detection of text. Sending these documents with incorrect text detection for manual verification will lead to unnecessary processing thereby increasing the overall processing time. In order to address digitization issues, its necessary to validate the digitized data before pushing it for the manual verification. Hence, pre-validation custom action library was built and was added before the NVerify step in the workflow. The pre-validation custom action validates the digitized data by invoking the ODM service which executes the business rules.
Integration with IBM Operational Decision Manager (ODM).
To decide if the digitized data from Datacap is valid or not, Datacap is integrated with Operational Decision Manager (ODM).
Operational Decision Manager is a rule management system that lets us define the business rules. Any validation to be performed with the digitized data needs custom implementation of the rules. Each of these rules defined are then deployed onto the target server.
The ODM REST service is invoked from Datacap (by the pre-validation action library) by sending the payload. The payload contains the fields that belong to certain document type whose values needs to be validated against the business rules. Depending on the response received from the ODM service, the document is either rejected or considered for further processing. Thus making the processing more efficient.
The documents for which the extraction is incorrect, or the value has been extracted correctly but hasn't passed the business checks - These documents are not sent to the NVerify step in the workflow. By doing so, for manual verification, the operator is prompted to investigate only those documents - whose data extraction is valid, and which have passed the business rules. Only these documents are sent for manual verification thereby reducing the overall processing time.Additionally, the custom action library developed eliminates the unnecessary downstream processing.
Likewise, one could leverage this capability of creating custom actions by integrating IBM Datacap with other applications to meet the business requirements.
Do consider looking into part 2 , for another IBM Datacap Accelerator Integration.
Check this link to know more about IBM ODM - https://www.ibm.com/in-en/products/operational-decision-manager
Copy