Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling Start/Stop character of CODABAR (DecodeHintType.RETURN_CODABAR_START_END) not working #572

Open
abhiz710 opened this issue Aug 16, 2023 · 2 comments

Comments

@abhiz710
Copy link

abhiz710 commented Aug 16, 2023

We have tried DecodeHintType.RETURN_CODABAR_START_END with true/false but result is same. it aways include Start/Stop character (A, B/C).
how to resolve this issue, any other HINT?

@thorin8k
Copy link

As @abhiz710 says, the DecodeHintType.RETURN_CODABAR_START_END constant is not implemented.

If you compare the zxing-js implementation with the base zxing the js one is not using it:
https://github.com/zxing/zxing/blob/cf6e93a76c46102dc4463a10f94aef1772487021/core/src/main/java/com/google/zxing/oned/CodaBarReader.java#L142

Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants