pdf2image
pdf2image copied to clipboard
A python module that wraps the pdftoppm utility to convert PDF to PIL Image object
Hi Edouard, Is there a way where we can merge the PIL images to one single image for multipage pdf ? I see, in `parsers.py` function `parse_buffer_to_jpeg`, we convert the...
Hello . I am using pdf2image version 1.16.0 , with pycharm 2022.1.3 . and it doesnot show autocomplete for method. please check my code below. from pdf2image import convert_from_path pages...
**Describe the bug** I am running an image in Docker to read a pdf, convert it to image and later to text (there are scanned documents) and I get the...
Hi, firstly thank you for all your hard work, your pdf2image really saves a lot of time. Unfortunately I have recently had a lot of documents that render incorrectly to...
Hi, I'm using AWS Lambda to run pipelines that consume PDF documents. When attempting to optimize memory allocation for`pdf2image.convert_from_bytes` using context management and an `output_folder`, I get the following error:...
I am trying to convert a set of PDF documents into jpegs. While converting, I occasionally get a pop up error message as shown in the screenshot below. I wonder...
Hi @Belval I have developed an application using the Windows OS, but now I want to deploy it on Linux. Unfortunately, no matter how I install poppler and pdf2image, I...
**Describe the bug** I get the error `PermissionError: [WinError 32] The process cannot access the file because it is being used by another process` **To Reproduce** Steps to reproduce the...
When converting pdfs to image, I would sometimes get a blank page as a result. Interestingly, i encounter no problem with similar pdfs. I have tried some solutions suggested in...