MITS is a tool that makes images searchable by the text inside them. It uses OCR (via Tesseract) to automatically read the text in an image and adds it to the Comments for that file, which allows it to be found by Spotlight.
- macOS 10.10 or higher
- Xcode Command Line Tools
- Homebrew
- Tesseract
- Open Terminal
- Enter the following command: xcode-select --install
- Open Terminal
- Enter the following command: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Open Terminal
- Enter the following command: brew install tesseract
- Scanning for JPG images only works with images ending in ".jpg", whereas images ending in ".jpeg" are not processed.
- Improve error handling
- Automate installation of Tesseract