markusfisch / BinaryEye

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

DataMatrix error Reading #506

Open Dmitriy-97 opened 1 month ago

Dmitriy-97 commented 1 month 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 1 month ago

photo_2024-10-24_01-22-16

markusfisch commented 1 month 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.