diff --git a/Dockerfile b/Dockerfile index d00dd75c..1483b519 100644 --- a/Dockerfile +++ b/Dockerfile @@ -443,7 +443,7 @@ RUN mkdir -p /root/.EasyOCR/model && \ # Tesseract and some associated utility packages RUN apt-get install tesseract-ocr -y && \ pip install pytesseract && \ - pip install wand==0.5.3 && \ + pip install wand && \ pip install pdf2image && \ pip install PyPDF && \ pip install pyocr && \