OCR recognition issues

Hi team,

I'am using Aspose OCR to extract content from image file using the code :

Aspose.OCR.License lic = new Aspose.OCR.License();
lic.SetLicense("Aspose.Total.lic");

Aspose.OCR.OcrEngine ocr = new Aspose.OCR.OcrEngine();
ocr.LanguageContainer.AddLanguage(Aspose.OCR.LanguageFactory.Load("French_language_resource_file_for_Aspose.OCR_for_.NET_3.2.0.zip"));
extension = System.IO.Path.GetExtension(filePath);
ocr.Image = Aspose.OCR.ImageStream.FromFile(filePath);
ocr.ProcessAllPages = true;

ocr.Process();

The component can't extract the text correctly. However, the image have a good quality (see files attachments)

I'have try to add a lot a filters, switch booleen value but final result not change : area/text content aren't correct.

Can you help me ?

Regards,

NicolasC
Hi Nicolas,

Thank you for your inquiry and sharing samples and code snippet.

We have investigated tried to reproduce the issue at our end. Initial investigation shows that the issue persists. The issue has been logged into our system with ID OCRNET-2992. Our product team will further look into it and provide feedback. We will update you about the feedback via this forum thread.

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