This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Description
I would also like to point out that, the latest version of the library does not reflect as a valid library in VSCode. I had to manually install version 0.7.2 and upgrade it.
The code:
import camelot
tables = camelot.read_pdf("C:/Users/..../s42773-023-00225-x.pdf")
print(tables)
The error:
PyPDF2.errors.DeprecationError: PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead.