An open API service indexing awesome lists of open source software.

https://github.com/alienator88/viz

Capture text/QR Codes/Barcodes/Colors from screen snippets
https://github.com/alienator88/viz

barcode color colorpicker extract macos picker scanner swiftui text

Last synced: 28 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/user-attachments/assets/fdf8c000-b892-4632-8404-b985931f418f)

### 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](https://github.com/user-attachments/assets/66c7c6f7-60e0-49fd-8050-0741e829aa6f)

## 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](https://github.com/alienator88/Viz/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](https://commonsclause.com/). 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](https://github.com/alienator88/Sentinel/blob/main/LICENSE.md)

## Some of my apps

[Pearcleaner](https://github.com/alienator88/Pearcleaner) - An opensource app cleaner with privacy in mind

[Sentinel](https://github.com/alienator88/Sentinel) - A GUI for controlling gatekeeper status on your mac

[Viz](https://github.com/alienator88/Viz) - Utility for extracting text from images, videos, qr/barcodes

[PearHID](https://github.com/alienator88/PearHID) - Remap your macOS keyboard with a simple SwiftUI frontend