3 lines
98 B
Bash
3 lines
98 B
Bash
|
#!/usr/bin/env zsh
|
||
|
maim -k -s -f png | tesseract stdin stdout -l eng | xclip -selection clipboard
|