Skip to content

Commit

Permalink
Add support for Ukrainian and Turkish
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Nov 11, 2024
1 parent 824acb9 commit fd581e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ RUN apt-get install -y tesseract-ocr-hin
RUN apt-get install -y tesseract-ocr-tam
RUN apt-get install -y tesseract-ocr-tha
RUN apt-get install -y tesseract-ocr-chi-sim
RUN apt-get install -y tesseract-ocr-tur
RUN apt-get install -y tesseract-ocr-ukr

# Add more languages as needed

ENV VIRTUAL_ENV=/opt/venv
RUN python -m venv $VIRTUAL_ENV
Expand All @@ -21,8 +25,6 @@ COPY requirements.txt requirements.txt
RUN pip install --upgrade pip
RUN pip install -r requirements.txt

# Add more languages as needed

RUN mkdir /app
RUN mkdir /app/src
RUN mkdir /data
Expand Down

0 comments on commit fd581e1

Please sign in to comment.