Skip to content
Advertisement

Tag: tabula

Error in tabula tabula-py when specifying area parameter

I am getting an error when I specify the area in the following code: This is the error i get: Exception in thread “main” java.lang.UnsupportedOperationException: Can’t add an oblique ruling. Works fine if I do not specify the area. Answer It seems you are not providing the correct coordinates for area. The list should contain coordinates as [top,left,bottom,right]. area (list

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