Python Forum

Full Version: How to extrac a data table from Pdf document using Python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I am working on a project where few data tables from pdf document needs to be extracted into an excel file only when the table page or the table contains specific keyword.
I have used Pypdf2, Tabula in my code but unable to get the final result.

Pls need help
What type of PDF file is it? If it's scanned images, then you will need OCR.
What results have you seen from your trials?