No recognition

Hi,


I am performing a test with Aspose.OCR on a good quality 400 dpi B/W scanned image, but not getting any usefull results at all. Am I doing something wrong? My test image is attached and I used the code below for the test:

// Initialize an instance of OcrEngine
OcrEngine ocrEngine = new OcrEngine();

// Set the Image property by loading the image from file path location or an instance of MemoryStream
ocrEngine.Image = ImageStream.FromFile(“1.tif”);

// Process the image
if (ocrEngine.Process())
{
// Display the recognized text
Console.WriteLine(ocrEngine.Text);
}

The result I am getting is: ]’}i’I’’][’][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][’' ][][][d e r l

Also the processing time was more then a full minute for this single page, is this normal?
Hi Johan,

Thank you for your inquiry.

We have evaluated the scenario at our end. Initial investigation shows that the issue persists. The issue has been logged into our system with ID OCRNET-1385. Our product team will further look into it. we will update you with the progress via this forum thread.

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