Currently, I am using tabula to collect tables from a PDF document.
tables = tabula.read_pdf(file,pages='all')
I would like to know which page the tables are on. For example, for tables[0] it's on page 1, tables[1] page 3, etc.
Thanks!
Currently, I am using tabula to collect tables from a PDF document.
tables = tabula.read_pdf(file,pages='all')
I would like to know which page the tables are on. For example, for tables[0] it's on page 1, tables[1] page 3, etc.
Thanks!