zxing-js / library

Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem.

Home Page:https://zxing-js.github.io/library/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

abhiz710 opened this issue · comments

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?

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

Stale issue message