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
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