Created
June 12, 2026 14:13
-
-
Save jerlendds/73c5d1d0b35500b81aabf3d20b28fb03 to your computer and use it in GitHub Desktop.
screenocr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| flameshot gui --raw | tesseract stdin stdout -l eng | xclip -in -selection clipboard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment