This tesseract app is pretty amazing, can do a OCR very quick. To install on osx:
brew install tesseract
tesseract -l eng ~/Desktop/ScreenShot.png output
That creates output.txt
The recognized text is not perfect all the times, but good enough.
This tesseract app is pretty amazing, can do a OCR very quick. To install on osx:
brew install tesseract
tesseract -l eng ~/Desktop/ScreenShot.png output
That creates output.txt
The recognized text is not perfect all the times, but good enough.