Skip to content

Instantly share code, notes, and snippets.

@elowy01
Created April 3, 2020 08:22
Show Gist options
  • Save elowy01/1ed07c160decec3eab133d2fb2ecec0e to your computer and use it in GitHub Desktop.
Save elowy01/1ed07c160decec3eab133d2fb2ecec0e to your computer and use it in GitHub Desktop.
# Do OCR from a screenshot
1) screencapture -i /tmp/tesseract.png
(2a) brew install tesseract
2) tesseract file.png stdout|tr -d \\f > out.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment