erudito icon indicating copy to clipboard operation
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.

Open adiso06 opened this issue 1 year ago • 1 comments

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.

adiso06 avatar Jun 07 '23 21:06 adiso06

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. Screenshot 2023-06-27 at 13 09 07

selva221724 avatar Jun 27 '23 12:06 selva221724