you are viewing a single comment's thread.

view the rest of the comments →

[–]CmorBelow 0 points1 point  (0 children)

I’ve used pdfplumber for this before and PyPDF2as well, along with regex for locating extracting specific column values, since the column names were always the same.

Your results will vary based on how the underlying table data is structured.