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
Hello! First of all, thank you for your effort in creating this library! However, we are currently experiencing an issue with scanning Data Matrix codes that use a backslash as a separator. The resulting code "01031651405470001123062921326000015240082" should actually be "01031651405470001123062921326000015\F240082," but unfortunately, it omits the "\F" characters.
We have tried obtaining the code using TextDecoder & result.getRawBytes() and result.getText() but either doesn't work.
Is there a solution to this?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello! First of all, thank you for your effort in creating this library! However, we are currently experiencing an issue with scanning Data Matrix codes that use a backslash as a separator. The resulting code "01031651405470001123062921326000015240082" should actually be "01031651405470001123062921326000015\F240082," but unfortunately, it omits the "\F" characters.
We have tried obtaining the code using TextDecoder & result.getRawBytes() and result.getText() but either doesn't work.
Is there a solution to this?
Thank you.
The text was updated successfully, but these errors were encountered: