Search code examples
pythonpdfnlppypdfpdfplumber

get the table by passing table header in pdf using python


I have a pdf with multiple tables in it. I need to pass table header and get the respected table

For example:

enter image description here

I will pass the Table name as "daily historical stock prices & volumes", then it must give above table.


Solution

  • I have use pyPDF2 and its attribute to get the results