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.3 (NuGet package)

Download  Support Forum 

File Details

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

Description

It contains Aspose.OCR for .NET 24.4.3 release (NuGet package).

File Details

Aspose.OCR for .NET 24.4.3 empowers developers with expanded language capabilities for text extraction from images. The NuGet package enables leveraging these exciting new features for your C# applications.

Support for New Languages

The latest C# OCR library release allows recognizing text in Persian (Farsi), Urdu, and Uyghur with dedicated language codes and mixed-language support. This C# code sample 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*

Optimized Recognition of The Arabic Text

We have enhanced accuracy for extracting text from Arabic documents and images with Aspose.OCR for .NET 24.4.3.

Backward Compatibility and Deprecation

This release ensures backward compatibility so that all existing code continues to function with deprecation warnings for language codes aligning with ISO 639-2 standards.

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