Community

Can we use third party UI for verification station

At verification station there are lots of restrictions e.g. 1) We can,t color any specific field/ field text. 2) We can't highlight specific cell in Table.
So I want to create new UI in DotNet.
My question is is it possible or not? How communication happens between both environments?
Also at verification station when we go on field, abbyy shows from where text has been captured i.e. it shows field value from invoice. Can same happen with DOTNET UI?

Was this article helpful?

2 out of 2 found this helpful

Comments

1 comment

  • Avatar
    Ekaterina

    Hello,

    Yes, it is possible to create new UI in DotNet.

     FlexiCapture script objects are stored in the ControllerInterop.dll and ShellInterop.dll assemblies and belong to the ABBYY.FlexiCapture and ABBYY.FlexiCapture.ClientUI namespaces, accordingly. The assemblies are located in the root folder of the program. You may extract the IField:Regions.Rect data from the FC object and use it in your .Net project to draw regions in your UI by .NET methods.

    You may learn more by reading FlexiCapture Developer's Help:

    Appendix > Using scripts in ABBYY FlexiCapture > Specifics of scripts written in .Net languages

    Appendix > Using scripts in ABBYY FlexiCapture > Scripts for customizing processing stages > Objects > IFieldRegion

    0

Please sign in to leave a comment.