Last active
May 31, 2018 13:06
-
-
Save duanebester/ab819fe7d00c86b6ad7c9a7117a84482 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trait OCR { | |
val tesseract: Tesseract = new Tesseract | |
tesseract.setDatapath("/usr/local/Cellar/tesseract/3.05.01/share/") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment