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

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

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)