markusfisch / BinaryEye

Yet another barcode scanner for Android
https://play.google.com/store/apps/details?id=de.markusfisch.android.binaryeye
MIT License
1.52k stars 121 forks source link

DataMatrix error Reading #506

Open Dmitriy-97 opened 2 weeks ago

Dmitriy-97 commented 2 weeks ago

When scanning the code, it outputs (01)04780044572423(21)Llli"h??i=Idj(93)SDR4 but it should be 010478004457242321Llli"h??i=Idj93SDR4 There should be no brackets. How to fix this?

Dmitriy-97 commented 2 weeks ago

photo_2024-10-24_01-22-16

markusfisch commented 2 weeks ago

The brackets are part of the Human readable interpretation of a GS1 DataMatrix code.

There's currently no setting to omit or strip them, unfortunately, and they're not ignored for the replica, which is a bug.