We have problem recognizing some of QR codes that we are printing ourselves using BarCode.
Attached please find 6 samples. From the file names you will understand which ones are recognized and which ones are not. Looking at these samples with eyes - not clear why it happens. It seems all they should have been recognized.
Thank you for the help you can give us - it’s creating a lot troubles.
Aliv
p.s. Having paid for Developer Small Business license, not sure why I can’t access priority support forum.
Aspose.BarCode 5.8 (which is near to be published) can recognize 5 of 6 pictures. UnRecognized2.jpg is still the problem. You can see the upperpart of the pictureis cut off. I have attachedan editedimage with this barcode which is recognized fine.
Thank you for your inquiry. I tested your sample bar code images against the latest build of Aspose.BarCode for .NET 5.7.0.0. It can also recognize 5 of 6 images. You can download it from here.
string[] files = Directory.GetFiles(folderPath);
foreach (string file in files)
{
using (BarCodeReader reader = new BarCodeReader(file, BarCodeReadType.QR))
{
while (reader.Read())
{
Console.WriteLine(Path.GetFileName(file) + "--Symbol:" + reader.GetReadType() + " Code :" + reader.GetCodeText());
}
}
}
Result:
Recognized1.jpg–Symbol:QR Code :2013/801961
Recognized2.jpg–Symbol:QR Code :2013/801955
Recognized3.jpg–Symbol:QR Code :2013/802400
UnRecognized1.jpg–Symbol:QR Code :2013/801958
UnRecognized3.jpg–Symbol:QR Code :2013/801084
Please do let me know in case of any confusion or questions.
It is to update you that Aspose.BarCode 5.8.0.0 has now been published. You can download it from here. We always recommend our customers use the latest build because each new release contains many improvements, bug fixes and new features.
Thank you for your reply. I added Aspose.BarCode 5.8.0.0 as a new release. I mean to say the previous releases are also available in descending order. Anyway, please feel free to ask if you have any question regarding Aspose products, we will be happy to help you.
Thank you for your comments. All those previous examples are okay with the version 5.8 (except one that was cropped). But I found another one that still cannot be recognized, although it was generated with Aspose components.
Thank you for reporting this problem. I managed to replicate the recognition problem on my side. I have logged this problem under ticket id BARCODENET-33707 in our issue tracking system. Your request has also been linked to this issue and you will be notified as soon as it’s fixed. We’re sorry for your inconvenience.
We have a good news for you is BARCODENET-33707 has now been resolved and its fix will be included in the next version of Aspose.BarCode for .NET 5.9.0. It is expected at the end of this month. We will inform you via this forum thread as soon as the new release is published.