Skip to content

Instantly share code, notes, and snippets.

@erdalkaymak
Created January 19, 2021 08:19
Show Gist options
  • Select an option

  • Save erdalkaymak/7b63c5c846a441f51eba01d773c1d3b2 to your computer and use it in GitHub Desktop.

Select an option

Save erdalkaymak/7b63c5c846a441f51eba01d773c1d3b2 to your computer and use it in GitHub Desktop.
dependencies{
// Import the base SDK.
implementation 'com.huawei.hms:ml-computer-vision-ocr:2.0.5.300'
// Import the Latin-based language model package.
implementation 'com.huawei.hms:ml-computer-vision-ocr-latin-model:2.0.5.300'
// Import the Japanese and Korean model package.
implementation 'com.huawei.hms:ml-computer-vision-ocr-jk-model:2.0.5.300'
// Import the Chinese and English model package.
implementation 'com.huawei.hms:ml-computer-vision-ocr-cn-model:2.0.5.300'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment