Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing chars in scanned code #119

Open
mkekit opened this issue Jul 11, 2023 · 0 comments
Open

Missing chars in scanned code #119

mkekit opened this issue Jul 11, 2023 · 0 comments

Comments

@mkekit
Copy link

mkekit commented Jul 11, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant