HMS-Core / hms-ml-demo

HMS ML Demo provides an example of integrating Huawei ML Kit service into applications. This example demonstrates how to integrate services provided by ML Kit, such as face detection, text recognition, image segmentation, asr, and tts.
https://developer.huawei.com/consumer/en/hms/huawei-mlkit?ha_source=hms1
Apache License 2.0
357 stars 120 forks source link

Photo Translate Example not working #21

Closed minkiapps closed 4 years ago

minkiapps commented 4 years ago

I am trying to run the photo translate example on my Huawei Mate 30 Pro...

Everytime I hit the translate button, I get following exception from textAnalyzer: com.huawei.hms.mlsdk.common.MLException: UrlList is empty, failed to detect cloud text.

HMS-MLKit commented 4 years ago

Please refer to this: https://github.com/HMS-Core/hms-ml-demo/pull/23/commits/dd63b3aa214b13aff7561a2d5284f15a4b9e7936

minkiapps commented 4 years ago

Thank you, it is working now.