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

Download  Support Forum 

File Details

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

Description

It contains DLLs-only of Aspose.OCR for .NET 24.5.0 release.

File Details

.NET developers, elevate your Optical Character Recognition (OCR) capabilities with Aspose.OCR for .NET 24.5.0 (DLLs-only package). This release delivers important advancements in OCR accuracy and improves overall performance.

Detect Image Defects Automatically

The new DetectDefects method introduced in the latest C# OCR API release helps you automatically identify potential issues within images that can hinder OCR performance, such as shadows and highlights. Please check out the following code example, which demonstrates detecting low contrast or blur in C#:

var api = new Aspose.OCR.AsposeOcr();
var input = new OcrInput(InputType.SingleImage);
input.Add("source.png");
// Find shadows and highlights
var defects = api.DetectDefects(input, DefectType.LOW_CONTRAST);
foreach (var defect in defects)
{
	Console.WriteLine($"Image path: {defect.Source} | Page: {defect.Page}");
	foreach (var areas in defect.defectAreas)
	{
		Console.WriteLine($"Number of low-contrast areas: {areas.rectangles.Count()}");
	}
}

Source*

Optimized OCR Accuracy for Latin Languages

This version of the C# library lets you witness notable enhancements in OCR accuracy for several Latin-based languages, including English, French, Spanish, and more.

Updated Developer Experience

Developers can experience seamless integration into their existing C# applications or build new ones from scratch. This version enables you to benefit from a fully backward-compatible release.

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

 English