Hi, i am trying your free barcode reader web app and looks like doesn’t recognize a QRcode
please refer to attached image
please let me know if it something wrong in my end
I am looking to buy a license for my project
Thanks
test.jpg (280.3 KB)
Hi, i am trying your free barcode reader web app and looks like doesn’t recognize a QRcode
please refer to attached image
please let me know if it something wrong in my end
I am looking to buy a license for my project
Thanks
test.jpg (280.3 KB)
@pharm
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): BARCODEAPP-1003
Hi @pharm !
Could please take closer photo of barcode area on the document. And please select DataMatrix as barcode type Read Data Matrix Barcode Online . Unfortunately we can’t decode such a small datamatrix code on large photo.
test.jpg (276.2 KB)
Hi @denex,
thanks for your reply
I dont have the original script … that’s what my client provide us
client use on his side Aspose version 18.5 to generate a QRcode
I have attached 2 samples, one working and one doesnt
working.jpg (365.9 KB)
test.jpg (280.3 KB)
I am facing the same reading barcode issue even with latest Aspose version
Please notice that code you provided on picture is not QR but DataMatrix. Since quality of test.jpg unfortunately is too poor to detect code data
Barcode recognition can be so finicky depending on the image contrast or the specific symbology you’re dealing with. I’ve spent way too much time debugging my implementation only to realize the source image was just too low-res.
Before you spend hours digging through the API documentation, it might be worth doing a quick sanity check to see if the data is even readable. I usually throw my test files into this extractor just to confirm the barcode is valid. If that can’t pick it up either, you probably just need to adjust your DPI or preprocessing settings in the code.