Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.OCR for NET 24.4.2 (msi)

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 127.58MB
  • Date Added:
  • 1/5/2024

Description

It contains Aspose.OCR for .NET 24.4.2 release (MSI installer).

File Details

The MSI installer of Aspose.OCR for .NET 24.4.2 delivers new features, enhancements, and bug fixes to empower your .NET applications with robust OCR capabilities.

New Language Support

Effortlessly recognize text in Persian (Farsi), Urdu, and Uyghur languages with the latest update to the C# OCR API, along with mixed-language scenarios with English. The following C# code example showcases how to recognize text in the Persian language:


// Initialize Aspose.OCR for .NET recognition API
Aspose.OCR.AsposeOcr recognitionEngine = new Aspose.OCR.AsposeOcr();
// Add image
Aspose.OCR.OcrInput input = new Aspose.OCR.OcrInput(Aspose.OCR.InputType.SingleImage);
input.Add("source.png");
// Set recognition language
Aspose.OCR.RecognitionSettings recognitionSettings = new Aspose.OCR.RecognitionSettings();
recognitionSettings.Language = Aspose.OCR.Language.Pes;
// Recognize image
List<Aspose.OCR.RecognitionResult> results = recognitionEngine.Recognize(input, recognitionSettings);
Console.WriteLine(results[0].RecognitionText);

Source*

Enhanced Arabic Text Recognition

Enjoy improved accuracy while processing Arabic text documents with the Aspose.OCR for .NET API and expand the capabilities of your OCR applications.

Simplified Code Migration

With the latest release of the .NET API, all existing code continues to function with clear deprecation warnings for future language code updates.

You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.OCR for .NET 24.4.2 Release Notes.

 English