Capture text/QR Codes/Barcodes/Colors from screen snippets

298
6
Swift

Viz


Status: Maintained
Version: 2.2
Download · Commits


Extract text from images, videos, QR codes, barcodes and colors with a simple snip mechanism.

Features

  • Very quick extraction process (Can set fidelity between fast and accurate as per the Apple Vision framework)
  • Can extract text based on all languages or select your language in settings for quicker/accurate captures
  • Copies to clipboard automatically, ready to paste
  • Post-processing option to execute shell commands when capture is taken. Can use the captured text via [ocr] token within the shell commands
  • Customizable hotkeys for the main app functions
  • Shows copied text in a floating window, which can be set to auto-hide as well after a custom wait period
  • Enable or disable line breaks in the extracted text
  • Append multiple text snippets to the clipboard by enabling Append option in Settings, otherwise it only holds one snippet at a time
  • Saves captures in History and persists app restarts
  • Also saves History to iCloud Drive if enabled
  • Launch at login option
  • Custom auto-updater that pulls latest release notes and binaries from GitHub Releases

Preview

Screenshot 2025-03-28 at 4 01 31 PM

Text Extraction Demo

https://github.com/user-attachments/assets/409044dd-3765-48df-9017-0f6376ed11f8

QR/Barcode Extraction Demo

https://github.com/user-attachments/assets/c75c9b47-9724-4b5a-ab51-363e8249fabb

Color Picker Demo

https://github.com/user-attachments/assets/bacbf405-d2e4-496c-b79e-fde000361962

History View

history

Requirements

  • MacOS 13.0+ (App uses some newer SwiftUI functions/modifiers which don’t work on anything lower than 13.0)

Getting Viz

Releases

Pre-compiled, always up-to-date versions are available from my releases page.

Homebrew

You can add the app via Homebrew:

brew install viz

License

[!IMPORTANT]
Viz is licensed under Apache 2.0 with Commons Clause. This means that you can do anything you’d like with the source, modify it, contribute to it, etc., but the license explicitly prohibits any form of monetization for Viz or any modified versions of it. See full license HERE

Some of my apps

Pearcleaner - An opensource app cleaner with privacy in mind

Sentinel - A GUI for controlling gatekeeper status on your mac

Viz - Utility for extracting text from images, videos, qr/barcodes