From b787a369ee1c2c93d6b428f1cab209df7527f5d2 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 18 Nov 2019 15:13:42 -0800 Subject: [PATCH] Fix reference to Alpine apk add --- docs/docker.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ========================