We have evaluated your presented scenario on our end while using the latest version of Aspose.OCR for .NET 1.9.0. Unfortunately, we were unable to extract the correct text/numbers from your provided sample image. We have logged this problem in our bug tracking system for further investigation and correction purposes. The ticket Id for your future reference is OCR-33776. Please spare us little time to properly analyze the problem cause, and to provide a fix. In the meanwhile, we will keep you posted with updates in this regard.
Please note, we have used the English language to recognize the numbers from the shared sample. You may check our test code as below,
C#
// image document on which OCR is to be performed string imageFile = (MyDir + “sample.jpg”);
// Initialize OcrEngine
OcrEngine ocr = new OcrEngine();