Skip to main content

Aspose.OCR for Python via CPP is a powerful, while easy-to-use optical character recognition (OCR) engine for your Python applications and notebooks.

Project description

Aspose.OCR for Python via C++

Product Page | Documentation | Demos | Blog | API Reference | Search | Free Support | Temporary License

Try our Free Online Apps demonstrating some of the most popular Aspose.OCR functionality.

Aspose.OCR for Python via CPP is a powerful, while easy-to-use optical character recognition (OCR) engine for your Python applications and notebooks. In less than 10 lines of code, you can recognize text in 130 languages based on Latin, Cyrillic, and Asian scripts, returning results in the most popular document and data interchange formats. There is no need to learn complex mathematical models, build machine learning algorithms and train neural networks — our simple and robust API will do everything for you.

The library works equally well with all sources, from a high-quality scan to a quick photo on a smartphone. Whether the image is rotated, distorted or noisy — automatic pre- and post-processing filters provide the highest recognition accuracy in the shortest time.

Check out the Landing Pages of Aspose.OCR for Python via CPP for a more detailed description of the features and possibilities of the library.

Key features

  • Recognizes text in 28 languages based on Latin, Cyrillic and Asian scrips, including texts in mixed languages.
  • Accurately extracts texts regardless of the original image quality - work with rotated, distorted and noisy pictures and photos.
  • Supports most file formats you can get from a scanner or camera, as well as web links.
  • Automatically corrects spelling errors to further improve the results without manual intervention.
  • Reads multi-page documents, folders, and even ZIP archives in bulk and returns results in the most popular document and data exchange formats.

Get Started

Run pip install aspose-ocr-python-cpp to fetch the package. If you already have Aspose.OCR for Python via CPP and want to get the latest version, please run pip install --upgrade aspose-ocr-python-cpp.

To learn more about Aspose.OCR for Python via CPP and explore the basic requirements and features of the library, check out the following Aspose.OCR for Python via CPP Documentation pages for other use cases.

Code snippet

Aspose.OCR for Python via CPP is extremely easy to use, regardless of the application's scale and complexity. Let's try to create a very simple application that can extract text from images and output it to the console.

  1. Install the latest version of the aspose-ocr-python-cpp package using pip.
  2. Import aspose.asposeocr module into the application.
  3. Extract text from the image using AsposeOCRRecognize method.
  4. Output the extracted text to the console.

Full code:

from aspose.asposeocr import *

settings = RecognitionSettings()
recognition_batch = [AsposeOCRInput()]
recognition_batch[0].url = 'scan.png'
recognition_result = AsposeOCRRecognize(recognition_batch, settings)

recognize_result_txt = AsposeOCRSerializeResult(recognition_result, ExportFormat.json)
print(recognize_result_txt)

Product Page | Documentation | Demos | Blog | API Reference | Search | Free Support | Temporary License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

aspose_ocr_python_cpp-24.9.0-py3-none-win_amd64.whl (13.5 MB view details)

Uploaded Python 3 Windows x86-64

File details

Details for the file aspose_ocr_python_cpp-24.9.0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for aspose_ocr_python_cpp-24.9.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 19b76ae8e650f11275f531f8bd8411144345b0eab1d96d0916cfaf972024fe25
MD5 f1376891a4eff0fdfa0f9c51ae57b057
BLAKE2b-256 8ae5aae66e2e5c32227e36c82892afcc2da990e31ffaca4e5c6a12d6b9cae5c5

See more details on using hashes here.

File details

Details for the file aspose_ocr_python_cpp-24.9.0-py3-none-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for aspose_ocr_python_cpp-24.9.0-py3-none-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 28fa197e4c2ef948cb450a972c77fa8d3141793659f7aca3197524a64c606033
MD5 9efdd2653b29abc0c6d5795c85dac047
BLAKE2b-256 843e4ffe499f08db4db9a9831a04ee4e9e0e7931770c23193bf64fef6a8bb6ea

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page