Eslafif

Results 8 comments of Eslafif

Hello I've this error with PdfFileReader() also i'm using strict=False any help Traceback (most recent call last): File "/New Volume/projects/Files/PDF/scrap.py", line 30, in extracted_data=extracted_data+(pdfReader.getPage(z).extractText().splitlines()) File "/.local/lib/python3.8/site-packages/PyPDF2/_page.py", line 1045, in extractText...

[RBL BANK.pdf](https://github.com/py-pdf/PyPDF2/files/9301971/RBL.BANK.pdf) This's the page that gives the error

``` Traceback (most recent call last): File "/media/New Volume/projects/bank statement/Banks statements/test.py", line 11, in extracted_data=pdfReader.pages[17].extract_text() File "/home/.local/lib/python3.8/site-packages/PyPDF2/_page.py", line 968, in extract_text content = ContentStream(content, self.pdf) File "/home/.local/lib/python3.8/site-packages/PyPDF2/generic.py", line 1088, in...

Traceback (most recent call last): File "/media/New Volume/projects/bank statement/Banks statements/test.py", line 7, in p.pages[17].extract_text() File "/home/.local/lib/python3.8/site-packages/PyPDF2/_page.py", line 968, in extract_text content = ContentStream(content, self.pdf) File "/home/.local/lib/python3.8/site-packages/PyPDF2/generic.py", line 1088, in __init__...

this's with your code different that the file is big so i only attached the page with the problem