googlesamples / googlesamples/mlkit

[Bug report] cannot recognize special character in Code 93 Extended (Full ASCII Code 93)

Open
#560 2 comments 1 reaction 1 assignee Claimed by @zhouyiself View on GitHub
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)`
![image](https://user-images.githubusercontent.com/111716658/185826705-72dd33fd-58d0-4682-bc34-792528e81a94.png)
![image](https://user-images.githubusercontent.com/111716658/185827016-ab4caabb-945c-432e-9980-7ec268b6672c.png)

**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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.