googlesamples / googlesamples/mlkit
[Bug report] Text Recognition V2 has problematic dependencies.
- Dominant language
- Kotlin
- Stars
- 4.3k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
I am using these dependencies but I am having this problem:
```
implementation 'com.google.mlkit:text-recognition-chinese:16.0.0'
implementation 'com.google.mlkit:text-recognition-japanese:16.0.0'
implementation 'com.google.mlkit:text-recognition-korean:16.0.0'
implementation 'com.google.mlkit:text-recognition:16.0.0'
```
Think of the content of the photo as :
"Hello , 你好, 안녕하세요, こんにちは"
Here it outputs the Latin alphabet four times. I think Chinese, Korean, and Japanese dependencies also have the latin alphabet. Because of this it is not possible to use them all together.
Here is the output : "Hello , Hello 你好, Hello 안녕하세요, Hello こんにちは"
Can you also please add the Arabic, Greek, Hebrew, Armenian, Russian, Cyrillic and Georgian alphabets?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.