I have password protected PDFs with some tables. (I have the passwords to them).
Currently I'm using PDFminer.six to extract data from these PDFs to text but I want to use tabula-py instead to extract tables.
Is there a way to do this?
I have password protected PDFs with some tables. (I have the passwords to them).
Currently I'm using PDFminer.six to extract data from these PDFs to text but I want to use tabula-py instead to extract tables.
Is there a way to do this?
After spending an extra few minutes on the documentation, I realised that read_pdf accepts a "password" argument....