camelot
camelot copied to clipboard
Enhanced page layout extraction
Added new function get_multi_page_layouts() based on existing get_page_layout().
The new function returns a list of PDFMiner LTPage objects and page dimensions for each page of a multi-page PDF file. This is achieved by iterating through each page of the PDF file and extracting the LTPage object and page dimension for that page.
Hey!
As camelot is dead, we try to build a maintained fork at pypdf_table_extraction.
Do you want to open the PR against that branch so that we can merge your improvement?