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
The aztec decoder fails.
It appearantly finds the "bullseye" but it seems like the ReedSolomonDecoder isnt able to decode the data correctly. It fails at var errorLocations = findErrorLocations(sigma); which returns null
The aztec decoder fails.
It appearantly finds the "bullseye" but it seems like the ReedSolomonDecoder isnt able to decode the data correctly. It fails at
var errorLocations = findErrorLocations(sigma);
which returns nullSample Code:
Expected Result
The result should be non-null
Actual Result
The result is null
Additional Information
Images:


Aspose is able to read the information.
https://products.aspose.app/barcode/de/recognize/aztec#/recognized
It is trying to encode the binary data as UTF-8 string but it seems to be correct otherwise.
The text was updated successfully, but these errors were encountered: