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.
The MSI installer of Aspose.OCR for .NET 24.4.2 delivers new features, enhancements, and bug fixes to empower your .NET applications with robust OCR capabilities.
Effortlessly 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*
Enjoy improved accuracy while processing Arabic text documents with the Aspose.OCR for .NET API and expand the capabilities of your OCR applications.
With the latest release of the .NET API, all existing code continues to function 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.