Skip to content

Instantly share code, notes, and snippets.

@duanebester
Last active May 31, 2018 13:06
Show Gist options
  • Save duanebester/ab819fe7d00c86b6ad7c9a7117a84482 to your computer and use it in GitHub Desktop.
Save duanebester/ab819fe7d00c86b6ad7c9a7117a84482 to your computer and use it in GitHub Desktop.
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