mirror of
https://github.com/Dichgrem/dotfiles.git
synced 2025-07-31 00:59:31 -04:00
5 lines
151 B
Bash
5 lines
151 B
Bash
#!/usr/bin/env bash
|
|
|
|
## only support EN
|
|
grim -g "$(slurp)" - | tesseract -l "eng" stdin stdout | wl-copy;notify-send "OCR content copied to clipboard"
|