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.
This commit is contained in:
Julien Ma
2019-02-19 10:13:36 -08:00
committed by jbarlow83
parent e2847ea4c3
commit 9b92af5aed
+6
View File
@@ -298,6 +298,12 @@ OCRmyPDF is now a standard `Homebrew <https://brew.sh>`_ 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.