Edouard Belval

Results 293 comments of Edouard Belval

I would be more than happy to accept a PR that adds type hinting, no need to worry about the number of changed lines, as long as it works.

Sorry I am a bit slower to respond these days. I have been working too much. I like the idea of your PR and the code seems fine as well....

Hi! Sorry I am late here. Could you test if `pdftoppm -r 300 -jpeg your_file.pdf out` renders properly? If not it's an issue with the underlying library and unfortunately I...

That's dependent on your OS, fortunately the fonts are all shared so installing a LaTeX font package would probably fix your issue `sudo apt install texlive-fonts-extra`. For Arial the equivalent...

My guess would be that it is running out of memory, but you shouldn't be using `convert_from_bytes` without an `output_folder` in a memory constrained environment like lambda anyway. See [my...

Since python 3.6 is EOL, I will be adding an update soon to include type annotations module-wide. That should address this issue.

I am never against improving usability and giving the user a better error message. If you can give me a reproducible test case I'll be happy to fix the message.

This is probably a poppler issue. I don't have definitive answer, but I'd say this is most likely a bad font substitution. You can run `pdffonts your_file.pdf` and see if...

I will try to reproduce the issue on my side, thank you for providing the pdf files. What version of `pdf2image` are you using?

I was unable to reproduce your issue on my side for both PDF using a testing environment that had only `pdf2image==1.11.0` and `pillow==7.0.0` installed. First pdf came out with the...