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

https://github.com/ryu-ryuk/lenrs


https://github.com/ryu-ryuk/lenrs

Last synced: about 1 year ago
JSON representation

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