Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants