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.
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.
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*
We have enhanced accuracy for extracting text from Arabic documents and images with Aspose.OCR for .NET 24.4.3.
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.