You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to use the flavor network or hybrid tables = pypdf_table_extraction.read_pdf(file_path, pages="all", flavor=network)
and got the error 'An error occurred with stream flavor: name 'network' is not defined'.
Here is the output from the conda list pypdf-table-extraction 0.0.2 pypi_0 pypi
I appreciate your feedback.
Thanks!
The text was updated successfully, but these errors were encountered:
In theory you can install both libraries. Nevertheless, you will usually experience side effects: When importing from the camelot namespace, depending on the installation order the package content might differ. Additionally, uninstalling camelot will remove the camelot directory/module shipped by pypdf_table_extraction as well, possibly breaking existing code.
Hi team,
Thank you so much for maintaining this package!
I have a few questions though as I have not found those simple answers in the documentation.
tables = **pypdf_table_extraction**.read_pdf(file_path, pages="all", flavor=network)
or
tables = **camelo**t.read_pdf(file_path, pages="all", flavor="stream")
tables = pypdf_table_extraction.read_pdf(file_path, pages="all", flavor=network)
and got the error 'An error occurred with stream flavor: name 'network' is not defined'.
Here is the output from the conda list
pypdf-table-extraction 0.0.2 pypi_0 pypi
I appreciate your feedback.
Thanks!
The text was updated successfully, but these errors were encountered: