https://github.com/ryu-ryuk/lenrs
https://github.com/ryu-ryuk/lenrs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryu-ryuk/lenrs
- Owner: ryu-ryuk
- Created: 2025-04-05T20:05:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T03:56:40.000Z (about 1 year ago)
- Last Synced: 2025-05-22T02:11:51.783Z (about 1 year ago)
- Language: Rust
- Size: 3.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lenrs – A TUI OCR Snippet Tool for Wayland
**lenrs** lets you select any screen area, extract text using Tesseract OCR, and auto-copy it to your clipboard.
---
## Preview
https://github.com/user-attachments/assets/f407ceb5-dcfd-4c07-a749-98d2961532c0
---
## Features
- Uses `slurp` + `grim` to select and capture screen area
- Extracts text using `tesseract`
- Copies text directly to Wayland clipboard
## Dependencies ( ・×・)
Make sure these are installed:
```sh
sudo pacman -S tesseract wl-clipboard grim slurp wtype
yay -S cliphist
```
---
## Usage
---
## Build
```sh
cargo build --release
```
> Binary will be in `target/release/lenrs`
---
## Contributing (ᇴ‿ฺᇴ)
PRs and Issues are welcome!
---
## License