Problem:
Parse PDF table into Python dictionary.
So I have a big PDF files and in those PDF have tables.
Question- How to extract the table and put them in to a dictionary using python scripting?
Please explain the parse PDF table into Python dictionary.