Jeremy Singer-Vine

Results 262 comments of Jeremy Singer-Vine

Really neat to see you developing this so rapidly, and great to hear about that speedup.

Running your code produces this image: ![Image](https://github.com/user-attachments/assets/189b43f0-61ee-4d40-ba13-ecdbb20e548b) ... which seems correct. What seems incorrect about it to you? The page includes 17 images; it may look like a complete figure...

There seems to be a bug in the latest release — https://github.com/pdfminer/pdfminer.six/issues/1004 — which also happens to be throwing errors in `pdfplumber`'s test suite. I'll keep an eye out for...

Hi @chenxi-briink, can you try upgrading `pdfplumber` to the latest version, `0.11.3`? Using that version, I'm able to parse the PDF you've cited with no problems/errors.

Hi @chenxi-briink and thanks for the clarification. That's strange; I'm running the exact same combination and seeing no error. First, I set up this fresh environment: ```sh python -m venv...

Thanks for providing the updated PDF, @chenxi-briink. Using that one, I can indeed replicate the error. In this case, however, I don't plan on upgrading the dependency until at least...

Thanks, @pietermarsman! Just pushed `pdfplumber==0.11.6`, which updates the pinned `pdfminer.six` version.

Hi @teruru331, thank you for raising this issue. It does seem worth solving in some way. I just haven't gotten to it yet.

Hi @KaboChow, and thanks for providing this interesting example. It appears to relate to `pdfplumber`'s main dependency, [`pdfminer.six`](https://github.com/pdfminer/pdfminer.six). It seems that there's some discussion of this general issue here: https://github.com/pdfminer/pdfminer.six/issues/861#issuecomment-1493442408...