index rss mastodon twitter github linkedin email
Álvaro Ramírez
sponsor

Álvaro Ramírez

09 April 2018 Trying out tesseract

As part of going paperless, looking into OCR. Trying out tesseract.

Install

$ brew install gs
$ brew install imagemagick
$ brew install tesseract
$ convert -density 300 -depth 8 receipt.pdf receipt.png
$ tesseract receipt.png receipt.png.txt