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 Python via .NET 24.3.0 MacOS x86-64

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 171.38MB
  • Date Added:
  • 9/4/2024

Description

It contains Aspose.OCR for Python via .NET 24.3.0 macOS x64 release.

File Details

Great news for Mac developers! Aspose.OCR for Python via .NET 24.3.0 has been released, and it delivers broader language support and overall performance improvements for your Python OCR apps running on macOS x64 systems.

Automatic Language Detection on Apple Mac

Develop feature-rich Python apps 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*

Support for 135 Languages

This release of the Python library includes expanded language support for Latin, Cyrillic, Chinese, and Indic scripts on macOS x64 systems. In total, we now support 135 languages in these scripts for performing optical character recognition within your apps.

Public API Changes

Version 24.3.0 of Aspose.OCR for Python via .NET includes minor updates and deprecations to the public APIs.

Deprecated APIs

The following public APIs have been marked as deprecated and will be removed in release 25.1.0 (January 2025):

  • Language.NONE: Use Language.EXT_LATIN for auto-detection.
  • Language.CHI: Use specific language codes for Mandarin, Wu, Cantonese, Min Nan, Xiang, Hakka, and Gan.
  • Language.CZE: Use Language.CES for Czech.
  • Language.DUM: Use Language.NLD for Dutch.
  • Language.SRP_HRV: Use Language.HBS for Serbo-Croatian (Latin).
  • Language.RUM: Use Language.RON for Romanian.

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.

 English