fixed tesseract in Dockerfile
This commit is contained in:
@@ -21,7 +21,8 @@ RUN apk add --no-cache \
|
|||||||
tk-dev \
|
tk-dev \
|
||||||
tcl-dev \
|
tcl-dev \
|
||||||
libwebp-dev \
|
libwebp-dev \
|
||||||
tesseract-ocr
|
tesseract-ocr \
|
||||||
|
tesseract-ocr-data-deu
|
||||||
RUN python -m ensurepip --upgrade
|
RUN python -m ensurepip --upgrade
|
||||||
RUN pip install setuptools wheel
|
RUN pip install setuptools wheel
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user