Created
April 3, 2020 08:22
-
-
Save elowy01/1ed07c160decec3eab133d2fb2ecec0e to your computer and use it in GitHub Desktop.
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
# 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