We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead."
The text was updated successfully, but these errors were encountered:
Workaround could be to downgrade pypdf2 manually: pip3 install --force-reinstall "pypdf2==2.12.1" Then it works fine for me.
pip3 install --force-reinstall "pypdf2==2.12.1"
Sorry, something went wrong.
I believe this should now be fixed as part of the recent updates to support different versions of pypdf. If it is still an issue, please reopen!
No branches or pull requests
"PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead."
The text was updated successfully, but these errors were encountered: