Subrata Sarkar

Results 2 comments of Subrata Sarkar

I am facing similar issue This is my code: ``` while count < num_pages: pageObj = pdfReader.getPage(count) count +=1 text += pageObj.extractText() ``` and this is the error I get:...

Faced this issue in back in 2019. Reran the script with updated PyPDF2 and got just the warning message this time and no errors this time. I have forwarded a...