py-pdf / pypdf_table_extraction

A Python library to extract tabular data from PDFs
https://pypdf-table-extraction.readthedocs.io
MIT License
51 stars 15 forks source link

NotImplementedError: File format not supported #63

Open jatinchhabriya opened 3 months ago

jatinchhabriya commented 3 months ago

Describe the bug

NotImplementedError: File format not supported I am facing this error where the expected result is the list of tables However I am getting a Implementation exception instead One of the maintainers of the package @bosd suggested using the fork branch pypdf-table-extraction main branch, however it is not clear how to import the package the way I earlier imported camelot-py[cv] as mentioned in the following steps to reproduce.

Steps to reproduce the bug

%pip install camelot-py[cv] import camelot.io from camelot.io import read_pdf