PDF Parsing and Extraction

@Heldyyyyy here is one approach using Python and pdfplumber and then Cell Splitter. Some column types might have to be converted like dates.

More on extracting tables from PDF:

I also experimented with the use of LLMs and JSON formats but this is not done yet for such a case.

2 Likes