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.
Mac developers can upgrade their Python OCR solutions with Aspose.OCR for Python via .NET 24.3.0, which delivers broader language support and overall performance improvements for macOS M1-powered apps.
Build high-performance applications using the latest Python OCR API release and automatically detect extended Latin and Cyrillic texts without specifying the language. The following code example illustrates how to auto-detect extended Latin characters in Python.
# Instantiate Aspose.OCR API api = AsposeOcr() # Add image to the recognition batch input = OcrInput(InputType.SINGLE_IMAGE) input.add("source.png") # Recognize Ukrainian text recognitionSettings = RecognitionSettings() recognitionSettings.language = Language.EXT_LATIN # Recognize the image result = api.recognize(input, recognitionSettings) # Print recognition result print(result[0].recognition_text) input("Press Enter to continue...")
Source*
The Python library now includes expanded language support for Latin, Cyrillic, Chinese, and Indic scripts on macOS ARM64 systems. In total, we now support 135 languages in these scripts for performing optical character recognition within your apps.
Aspose.OCR for Python via .NET version 24.3.0 includes minor updates and deprecations to the public APIs.
The following public APIs have been marked as deprecated and will be removed in release 25.1.0 (January 2025):
Language.NONE
Language.CHI
Language.CZE
Language.DUM
Language.SRP_HRV
Language.RUM
You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting Aspose.OCR for Python via .NET 24.3.0 Release Notes.