added tessercat to Dockerfile
This commit is contained in:
@@ -20,7 +20,8 @@ RUN apk add --no-cache \
|
|||||||
tiff-dev \
|
tiff-dev \
|
||||||
tk-dev \
|
tk-dev \
|
||||||
tcl-dev \
|
tcl-dev \
|
||||||
libwebp-dev
|
libwebp-dev \
|
||||||
|
tesseract-ocr
|
||||||
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