When we ran the docker image at HUS, we got the following error:
File "/usr/local/lib/python3.14/site-packages/pdf2image/pdf2image.py", line 607, in pdfinfo_from_path
raise PDFInfoNotInstalledError(
"Unable to get page count. Is poppler installed and in PATH?"
)
pdf2image.exceptions.PDFInfoNotInstalledError: Unable to get page count. Is poppler installed and in PATH?
We checked the new package pdf2image and saw that poppler is a required dependency.