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?