Quantcast
Viewing all articles
Browse latest Browse all 14069

Tabula- Last line from each page not getting extracted using python

I have a pdf with 4 pages containing 98 rows of tabular data. However when use tabula, last line from each page is getting excluded in the final output. Below is the code:

import tabulatabula.convert_into('Path/abc.pdf', 'Path/abc.csv', output_format='csv', pages='all',lattice=True)

Can somebody suggest any fix ?

I have a pdf with 4 pages containing 98 rows of tabular data. However when use tabula, last line from each page is getting excluded in the final output. Below is the code:

import tabulatabula.convert_into('Path/abc.pdf', 'Path/abc.csv', output_format='csv', pages='all',lattice=True)

Viewing all articles
Browse latest Browse all 14069

Trending Articles