-
Notifications
You must be signed in to change notification settings - Fork 360
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
Not able to read multiple pages using pages='1,2,3' or pages='all' #245
Comments
@kallol-oto Thanks for reporting, looking into it. |
@kallol-oto Which version are you using? I'm able to extract tables using both |
@vinayak-mehta I am using python 3 in jupyter notebook. I installed this package using pip3 install camelot-py. |
@kallol-oto Thanks for the info, I was able to reproduce the error, created a PR. |
@vinayak-mehta Thanks, Let me know when it moves to production |
@kallol-oto This has been fixed in v0.7.2. |
@vinayak-mehta I was getting the same error, but when I tried to upgrade to v0.7.2 using EDIT: I followed the directions you had here (#142) and that solved the read_pdf error, but I'm still unable to read tables on any other page other than the first page. Has v0.7.2 been released yet? |
@aperna1 Try upgrading again, it has been released. |
@vinayak-mehta When I use |
Still encountered the same problem as of now, I can only read one page at a time, e.g. pages='1' or pages='2'. If I try pages='1-2' or pages='1,2' , or pages='1-end', pages='all', these do not work at all. |
This problem persists in version 0.7.3 |
I got the same trouble. In my case, the program could load the second page of my pdf, however it could not extract the table on the second page. |
I am getting the same problem with camelot-py 0.8.2. I installed using
|
Hello, I'm here in 2021 the problem still unable to solve can anyone give me the answer to how to solve this problem in Camelot? Even if I'm using the older version still unable to solve this. |
A pdf and output logs would help debug this in that case. It's possible that camelot is not able to find tables on some of those pages. You can try out some settings from here: https://camelot-py.readthedocs.io/en/master/user/advanced.html to extract tables from those pages.
@CharlieDixon I was able to extract tables on the specified pages from the PDF you attached: |
When I am reading a pdf filw with multiple pages, I am only getting first page by default.
When I am using this code read_pdf(sample.pdf, pages='1-2') or read_pdf(sample.pdf, pages='all') or read_pdf(sample.pdf, pages='1,2') I am getting following error.
AttributeError: 'PDFHandler' object has no attribute 'password'
Can you please fix this issue
The text was updated successfully, but these errors were encountered: