Launching today

Screenshot Text
Copy and paste text from youtube videos
4 followers
Copy and paste text from youtube videos
4 followers
A Mac menu-bar app that turns anything on your screen into clean text on your clipboard in one keystroke: copy text from a video, PDF, or image. On-device OCR plus a local open-source AI. 100% private, no account, works offline. Built to keep the flow when following along coding tutorials. Standard OCR fails on code, OCR paired with light weight coding model works flawlessly. 100% private, works offline, no account. Generous lifelong free tier, $49 to unlock unlimited for life.



GummyGrab
Screenshot Text came from one specific, recurring annoyance: copying code from YouTube tutorials.
I learn by following coding tutorials, and I'm constantly pausing a video to grab a few lines into my editor. Every OCR/screenshot tool I tried sucked, good at standard text but bad at code.
Turns out OCR alone can't fix this. The pixels are genuinely ambiguous. So Screenshot Text does two passes: on-device OCR reads the text, then a small code-aware AI model (Qwen2.5-Coder, running entirely on your Mac) repairs it — restoring indentation, straightening quotes, rejoining wrapped lines, putting brackets back. The result is code you can paste straight into your editor and run.
Hit ⌘⇧7, drag a box over a YouTube tutorial... clean code lands on your clipboard.
Two things I care about: • Privacy, there's no server. OCR and the AI both run locally. Nothing you capture ever leaves your machine. No account, works on a plane. • No subscriptions — free to try (5 captures/day forever, AI included), $49 once for unlimited. That's it.
Honestly, it started as a way to flex the execution muscle, actually ship the thing instead of planning it forever, and to keep learning from tutorials line by line instead of letting AI type every keystroke for me.