Last updated: 2026-04-25
KV-TextCatcher is a macOS menu-bar utility that captures a user-selected region of the screen, runs optical character recognition on it, and places the recognised text on the clipboard.
None. The app does not collect, store, transmit, sell, or share any personal information or usage data. There are no accounts, no analytics, no crash reporters, no advertising identifiers, and no telemetry of any kind.
To capture a region of the screen, the app uses Apple’s
ScreenCaptureKit / CGWindowListCreateImage APIs. macOS gates these
behind the Screen Recording permission, which you grant explicitly
the first time you capture (or via System Settings → Privacy &
Security → Screen Recording).
On capture:
VNRecognizeTextRequest)
performs OCR locally. Language detection is automatic on
macOS 13+ with a CJK fallback for older systems.This information:
The app makes no network connections of its own.
The app is rated 4+ and contains no user-generated content, ads, or external links.
If this policy ever changes, the updated version will be published at the same URL.
Questions or concerns: open an issue at
https://github.com/slava-konashkov/KV-TextCatcher/issues or email
slava@konashkov.com.