Skip to content
Advertisement

Tag: tabula-py

Tabula-py read_pdf_with_template() method

I am trying to read a particular portion of a document as a table. It is structured as a table but there are no dividing lines between, cells, rows or columns. I had success with using the read_pdf() method with the area and column arguments. I could specify exactly where the table starts and ends and where the columns divide.

Advertisement