ASPOSE can't read transparent image;

when i try to read text from test.jpg file with white background it works but when i try to read text from test2.jpg it doesn’t work. i am saving the file with C# code Image classs


byte[] imageBytes = Convert.FromBase64String(phoneTemp);
MemoryStream ms = new MemoryStream(imageBytes, 0, imageBytes.Length);
ms.Seek(0, SeekOrigin.Begin);
Bitmap bm = new Bitmap(ms);
string filePath = Application.StartupPath + “\PhoneNumbers\” + DateTime.Now.Ticks+ “.jpg”;
bm.Save(filePath);
bm.Dispose();
Hi Amjad,

Thank you for your inquiry and providing sample files.

Please note that we are able to observe the said issue. The issue has been logged into our issue tracking system with ID OCR-34251. Our product team will further look into it and we will update you accordingly via this thread.

The issues you have found earlier (filed as OCR-34251) have been fixed in this update.


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

The issues you have found earlier (filed as ) have been fixed in this Aspose.Words for JasperReports 18.3 update.