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
BarcodeResultParser().parseBarcode(ean).fields[2].getFormattedData() returns 594001020225370084 instead of 594001020225. getCode() returns 9008 instead of 90. That is definitely wrong since there's no 9008 application identifier per Gs1 standards: https://www.gs1.org/standards/barcodes/application-identifiers?lang=en
The text was updated successfully, but these errors were encountered:
The library doesn't always extract the data correctly.
So far I have two examples:
020859001461872537006515220723
- https://i.imgur.com/uCTLOWa.jpgBarcodeResultParser().parseBarcode(ean).fields[2].getFormattedData()
returns651522
instead of65
. That then messes upfields[3]
.02085940010206219008594001020225370084
- https://i.imgur.com/8GHkpoC.jpgBarcodeResultParser().parseBarcode(ean).fields[2].getFormattedData()
returns594001020225370084
instead of594001020225
.getCode()
returns9008
instead of90
. That is definitely wrong since there's no9008
application identifier per Gs1 standards: https://www.gs1.org/standards/barcodes/application-identifiers?lang=enThe text was updated successfully, but these errors were encountered: