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: 7 months ago
JSON representation
📷 A simple image to text OCR scanner for macOS
- Host: GitHub
- URL: https://github.com/sdushantha/pine
- Owner: sdushantha
- License: mit
- Created: 2020-07-16T17:58:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T18:28:14.000Z (almost 6 years ago)
- Last Synced: 2025-01-12T10:11:46.936Z (over 1 year ago)
- Topics: gui, macos, ocr, python, statusbar
- Language: Python
- Homepage:
- Size: 3.17 MB
- Stars: 56
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```