Image reading

I wonder if it is possible to read the barcode of attached image thanks .

Hi Alexander,


Thank you for contacting support. We have tested against the latest build of Aspose.BarCode for Java 6.0.1. We can recognize it as follows:

BarCodeReader reader = new BarCodeReader(“d:\temp\c3.jpg”, BarCodeReadType.GS1Code128);
while(reader.read())
{
System.out.println("Code text: " + reader.getCodeText());
}
reader.close();
Result:
Code text: (37)10894823233222532300042830

We hope, this helps. Please feel free to post your comments in case of any other question or confusion.

Hi Imran,

Thank you for your quick revert.

The code image is not that ,
is (415)7707212489953(8020)13023010122029.

by reading a different code?

Hi Alexander,


Thank you for the clarification. We need to investigate it minutely. We have logged an investigation task in our issue tracking system as BARCODJAVA-33461. This forum thread has also been linked to this issue for auto notification purposes. We’ll keep you informed regarding any available updates. We’re sorry for the inconvenience you faced.

Hi Imran .
Thank you for your revert.

please could tell me where we might have a solution to this problem thanks .

Hi Alexander,


Thank you for your inquiry. We normally release the new version of Aspose.BarCode API after each 1 or 2 months. Since, we always recommend our customers use the latest versions of Aspose APIs, because these versions include recent updates, features, bug fixes and enhancements, etc. We’ll provide you this fix in the future releases of Aspose.BarCode API. At the moment, we can’t commit you a time frame. However, we’ll notify you once any update is available in this regard.

Hi Alexander,


Thank you for being patient. We have a good news for you that the issue id BARCODJAVA-33461 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 Java 6.8.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 BARCODJAVA-33461) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.