Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Created October 15, 2018 07:12
Show Gist options
  • Save tsh-code/98ae9f76832b0d5325d7eee8a3f3c29d to your computer and use it in GitHub Desktop.
Save tsh-code/98ae9f76832b0d5325d7eee8a3f3c29d to your computer and use it in GitHub Desktop.
Simple OCR implementation on Android with Google’s ML Kit snippet
dependencies {
// ...
implementation 'com.google.firebase:firebase-ml-vision:16.0.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment