-
-
Save pastuhov/dc3d2a6967c769b962dd21a96e668451 to your computer and use it in GitHub Desktop.
OCR last screenshot and copy on mac
This file contains 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
ss=$(ls -t ~/Desktop/*.* | head -n1) && tesseract $ss stdout |tr -d \\f|pbcopy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment