Hi, I need place the name of the document to the batch,so that the identification of the document that is being processed and verified is easier
place the name of the document to the batch
Was this article helpful?
0 out of 0 found this helpful
Hi, I need place the name of the document to the batch,so that the identification of the document that is being processed and verified is easier
0 out of 0 found this helpful
Comments
1 comment
Hi drrodriguez,
If you are using a distributed version of ABBYY then you can do it in a custom stage in advanced workflow.
In Advanced workflow, add one custom stage before verification stage, then in the script of that stage you will be able to access properties of batch, document and pages.
So you will get page property 'ImageSourceFileSubPath', And the batch property 'Name' is modifiable there so finally you can update the suitable batch name by using source file name.
-Rahul
Please sign in to leave a comment.