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 (DLLs only)

Download  Support Forum 

File Details

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

Description

It contains Aspose.OCR for .NET 24.4.2 release (DLLs-only).

File Details

The DLLs-only package of Aspose.OCR for .NET 24.4.2 offers new features, enhancements, and bug fixes to help you take your .NET OCR applications to the next level.

More Languages Supported

You can easily 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*

Improved Arabic Text Recognition

Experience improved accuracy while processing Arabic text documents using the Aspose.OCR for .NET API and enhance the capabilities of your OCR applications.

Code Migration Simplified

The latest release of the .NET API ensures all existing code continues functioning 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