Skip to content

Instantly share code, notes, and snippets.

@koji
Created December 16, 2018 23:25
Show Gist options
  • Save koji/47833f370a4a544fe75bc3b9de5d7e11 to your computer and use it in GitHub Desktop.
Save koji/47833f370a4a544fe75bc3b9de5d7e11 to your computer and use it in GitHub Desktop.
set up tesseract 4.0 on macOS

OCR_app

OCR App

Install Tesseract 4.0 on MacOS

$ brew install tesseract --HEAD
$ pip install pytesseract

Check Tesseract version

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