Skip to content

Commit 209e728

Browse files
authored
Unpin wand (#1003)
Latest version of `wand` is compatible with latest version of tesseract
1 parent e70e239 commit 209e728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ RUN mkdir -p /root/.EasyOCR/model && \
443443
# Tesseract and some associated utility packages
444444
RUN apt-get install tesseract-ocr -y && \
445445
pip install pytesseract && \
446-
pip install wand==0.5.3 && \
446+
pip install wand && \
447447
pip install pdf2image && \
448448
pip install PyPDF && \
449449
pip install pyocr && \

0 commit comments

Comments
 (0)