Linux’s answer to macOS TextSniper
A lightweight Linux utility that brings macOS-style drag-to-select OCR to your clipboard, powered by Tesseract.

What it does TextSnatcher is a Linux desktop utility that lets you drag a selection rectangle over any image or screen area and instantly copy the recognized text to your clipboard. It is essentially a friendly GTK3 wrapper around Tesseract OCR 4.x and scrot, built in Vala with libhandy for a conventional GNOME-adjacent look.
The interesting bit Rather than exporting images or wrestling with command-line tools, it treats OCR like taking a screenshot: drag, release, paste. The author openly cites macOS TextSniper as the inspiration, aiming to bring that same zero-friction workflow to Linux desktops.
Key highlights
- Drag-to-select OCR over any image or screen region
- Multi-language support via Tesseract language packs
- Distributed on Flathub and elementary AppCenter
- Built with Vala, GTK3, and libhandy
- Requires system-level Tesseract and scrot as runtime dependencies
Caveats
- The author states they are currently “saving money for my Linux PC” and that updates are coming “next month,” suggesting active development may be temporarily stalled
- You must install Tesseract language data and scrot separately for the app to function
Verdict Worth a look if you regularly pull text out of screenshots or photos on Linux and prefer a GUI over the command line. Skip it if you already have a Tesseract workflow you like or need OCR on non-Linux platforms.
Frequently asked
- What is RajSolai/TextSnatcher?
- A lightweight Linux utility that brings macOS-style drag-to-select OCR to your clipboard, powered by Tesseract.
- Is TextSnatcher open source?
- Yes — RajSolai/TextSnatcher is open source, released under the GPL-3.0 license.
- What language is TextSnatcher written in?
- RajSolai/TextSnatcher is primarily written in Vala.
- How popular is TextSnatcher?
- RajSolai/TextSnatcher has 1.4k stars on GitHub.
- Where can I find TextSnatcher?
- RajSolai/TextSnatcher is on GitHub at https://github.com/RajSolai/TextSnatcher.