Image OCR Readability

Hi,

I am trying to read JPG image file using Aspose OcrEngine, refer below code snippet,

     var engine = new Aspose.OCR.OcrEngine(); 
    engine.Image = ImageStream.FromFile("../TestDocs/TestFile.jpg");  
    engine.Process(); 
    Console.WriteLine(engine.Text);

It gives irrelevant result text. Kindly help to get the correct Result text.

Please find the sample Image File which we are using for OCR.

Thanks and Regards,
Syed.

TestFile.jpg (44.2 KB)

@Syedvalgen

Would you kindly share the resultant text that you obtained after executing this code snippet. We will further proceed to assist you accordingly.

Hi,

Here I Attached the another Sample Image file and its Output snapshot for your reference.

Please check this and help me to get the correct result text.

Expected Result : ST,GS,+90.30 GM
Actual Result : SI-GS-I 9 0 3 0 GNI

Thanks and Regards,
Syed.Sample Input File.png (1.9 KB)
image.png (1.2 KB)

@Syedvalgen

We were able to notice the issue in our environment and have logged it as OCRNET-231 in our issue tracking system. We will further check this issue in detail and keep you posted with its rectification status. Please be patient and spare us some time.

We are sorry for the inconvenience.