Community

Recovering data trough javascript

Hi!

 

I'm trying to integrate FlexiCapture on our preexisting system.

We had one screen in witch users can see a document and complete some data from it. We inserted the verification stage on that screen, and user can see the ocr data obtained, correct it and click green button to continue. 

<iframe src = "${ABBYY.stationUrl}/WinAuth/Verify?projectId=${ABBYY.projectId}&               roleId=${ABBYY.roleId}&stageId=${ABBYY.stageId}&taskId=${ABBYY.taskId}&                returnTo=DeadEnd&mode=mini" width = "700" height = "500" id="${IFRAME_ID}"></iframe>

Then we can capture the event and know that the green button has been pressed, but the data in the event is empty: 

"{"eventName":"FC_Verification_TaskClosed","data":null}"

Using devtools we can see the fields with the data we need, but is not possible to access via javascript due to security policies on browsers (and we can not change it on every browser is going to be used).

Is there any way to get that data? Any parameter makes the data parameter to return any structure with the ocr result?

 

Also, is there any way to provide user and password  to avoid user to be asked for it?

 

Thanks.

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    Permanently deleted user

    Hi,

    We are afraid that in the scope of the forum we cannot troubleshoot this issue, so please address it to your regional support.

    Sorry for inconvenience caused.

    0

Please sign in to leave a comment.