We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
An IndexError is raised in _reduce_index method in lattice.py It happens when a text is starting within the table, but finishing outside.
Steps to reproduce the bug read_pdf of attached file
Expected behavior
No error !
Code
import camelot camelot.read_pdf(myfile, flavor='lattice', split_text=True)
PDF camelot.pdf
Environment
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Hey!
As #343 this repo is no longer maintained, we try to build a maintained fork at pypdf_table_extraction.
Do you want to check out the cod ethere to see if the issue still persists. If so please open an issue there.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
An IndexError is raised in _reduce_index method in lattice.py
It happens when a text is starting within the table, but finishing outside.
Steps to reproduce the bug
read_pdf of attached file
Expected behavior
No error !
Code
PDF
camelot.pdf
Environment
Additional context
N/A
The text was updated successfully, but these errors were encountered: