From 9b92af5aeda43f860ed723ef6fa8c06db77005c6 Mon Sep 17 00:00:00 2001 From: Julien Ma Date: Tue, 19 Feb 2019 19:13:36 +0100 Subject: [PATCH] README: install other language packs on macOS (#352) The default homebrew formula installs only the English language pack. Another brew formula exists to install all other language packs. This makes it easier than having to do the whole install manually. --- docs/installation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index a891966e..ba5b686f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -298,6 +298,12 @@ OCRmyPDF is now a standard `Homebrew `_ formula. To install on brew install ocrmypdf +This will include only the English language pack. If you need other languages you can optionally install them all: + +.. code-block:: bash + + brew install tesseract-lang # Optional: Install all language packs + .. note:: Users who previously installed OCRmyPDF on macOS using ``pip install ocrmypdf`` should remove the pip version (``pip3 uninstall ocrmypdf``) before switching to the Homebrew version.