I built the function using python 3.11 runtime. I'm using the pdf2image python-pip package. However this package depends on poppler-utils at os-level.
To achieve this, I'm using the following build command:
apk update && apk add --upgrade poppler-utils && pip install -r requirements.txt
But the issue still persists. pdf2oimage still not able to find the poppler path