1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-12 17:26:13 +00:00

Albanian Language Support (#719)

Co-authored-by: Orlando Karamani <orlandothemover@gmail.com>
This commit is contained in:
Orland Karamani
2023-09-14 16:51:11 +02:00
committed by GitHub
parent ab7ff25929
commit 1b382004cb
7 changed files with 799 additions and 5 deletions

View File

@@ -31,7 +31,8 @@ RUN apt-get update && \
tesseract-ocr-tha \
tesseract-ocr-tur \
tesseract-ocr-ukr \
tesseract-ocr-vie && \
tesseract-ocr-vie \
tesseract-ocr-sqi && \
apt-get clean && rm -rf /var/lib/apt/lists/* && \
mkdir /app && \
cd /app && \