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
Some symbology can embed non-printable characters.
GS1 in DataMatrix use 0x1D (Group Separator) to mark variable-length field ending.
However result.string is only filled with printable characters.
How to retrieve the raw scanned decoded material ?
Thanks
The text was updated successfully, but these errors were encountered:
Some symbology can embed non-printable characters.
GS1 in DataMatrix use 0x1D (Group Separator) to mark variable-length field ending.
However
result.string
is only filled with printable characters.How to retrieve the raw scanned decoded material ?
Thanks
The text was updated successfully, but these errors were encountered: