From b21b048ec4f68067de41aa2aa266c57ef9c2fc53 Mon Sep 17 00:00:00 2001 From: Graham Miln Date: Fri, 30 Oct 2020 09:09:06 +0100 Subject: [PATCH] Add macOS brew language support (#615) Note `brew` command for installing additional languages on macOS. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cb91148c..c4c16856 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,9 @@ apt-get install tesseract-ocr-chi-sim # Example: Install Chinese Simplified lan # Arch Linux users pacman -S tesseract-data-eng tesseract-data-deu # Example: Install the English and German language packs + +# brew macOS users +brew install tesseract-lang ``` You can then pass the `-l LANG` argument to OCRmyPDF to give a hint as to what languages it should search for. Multiple languages can be requested.