zxing-js / library

Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem.
https://zxing-js.github.io/library/
Apache License 2.0
2.46k stars 546 forks source link

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

Open abhiz710 opened 1 year ago

abhiz710 commented 1 year ago

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 commented 9 months ago

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

github-actions[bot] commented 5 months ago

Stale issue message