// Path to the image containing a MaxiCode barcode. string imagePath = "maxicode.png"; // Verify that the image file exists.
When decoding an image containing two MaxiCodes, the library fails to detect any codes. If I crop the same image to contain only one code, it is detected successfully. This suggests a possible issue ...