Hi,
I am a user of Flexicapture 11 Distributed.
I want to keep track of Red characters and their respective changed value.
Is it possible to get such data from abbyy database directly?
If I try to keep such data in my own database then I can keep track of red characters but not it's respective changed value because if whole field value or length gets changed then I can not identify that exactly which character from verified value is the correction of red characters.
Thanks in Advance,
Rahul
How to keep track of Suspecious (red) characters and their changed values
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
3件のコメント
Hello,
Yes, it is possible.
The first saving the values of your fields you may take through the “Open document” event by script via ICharacterParams object (Appendix > Using scripts in ABBYY FlexiCapture > Scripts for customizing processing stages > Objects > ICharacterParams). The second – through the “On Field Control Deactivate” event (Appendix > Using scripts in ABBYY FlexiCapture > Scripts for processing interface events > Event handlers > On Field Control Deactivate).
Hi Ekaterina,
In "On Field Control Deactivate" event, how to identify that which is the verified character of respective red character?
My target is to keep track of red characters and their respective changed(/unchanged) value.
example: recognized field value is "JRwedffoe Ltd", here 'o' is suspicious(red). Verified value is "Rwedffae Ltd", i.e. 'o' is verified as 'a'.
So from verified field how to identify that 'a' is the verified value of red 'o'?
-Rahul
Hello,
When you have access to the strings' values and to the collections of symbols that compose those strings, you may compare those strings and look for origins of symbols in them by general programming tools, non-specific to the FlexiCapture. The exact algorithm implementation is out of scope of this forum, please contact the professional service in your regional support to get help in this task.
サインインしてコメントを残してください。