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

Download  Support Forum 

File Details

  • Downloads:
  • 13
  • File Size:
  • 126.64MB
  • Date Added:
  • 14/3/2024

Description

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

File Details

.NET developers, rejoice! The newest release of Aspose.OCR for .NET DLLs-only (version 24.3.0) empowers you with exceptional capabilities to take your C# OCR solutions to the next level.

Extended Language Support

This OCR API version offers broader language support, with the ability to effortlessly recognize text in an impressive 135 languages, including Latin, Cyrillic, Chinese, and Indic scripts.

Improved OCR Accuracy

You can now experience enhanced text recognition accuracy across various languages, including Cyrillic, Latin, Extended Latin, and more.

Automated Language Detection

Aspose.OCR for .NET 24.3.0 streamlines OCR app development by automatically detecting extended Latin and Cyrillic characters without manual language specification. The following code example demonstrates the feature usage in C#:


// 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.ExtLatin;
// Recognize image
List<Aspose.OCR.RecognitionResult> results = recognitionEngine.Recognize(input, recognitionSettings);
Console.WriteLine(results[0].RecognitionText);

Source*

Deprecated Language Codes

You can easily upgrade existing applications with minimal code changes. Deprecated language codes are preserved for a smooth transition (removal scheduled for January 2025).

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

 English