Skip to content

Instantly share code, notes, and snippets.

@stephenlauck
Created May 19, 2020 03:15
Show Gist options
  • Save stephenlauck/867d004200f679e8e306166cd906509a to your computer and use it in GitHub Desktop.
Save stephenlauck/867d004200f679e8e306166cd906509a to your computer and use it in GitHub Desktop.

sudo apt install tesseract-ocr

sudo apt install ttf-mscorefonts-installer sudo fc-cache fc-match Arial

sudo apt install imagemagick

text2image --text test.txt --outputbase . --fonts_dir /usr/share/fonts/truetype/msttcorefonts

convert -resize 600% arial.png out.png

tesseract out.png stdout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment