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.

Download Aspose.OCR for Python via .NET for image recognition.

Add optical character recognition (OCR) capabilities to your data science, AI, and automation solutions written in Python 3.6 or later. Extract text from photos, scans, PDF documents and other graphical files without having to delve into complex mathematical operations, neural networks, and other technical details.

Aspose.OCR for Python via .NET can be download here and installed from local file system with the following pip command:

>

>

Product Page | Docs | Demos | Blog | Code Samples | Free Support | Temporary License | EULA

Add optical character recognition (OCR) to your Python notebooks, analytical applications and cloud services with a few lines of code. Effortlessly transform images into machine-readable text and generate searchable PDFs from scanned pages on any platform.

Features you would like

  • Global applications - supporting over 130 languages, the library allows you to recognize texts in Latin, Cyrillic and Asian scrips.
  • Read everything - retrieve text from any file obtained through a scanner or camera, and process images directly from web links.
  • Reliable results - achieve the highest recognition accuracy for all images, including those that are out-of-focus, rotated, distorted, and noisy.
  • Batch processing - bulk-recognize all images from folders and archives; read multi-page PDF documents, TIFF images and DjVu files.
  • Layout detection - identify and categorize content blocks in images to ensure the correct order of extracted text, regardless of layout.
  • Suitable for any content - image preprocessing and customizable document structure detection enable text extraction from virtually any image, ranging from high-quality scans to street photos.
  • Optimized - the library balances recognition speed, quality, and resource utilization for each specific use case.
  • Easy to use - you only need a few lines of code to convert image to text, create a searchable PDF, save recognition results to document, and many more.

Supported file formats

  • .PDF - Portable Document Format
  • .JPG - JPEG, the most popular format for smartphone photos
  • .PNG - Portable Network Graphics, 24-bit with transparency
  • .TIFF - Tag Image File Format, commonly used for high quality scanning
  • .GIF - Graphics Interchange Format, limited to 256 colors
  • .BMP - Bitmap image file
  • .DJVU - DjVu, primarily designed for scanned documents, containing a combination of text, line drawings, indexed color images, and photographs

Multi-page PDF documents, TIFF and DjVu images are fully supported.

System requirements

  • Microsoft Windows 7 or later
  • Microsoft Windows Server 2008 R2 SP1 or later
  • macOS Mojave version 10.14 or later, x64
    MacOS ARM (Apple Silicon) platform is fully supported
  • Any Linux x64, such as Ubuntu, OpenSUSE or CentOS

Despite of “via .NET” in the name, the library does not require .NET Runtime to be installed on the target host. All required dependencies are already built into the distributive package.

Code snippet

Aspose.OCR for Python via .NET is extremely easy to get started and very fast to master. The example below demonstrates how to build a bare minimum Python console application for extracting text from an image in just 7 lines of code.

  1. Install the latest Aspose.OCR for Python via .NET package using pip.
  2. Import aspose.ocr module.
  3. Create an instance of Aspose.OCR API.
  4. Add one or more images to the recognition batch.
  5. Extract text from the image using Recognize method.
import aspose.ocr as ocr

# Instantiate Aspose.OCR API
api = AsposeOcr()

# Add image to the recognition batch
input = OcrInput(InputType.SINGLE_IMAGE)
input.add("source.png")

# Recognize the image
result = api.recognize(input)

# Print recognition result
print(result[0].recognition_text)
input("Press Enter to continue...")

Direct Download

Aspose.OCR for Python via .NET 24.3.0 Windows x64

The list of supported languages has been expanded to 135 languages.

Added: Downloads:

Download

File Size: 163.63MB

Aspose.OCR for Python via .NET 24.3.0 Windows x32

The list of supported languages has been expanded to 135 languages.

Added: Downloads:

Download

File Size: 159.62MB

Aspose.OCR for Python via .NET 24.3.0 Linux x86-64

The list of supported languages has been expanded to 135 languages.

Added: Downloads:

Download

File Size: 172.77MB

Aspose.OCR for Python via .NET 24.3.0 MacOS x86-64

The list of supported languages has been expanded to 135 languages.

Added: Downloads:

Download

File Size: 171.38MB

Aspose.OCR for Python via .NET 24.3.0 MacOS ARM

The list of supported languages has been expanded to 135 languages.

Added: Downloads:

Download

File Size: 166.58MB

Aspose.OCR for Python via .NET 24.1.0 MacOS ARM

Fix PDF creation (resolution, search shadow)

Added: Downloads:

Download

File Size: 394.87MB

Aspose.OCR for Python via .NET 24.1.0 MacOS x86-64

Fix PDF creation (resolution, search shadow)

Added: Downloads:

Download

File Size: 406.12MB

Aspose.OCR for Python via .NET 24.1.0 Linux x86-64

Fix PDF creation (resolution, search shadow)

Added: Downloads:

Download

File Size: 409.15MB

Aspose.OCR for Python via .NET 24.1.0 Windows x64

Fix PDF creation (resolution, search shadow)

Added: Downloads:

Download

File Size: 396.62MB

Aspose.OCR for Python via .NET 24.1.0 Windows x32

Fix PDF creation (resolution, search shadow)

Added: Downloads:

Download

File Size: 385.92MB

Aspose.OCR for Python via .NET 23.12.1 MacOS ARM

Handwritten recognition

Added: Downloads:

Download

File Size: 394.87MB

Aspose.OCR for Python via .NET 23.12.1, MacOS x86-64

Handwritten recognition

Added: Downloads:

Download

File Size: 406.12MB

Aspose.OCR for Python via .NET 23.12.1, Linux x86-64

Handwritten recognition

Added: Downloads:

Download

File Size: 409.15MB

Aspose.OCR for Python via .NET 23.12.1, Windows x64

Handwritten recognition

Added: Downloads:

Download

File Size: 396.62MB

Aspose.OCR for Python via .NET 23.12.1, Windows x32

Handwritten recognition

Added: Downloads:

Download

File Size: 385.92MB

Aspose.OCR for Python via .NET 23.12.0 MacOS ARM

Country property in PassportRecognitionSettings

Added: Downloads:

Download

File Size: 340.74MB

Aspose.OCR for Python via .NET 23.12.0, Linux x86-64

Country property in PassportRecognitionSettings

Added: Downloads:

Download

File Size: 350.9MB

Aspose.OCR for Python via .NET 23.12.0, MacOS x86-64

Country property in PassportRecognitionSettings

Added: Downloads:

Download

File Size: 348.79MB

Aspose.OCR for Python via .NET 23.12.0, Windows x64

Country property in PassportRecognitionSettings

Added: Downloads:

Download

File Size: 340.17MB

Aspose.OCR for Python via .NET 23.12.0, Windows x32

Country property in PassportRecognitionSettings

Added: Downloads:

Download

File Size: 262.38MB

Aspose.OCR for Python via .NET 23.10.1, Linux x86-64

Improved text overlay matching to the original image.

Added: Downloads:

Download

File Size: 350.91MB

Aspose.OCR for Python via .NET 23.10.1, MacOS x86-64

Improved text overlay matching to the original image.

Added: Downloads:

Download

File Size: 348.8MB

Aspose.OCR for Python via .NET 23.10.1, Windows x32

Improved text overlay matching to the original image.

Added: Downloads:

Download

File Size: 332.85MB

Aspose.OCR for Python via .NET 23.10.1, Windows x64

Improved text overlay matching to the original image.

Added: Downloads:

Download

File Size: 340.17MB

Aspose.OCR for Python via .NET 23.10.0, Linux x86, 64

new recognition model for extracting texts from street photos

Added: Downloads:

Download

File Size: 317.84MB

Aspose.OCR for Python via .NET 23.10.0, MacOS x86-64

new recognition model for extracting texts from street photos

Added: Downloads:

Download

File Size: 316.48MB

Aspose.OCR for Python via .NET 23.10.0, Windows x32

new recognition model for extracting texts from street photos

Added: Downloads:

Download

File Size: 304.69MB

Aspose.OCR for Python via .NET 23.10.0, Windows x64

new recognition model for extracting texts from street photos

Added: Downloads:

Download

File Size: 308.67MB

Aspose.OCR for Python via .NET 23.9.1, Linux x86, x64

The speed of batch recognition has been significantly increased (up to 2 times).

Added: Downloads:

Download

File Size: 274.23MB

Aspose.OCR for Python via .NET 23.9.1, MacOS x86/64

The speed of batch recognition has been significantly increased (up to 2 times).

Added: Downloads:

Download

File Size: 272.86MB

Aspose.OCR for Python via .NET 23.9.1, Windows x64

The speed of batch recognition has been significantly increased (up to 2 times).

Added: Downloads:

Download

File Size: 265.8MB

Aspose.OCR for Python via .NET 23.9.1, Windows x32

The speed of batch recognition has been significantly increased (up to 2 times).

Added: Downloads:

Download

File Size: 261.78MB

Aspose.OCR for Python via .NET 23.8.1, Windows x64

Fix PDF creation

Added: Downloads:

Download

File Size: 265.79MB

Aspose.OCR for Python via .NET 23.8.1, Windows x32

Fix PDF creation

Added: Downloads:

Download

File Size: 261.77MB

Download

File Size: 274.21MB

Download

File Size: 272.85MB

Download

File Size: 272.81MB

Aspose.OCR for Python via .NET 23.7.1, Linux x86, x64

automatic_color_inversion

Added: Downloads:

Download

File Size: 274.18MB

Aspose.OCR for Python via .NET 23.7.1, Windows x64

automatic_color_inversion

Added: Downloads:

Download

File Size: 265.76MB

Aspose.OCR for Python via .NET 23.7.1, Windows x32

automatic_color_inversion

Added: Downloads:

Download

File Size: 261.74MB

Aspose.OCR for Python via .NET 23.7.0, Linux x86, x64

PDF without images output

Added: Downloads:

Download

File Size: 274.08MB

Aspose.OCR for Python via .NET 23.7.0, Windows x32

PDF without images output

Added: Downloads:

Download

File Size: 261.7MB

Aspose.OCR for Python via .NET 23.7.0, Windows x64

PDF without images output

Added: Downloads:

Download

File Size: 265.72MB

Aspose.OCR for Python via .NET 23.5.0, Windows x64

It contains Aspose.OCR for Python via .NET 23.5.0, Windows x64 release.

Added: Downloads:

Download

File Size: 265.72MB

Aspose.OCR for Python via .NET 23.5.0, Windows x32

It contains Aspose.OCR for Python via .NET 23.5.0, Windows x32 release.

Added: Downloads:

Download

File Size: 261.7MB

Aspose.OCR for Python via .NET 23.5.0, Linux x86, x64

It contains Aspose.OCR for Python via .NET 23.5.0, Linux x86, x64 release.

Added: Downloads:

Download

File Size: 274.09MB

Aspose.OCR for Python via NET 23.4.0 Linux

Ready-to-use optical character recognition (OCR) engine

Added: Downloads:

Download

File Size: 274.06MB

Aspose.OCR for Python via NET 23.4.0 (x64)

Ready-to-use optical character recognition (OCR) engine

Added: Downloads:

Download

File Size: 265.83MB


 English