Hi,
I am a user of Flexicapture 11 Distributed.
In batch type there is one setting of 'Delete blank pages during recognition', If I enable it then obviously it deletes blank pages from all batches which are loaded under that batch type. In my scenario, I am loading files from multiple clients, and only some of the clients want to auto-delete blank pages. So is it possible to auto-delete blank pages conditionally under single batch type.
Thanks in advance,
Rahul
Comments
2 comments
Hello,
Yes, you may do it by script in the custom processing stage.
Please, take a look for on the IPictureObjectsInfo object (Using scripts in ABBYY FlexiCapture > Scripts for customizing processing stages > Objects > IPictureObjectsInfo) for each IPage and IBatch: DeletePage(IPage) method. You may set the limit symbols level to define whether the page is empty.
Ok, I will try the same.
Thanks,
Rahul
Please sign in to leave a comment.