python-camelot

Camelot: DeprecationError: PdfFileReader is deprecated

Camelot: DeprecationError: PdfFileReader is deprecated Question: I have been using camelot for our project, but since 2 days I got following errorMessage. When trying to run following code snippet: import camelot tables = camelot.read_pdf(‘C:\Users\user\Downloads\foo.pdf’, pages=’1′) I get this error: DeprecationError: PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead. I checked this …

Total answers: 2

Camelot not detecting table within table

Camelot not detecting table within table Question: I have observed that camelot is not detecting nested tables in the sample document I have. In the image attached, I’m getting only one table extracted as whole. Is there anyway using which we can detect the inner tables as well? Asked By: Megha Sirisilla || Source Answers: …

Total answers: 2