Hello,
I have a pdf invoice from which I need to extract tables into an excel or csv file.
The main issue is the each page has 2 columns of tables adjacent to each other.
Also, I am using tabula to convert my pdf tables but it is not reading the 1st page table.
It is starting from the 2nd page.
This is how the columns are placed in the pdf.

My Python code and warning:

I am really stuck in this and any help would be greatly appreciated.
Thank you!
Pankhudri