Bad quality of recognition

Input image have only digits and symbol ‘-’. I think aspose.ocr without problem can recognise it. But… worst quality of recognition… What i make wrong?


OcrEngine ocrEngine = new OcrEngine();

ocrEngine.Image = ImageStream.FromFile(“E:\1.png”);
ocrEngine.Config.RemoveNonText = true;
ocrEngine.Config.Whitelist = new char[] { ‘1’, ‘2’, ‘3’, ‘4’, ‘5’, ‘6’, ‘7’, ‘8’, ‘9’, ‘0’,’-’ };

if (ocrEngine.Process())
{
MessageBox.Show(ocrEngine.Text.ToString());
}

its get me result 6 967 936-6970
Hi Mesteruh,

Thank you for your inquiry and providing sample image.

We have tried to reproduce the said issue at our end. It was found that the issue persists. The issue has been logged into our issue tracking system with ID OCR-36005. Our product team will further look into it. We will update you about 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.