Hi,
I'm using Aspose barcode(dll version -6.6.0.0 -.Net 4.0) to read barcode type PDF417 . Barcode is identified as PDF417 but result values are not read properly.
I have used 200 DPI tiff image, results has lot of junk values. I have tried with 240 DPI, 300 DPI also & images doesn't give any proper results.
Attaching sample images for your review.
Below standard code I have used.
BarCodeReader reader;
reader = new BarCodeReader(FileName, BarCodeReadType.Pdf417);
while (reader.Read()) //Any barcode type
{
MessageBox.Show("Symbology Type: " + reader.GetReadType() + " CodeText: " + reader.GetCodeText());
}
reader.Close();
Hi
Thank you for contacting support. We have tested your sample barcodes against the latest build of Aspose.BarCode 6.7.0. We've attached our results to this reply. It appears as incorrect recognition. We've logged these issues as follows:
File Name: 0001.tif
BARCODENET-34066 - Incorrect recognition of Pdf417 code from the tif image
File Name: 0002.tif
BARCODENET-34067 - Incorrect recognition of Pdf417 code from the tif image
File Name: 00010.tif
BARCODENET-34068 - Incorrect recognition of Pdf417 code from the tif image
Your post has also been linked to these issues. We'll keep you informed regarding any available updates. We're sorry for the inconvenience caused.
Hi
Thank you for being patient. We have a good news for you that the issue id BARCODENET-34068 has now been resolved. If there is no issue in the QA phase, then this fix will be included in the next version of Aspose.BarCode for .NET 6.9.0. We'll inform you via this forum thread as soon as the new release is published.
The issues you have found earlier (filed as BARCODENET-34068) have been fixed in Aspose.BarCode for .NET 6.9.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
The issues you have found earlier (filed as BARCODENET-34067;BARCODENET-34066) have been fixed in Aspose.BarCode for .NET 7.3.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.