Capture your screen, instantly recognize text, copy or search.
- Quick Capture - Global hotkey
Ctrl+Shift+Sto trigger screenshot - Instant Recognition - Automatic OCR after selecting a region
- Multi-language - Traditional Chinese, Simplified Chinese, English, Japanese, Korean
- Offline - Powered by Tesseract.js, no internet required
- System Tray - Runs minimized in the background, always ready
# Install dependencies
npm install
# Download OCR language data (first run)
npm run download-tessdata# Dev mode
npm run dev
# Build
npm run electron:build- Launch the app
- Press
Ctrl+Shift+Sto start capturing - Drag to select the region to recognize
- Recognized text is automatically copied to clipboard
- Click "Copy" or "Google Search" for further actions
| Shortcut | Action |
|---|---|
Ctrl+Shift+S |
Capture & recognize |
Ctrl+C |
Copy text |
Ctrl+G |
Google search |
Ctrl+P |
Pin window |
Esc |
Cancel capture / close window |
- Electron 28
- React 18
- Vite 5
- Tesseract.js 5
- TypeScript
MIT

