diff --git a/containers/Containerfile.ocr b/containers/Containerfile.ocr index 661b8e17..43b66463 100644 --- a/containers/Containerfile.ocr +++ b/containers/Containerfile.ocr @@ -9,6 +9,7 @@ FROM docker.io/fedora:42 AS base ENV PIP_BREAK_SYSTEM_PACKAGES=1 RUN dnf install -y python3.12 && \ + dnf install -y tesseract poppler-utils && \ alternatives --install /usr/bin/python python /usr/bin/python3.12 1 && \ python -m ensurepip --upgrade && \ pip3 install --no-cache-dir wheel aiohttp && \