googlesamples / googlesamples/mlkit
[Bug report] cannot recognize special character in Code 93 Extended (Full ASCII Code 93)
- Dominant language
- Kotlin
- Stars
- 4.3k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Special characters are allowed in Code 93 Extended like "_", but in mlkit app will not recognize the special character and showing "bO" if this is a "_" character. However, in zxing app it can recognize the "_" correctly. Is there any setting it can be used to recognize these special characters?
**To Reproduce**
Example Steps to reproduce the behavior in sample app:
1. Go to https://products.aspose.app/barcode/generate/code93#result
2. Select 'Code 93 Extended'
3. Enter '123_456' in code text
4. Click on 'Generate Barcode'
5. Use the sample app 'Barcode Scanning' function to scan the barcode
6. See incorrect result '123bO456'
If applicable, please include `code snippet` and `sample input(image, video, text, etc)`


**Expected behavior**
A clear and concise description of what you expected to happen.
Showing correct result '123_456'
**SDK Info:**
- [com.google.mlkit:barcode-scanning:17.0.2]
**Smartphone:**
- Device/Simulator: [Nokia 3.1 Plus]
- Device/Simulator OS: [Android API 29]
**Development Environment:**
*(For Android issue feel free to skip this section)*
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.