Eric 'Siggy' Scott
Eric 'Siggy' Scott
How hard would it be to create a unit test that specifically reveals this bug, then passes with the fix? I see a lot of new tests on that branch,...
I think I've encountered the same bug when processing certain PDFs. Looking for a workaround. My exception is line 46 of [`pdfminer/utils.py`](https://github.com/euske/pdfminer/blob/master/pdfminer/utils.py), i.e. `apply_png_predictor()`: ``` ValueError: Unsupported predictor value: 2...
Looks like the patch from @naren8642 resolved my issue—I'm now able to parse the PDFs I was working with. Thanks so much to everyone for attending to this!