Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \
|
|
9 |
tesseract-ocr-eng \
|
10 |
tesseract-ocr-chi-sim \
|
11 |
tesseract-ocr-msa \
|
|
|
12 |
&& rm -rf /var/lib/apt/lists/*
|
13 |
|
14 |
# Install Tesseract and its language data files
|
|
|
9 |
tesseract-ocr-eng \
|
10 |
tesseract-ocr-chi-sim \
|
11 |
tesseract-ocr-msa \
|
12 |
+
libleptonica-dev \
|
13 |
&& rm -rf /var/lib/apt/lists/*
|
14 |
|
15 |
# Install Tesseract and its language data files
|