You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We try to switch from a JS based solution to using the Barcode Detection API available on Android Chrome.
Unfortunately, it turns out that the barcode format option itf is meant to be ITF14, which is a special form of Interleaved 2 of 5 barcode symbology and must always be 14 digits long, among other restrictions.
As the name suggests, itf should include all variants of Interleaved 2 of 5.
We try to switch from a JS based solution to using the Barcode Detection API available on Android Chrome.
Unfortunately, it turns out that the barcode format option
itf
is meant to be ITF14, which is a special form of Interleaved 2 of 5 barcode symbology and must always be 14 digits long, among other restrictions.As the name suggests,
itf
should include all variants of Interleaved 2 of 5.https://wicg.github.io/shape-detection-api/#dom-barcodeformat-itf
https://en.wikipedia.org/wiki/Interleaved_2_of_5
https://www.zint.org.uk/manual/chapter/6/1/2#interleaved-code-2-of-5-iso-16390
The text was updated successfully, but these errors were encountered: