OCR with Akka, Tesseract, and JavaCV | Part 1 OCR with Akka, Tesseract, and JavaCV | Part 2
brew install tesseract
And then I set an Environment Var LC_ALL=C
in IntelliJ Run Configuration
Didn't need this env var in VSCode
sbt run
Open http://localhost:8080 and upload an image.
Or, using cURL:
curl -X POST -F 'fileUpload=@/Users/duanebester/Documents/input.jpg' 'http://localhost:8080/image/ocr'