Need to read multiple invoices which are combined together into a single pdf doc.
With one invoice per page.
I am using FCDoc with a automation tool to generate extracted csv file.
Need to read multiple invoices which are combined together into a single pdf doc.
With one invoice per page.
I am using FCDoc with a automation tool to generate extracted csv file.
0 out of 0 found this helpful
Comments
4 comments
Hello,
You should split your invoices before recognition. For this purpose, you may use “Before matching” event handler.
Matching.MaxPagesToMatch = 1;
Please see the link: http://help.abbyy.com/en-us/flexicapture/12/distributed_administrator/imatchinginfo
Wouldn't the header and footer in a flexilayout split the documents during recognition if they are configured in the layout alternative to have header identify the first page and footer on the last page?.
For e.g., when each page have header and footer recognised, wouldn't FC take each page as a separate document?
If you are using custom FLS-based Invoice template with Header and Footer, then it will assemble documents in FlexiCapture when matched. But the built-in Invoice template from the Invoice-type project is multi-paged without Header and Footer, and it cannot assemble documents automatically.
Hi , Can you please help me for Invoice type project how to assemble document to different page if its coming in one document.
Please sign in to leave a comment.