Skip to content

Tesseract install

Tim Fox edited this page Dec 30, 2019 · 7 revisions

To have OCR capabilities, you need to install Tesseract.

OCR is not supported on Windows, only on MacOS and Linux

Linux:

    sudo apt-get install tesseract-ocr

MacOS:

brew install tesseract
Clone this wiki locally