Given a pdf(attached) with table row splitted across multiple pages with page break in between. I am trying to extract tabular data in a csv from this pdf using pdfplumber, but am getting this data in separate rows in a csv. Basically I would like to get this data in a single row.
With pdfplumber, is there a way to identify if the row has a horizontal border or not? If this information is available, it could help in merging the rows.
In the attached image, grey colour coded are the cells content.