I am parsing a PDF with tabula-py, and I need to ignore the first two tables, but then parse the rest of the tables as one, and export to a CSV. On the first re
I am trying to extract all rows from the PDF attached here. Here is the code I used: def parse_latticepdf_pages(pdf): pages = read_pdf( pdf,