Skip to content

Instantly share code, notes, and snippets.

@iraizo
Created March 21, 2023 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iraizo/18374fe64787221cf016d2c789f542e5 to your computer and use it in GitHub Desktop.
Save iraizo/18374fe64787221cf016d2c789f542e5 to your computer and use it in GitHub Desktop.
#!/bin/sh
screencapture -i /tmp/ocr.png && tesseract -l eng /tmp/ocr.png stdout | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment