hello,
I’m trying to read a picture but i can’t. Can someone Try and tell me if he success ?
See the picture below.
Here’s the code
BarCodeReader reader;
reader = new Aspose.BarCodeRecognition.BarCodeReader(@"\C:\BarcodeTest<span style=“font-family: Verdana, Helvetica; font-size: 13.4399995803833px;”>2015-06-29_144541.png", BarCodeReadType.AllSupportedTypes);
while (reader.Read())
{
Console.Write("Code Text: " + reader.GetCodeText());
Console.Write("Symbology Type: " + reader.GetReadType());
}
reader.Close();
the result must be : 000012345678
Hi Jaouadi,
Thank you for contacting support. We have tested your sample barcode picture against the latest build of Aspose.BarCode for .NET 7.0.0 and managed to replicate the problem of recognition failure. We’ve logged this problem under ticket id BARCODENET-34212 in our issue tracking system. Your post has also been linked to this issue. We’ll keep you informed regrading any available updates. We’re sorry for the inconvenience caused.
Hi Jaouadi,
We have tried to read the barcode from your attached image using various online readers but non of them was able to find any barcode from this image.
Can you please share what type of barcode was used when you generated this image or share any information to let us read this barcode using any tool?
Best Regards,
Hi Jaouadi,
Please share what type of barcode was used when you generated this image along with information to let us read this barcode using any tool? This information will help us to reproduce the issue.