Created
January 19, 2021 08:19
-
-
Save erdalkaymak/7b63c5c846a441f51eba01d773c1d3b2 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
| 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