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