Browse our Products Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
.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.
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#:
DetectDefects
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*
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.
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.