erudito
erudito copied to clipboard
Great Project - Can't read pdfs though - PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead.
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.
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.