When concatenating a table cross multiple pages, the TableItem class has a prov: list[ProvenanceItem] inherited its base class that can represent the location from multiple pages. However, the TableCell class only has bbox and doesn't have page_no, and thus we can't tell on what page the cell is. Please consider adding a page_no attribute to the TableCell class to support the cross page table data.
When concatenating a table cross multiple pages, the
TableItemclass has aprov: list[ProvenanceItem]inherited its base class that can represent the location from multiple pages. However, the TableCell class only hasbboxand doesn't havepage_no, and thus we can't tell on what page the cell is. Please consider adding apage_noattribute to theTableCellclass to support the cross page table data.