I need to recognize some multipage documents that contain a table. The table's columns are not exactly on the same place, even in a single document. This means that a document may have slight differences on the columns start position on each page.
I have a Flexilayout for the document and i'm using ExactColumnBorders in the Advance Pre-Search Relations of the table to set coordinates for each column because the columns regions can be set using other elements. HeaderOnEachPage(True) is set too.
When i test the table element on each individual page, seems to recognize the columns ok. But when i try to match all the pages of one document, seems that Flexicapture uses the coordinates found on the first page for each column.
Any idea on how to deal with this, will be greatly appreciated.
Is there a way to make FC "recalculate/find" the header on each page?
I've tried using
I have a Flexilayout for the document and i'm using ExactColumnBorders in the Advance Pre-Search Relations of the table to set coordinates for each column because the columns regions can be set using other elements. HeaderOnEachPage(True) is set too.
When i test the table element on each individual page, seems to recognize the columns ok. But when i try to match all the pages of one document, seems that Flexicapture uses the coordinates found on the first page for each column.
Any idea on how to deal with this, will be greatly appreciated.
Is there a way to make FC "recalculate/find" the header on each page?
I've tried using
Comments
3 comments
Could you please share the example of using ExactColumnBorders method?
For example I have a table element Table with columns: Col1, Col2 and Col3. And I want to set borders for Col1. What code should I use to specify Col1? ExactColumnBorders(0, 1000, Col1);???
Hello,
Please look the screenshot:
Please sign in to leave a comment.