Tesseract install - shmsoft/FreeEed GitHub Wiki
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
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