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
Excellent project, thanks for making this for us folks who struggle to put these things together.
When I try to get it to read my files, I get error - PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead.
The text was updated successfully, but these errors were encountered:
I used this pip install PyPDF2==2.12.1 to solve the error. But, after that, when I try to ingest the .txt document, I am getting this error.
pip install PyPDF2==2.12.1
.txt
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Excellent project, thanks for making this for us folks who struggle to put these things together.
When I try to get it to read my files, I get error - PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead.
The text was updated successfully, but these errors were encountered: