I was looking for a free way to do OCR and found Tesseract. It was super easy to use.
$ brew install tesseract
$ tesseract file.png out
This took a PNG I gave it and wrote the text out to out.txt
Welcome to John Maeda's Blog: maeda.pm. Sharing a passion for product and data, grounded in technology / business / design curiosities with a dash of leadership reflections.
I was looking for a free way to do OCR and found Tesseract. It was super easy to use.
$ brew install tesseract
$ tesseract file.png out
This took a PNG I gave it and wrote the text out to out.txt