Skip to content

Commit

Permalink
Potential fix for tesseract
Browse files Browse the repository at this point in the history
  • Loading branch information
Naamloos committed Dec 11, 2023
1 parent d643256 commit 514a7c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfile
Expand Up @@ -20,4 +20,7 @@ RUN apk add ffmpeg
RUN apk add tesseract-ocr
RUN apk add leptonica-dev

RUN ln -s /usr/lib/x86_64-linux-gnu/liblept.so.5 liblept.so.5
RUN ln -s /usr/lib/x86_64-linux-gnu/liblept.so.5 libleptonica-1.78.0.so

ENTRYPOINT ["dotnet", "/app/ModCore.dll"]

0 comments on commit 514a7c3

Please sign in to comment.