Skip to content
New issue

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

pdf file with multi pages can't parse fully,the second page's tables can not display #492

Open
cheneygan opened this issue Dec 18, 2022 · 1 comment

Comments

@cheneygan
Copy link

cheneygan commented Dec 18, 2022

a pdf file has tow pages ,the first page has 3 tables,the second has 2 tables.
but when use camelot.read_pdf ,with parameter: pages='all', the result return only 3 tables,not 5 tables.

import camelot
tables = camelot.read_pdf('a22.pdf',pages='all')
tables

why return only 3 tables? thanks
the source pdf is here:
a22.pdf

@shivambaldha1
Copy link

yes, some time camelot not extract the all tables, i faced the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants