We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70e239 commit 209e728Copy full SHA for 209e728
Dockerfile
@@ -443,7 +443,7 @@ RUN mkdir -p /root/.EasyOCR/model && \
443
# Tesseract and some associated utility packages
444
RUN apt-get install tesseract-ocr -y && \
445
pip install pytesseract && \
446
- pip install wand==0.5.3 && \
+ pip install wand && \
447
pip install pdf2image && \
448
pip install PyPDF && \
449
pip install pyocr && \
0 commit comments