diff --git a/docs/docker.rst b/docs/docker.rst index 8c356787..392b82d9 100644 --- a/docs/docker.rst +++ b/docs/docker.rst @@ -108,9 +108,9 @@ on the public one: FROM jbarlow83/ocrmypdf # Add French - RUN apk add tesseract-ocr-data-fra + RUN apt install tesseract-ocr-fra -You can also copy training data to ``/usr/share/tessdata``. +You can also copy training data to ``/usr/share/tesseract-ocr//tessdata``. Executing the test suite ========================