Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sdushantha/pine

📷 A simple image to text OCR scanner for macOS
https://github.com/sdushantha/pine

gui macos ocr python statusbar

Last synced: 8 days ago
JSON representation

📷 A simple image to text OCR scanner for macOS

Awesome Lists containing this project

README

        


Pine


A simple image to text OCR scanner for macOS




## Features
- All text extraction is done locally
- Saves text to clipboard
- Supports dark mode
- It does one thing, and it does it well

## Installation
```python
# clone the repo
$ git clone https://github.com/sdushantha/pine.git

# change the working directory to pine
$ cd pine

# install the requirements
$ python3 -m pip install -r requirements.txt
```

To run Pine, just run this command:
```bash
python3 pine.py
```