Fix reference to Alpine apk add

This commit is contained in:
James R. Barlow
2019-11-18 15:13:42 -08:00
parent 9fb8b267af
commit b787a369ee
+2 -2
View File
@@ -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/<tesseract version>/tessdata``.
Executing the test suite
========================