I'm using windows 11 and I used following command to install poppler in windows which worked great for me.
conda install -c conda-forge poppler
Now, when I try to deploy my flask app in Azure web app which is having linux machine. It's giving me following error.
Unable to get page count. Is poppler installed and in PATH?
I know this error but I don't know how to resolve it in ubuntu 18.04 machine. After looking through a lot of stackoverflow and askubuntu questions. I'm still unable to find my answer.
Note 1: Links I have gone through but none of them worked for me: Link1 Link2 Link3
Note 2: I'm using Azure devops. I checked my CI-CD pipeline without pdf2image and it's working correctly.