`I'm working on a langchain pdf qna project. But I'm getting this error.
File "c:\users\anaconda3\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 565, in _run_script exec(code, module.dict)
File "D:\pdf-chat\app.py", line 30, in <module> main()
File "D:\pdf-chat\app.py", line 26, in main rawtxt=get_text(docs)
File "D:\pdf-chat\app.py", line 9, in get_text pdf_reader=PdfReader(pdf)
File "c:\users\anaconda3\lib\site-packages\PyPDF2_reader.py", line 319, in init self.read(stream)
File "c:\users\anaconda3\lib\site-packages\PyPDF2_reader.py", line 1414, in read self._basic_validation(stream)
File "c:\users\anaconda3\lib\site-packages\PyPDF2_reader.py", line 1453, in _basic_validation stream.seek(0, os.SEEK_END)` Anyone knows the reason for this. I tried changing various version of the PyPDF2 and even PyPDF modules but nothing works. Am I missing something here?