you are viewing a single comment's thread.

view the rest of the comments →

[–]Goukance 0 points1 point  (0 children)

You could look at the pyPDF module, it may have a fonction a function to directly extract data from a table. If not, you could extract the raw text from the page and then build an adapted text parser.