Skip to content

Commit 4e4c4e4

Browse files
authored
add tesseract
1 parent 78d2109 commit 4e4c4e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ LABEL maintainer="antoine.charbel@inmind.ai"
55
COPY docker/requirements.txt .
66
COPY src/main /main
77

8+
RUN apt-get update && apt-get install -y tesseract-ocr
9+
810
RUN pip install -r requirements.txt
911

1012
WORKDIR /main

0 commit comments

Comments
 (0)