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.

Ref: https://gist.github.com/henrik/1967035