Hi,
My app uses pdf2image to convert pdfs to images. The issue is that pdf2image uses poppler, which(as far as I know) is used through either conda or just a big folder. I can’t seem to upload the folder to github or use the conda environment.yml to install poppler. Can someone help me get pdf2image working(or use something else that works with streamlit)?
Hi @USSiamaboat, and welcome to the Streamlit commnity
Have you tried the solution here?
Best,
Charly
Hey @Charly_Wargnier, I have everything working when its running locally. I did get the same error before, but it was fixed by downloading the poppler folder and specifying the path to the folder. I just can’t seem to figure out how to do that when i deploy.
add packages.txt file, in packages.txt file add ‘poppler-utils’