I use FelxiCapture for OCR.
Some values on the documents are important, so I want to set them to null when It's uncertain.
Or, I would like to separate out uncertain values.
I need instructions or guide in detail.
Setting uncertain value to null
Was this article helpful?
0 out of 0 found this helpful
Comments
1 comment
Cglim Hi,
You can achieve this in the script by checking if there are uncertain symbols in a field's value by using the IField::IsSuspicious property (https://help.abbyy.com/en-us/flexicapture/12/developer/ifield/) and changing the value accordingly.
It seems that Rule Scripts would work best for this scenario:
https://help.abbyy.com/en-us/flexicapture/12/distributed_administrator/rule_script/
https://help.abbyy.com/en-us/flexicapture/12/developer/script_rules/
The exact implementation depends on your requirements and processes. If you want ABBYY professionals to create a ready-to-use solution for you, please contact your ABBYY Account Representative to request a quote from ABBYY Professional Services.
Best regards,
Anton
Please sign in to leave a comment.