Installation
CutDetector
CutDetector itself is self contained and can run from where it was downloaded or copied to.
Note
On macOS you may sometimes get a warning about a corrupt app bundle. To fix this, you can try the following:
Once this is released for good I will look into paying the fee to Apple to certify the app bundle properly so this should go away.
Tesseract
Tesseract OCR is an open-source tool for extracting text from images.
Installing on Windows
Windows
- Download installer
- Get the official Windows build from UB Mannheim (most commonly used distribution):
- Tesseract Windows Installer
- Install
- Run the installer
- Choose install location (default is usually fine)
- Make sure “Add to PATH” is checked (important)
- Verify install
Open Command Prompt:
Installing on macOS
macOS
Option 1: Homebrew (recommended)
If you don’t have Homebrew:
Installing on Linux
Linux
Installation:
(Optional) install extra languages:
Verify:
Optional: Language Packs
Tesseract uses separate language data files.
- Windows: included in installer or added manually
- macOS/Linux:
Or download trained data files from here
ffmpeg
FFmpeg is a command-line tool for converting, recording, and processing audio/video.