muratali016 / Document-ChatGPT

Document based ChatGPT
Apache License 2.0
8 stars 3 forks source link

Use PdfReader instead. #1

Closed JaGuzmanT closed 1 year ago

JaGuzmanT commented 1 year ago

Hi there, excellent application of Chatgpt3. I had the following issue PyPDF2.errors.DeprecationError: PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead. I solved it using this: pip install PyPDF2<3.0

Note: Using Python 3.9.9 on the windows version

muratali016 commented 1 year ago

Yes, I've also faced that issue when I'm using the code in Colab, however, I'm using pdf version >3, and doesn't give me any errors in my local If you want I can add your note to the readme @JaGuzmanT

muratali016 commented 1 year ago

I think the issue is solved