https://github.com/tobilg/homebrew-simpleocr
The Homebrew tap for simpleocr
https://github.com/tobilg/homebrew-simpleocr
Last synced: 4 months ago
JSON representation
The Homebrew tap for simpleocr
- Host: GitHub
- URL: https://github.com/tobilg/homebrew-simpleocr
- Owner: tobilg
- Created: 2026-03-09T17:13:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-09T18:09:08.000Z (5 months ago)
- Last Synced: 2026-03-09T23:54:19.739Z (5 months ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-simpleocr
Homebrew tap for [simpleocr](https://github.com/tobilg/simpleocr) - a macOS OCR CLI using Apple Vision for image-to-text workflows in local AI pipelines.
## Installation
```bash
# Add the tap
brew tap tobilg/simpleocr
# Install simpleocr
brew install simpleocr
```
## Upgrade
```bash
brew upgrade simpleocr
```
## Usage
```bash
simpleocr [options]
```
## More Information
See the main repository for documentation: [tobilg/simpleocr](https://github.com/tobilg/simpleocr)