Skip to main content

Aspose.OCR for Python via .Java 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 Java

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 JAVA 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 28 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 JAVA 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-java to fetch the package. If you already have Aspose.OCR for Python via JAVA and want to get the latest version, please run pip install --upgrade aspose-ocr-python-java.

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

Code snippet

Aspose.OCR for Python via JAVA 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 package using pip and install Jpype1.
  2. Import aspose module into the application.
  3. Create an instance of AsposeOcr class.
  4. Create an instance of OcrInput class and add one or more images to it.
  5. Extract text from the image using recognize method.
  6. Output the extracted text to the console.

Full code:

import aspose as ocr

# Initialize OCR engine
api = AsposeOcr()

# Initialize OCR input
input = OcrInput(InputType.SINGLE_IMAGE)
input.add("1.png")
input.add("2.jpg")

# Recognize images
settings = ocr.RecognitionSettings()
settings.set_detect_areas_mode(ocr.DetectAreasMode.PHOTO)
result = api.recognize(input, settings)

# Print result
print(result[0].recognition_text)
print(result[1].recognition_text)

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 Distribution

If you're not sure about the file name format, learn more about wheel file names.

aspose_ocr_python_java-25.2.0-py3-none-any.whl (191.7 MB view details)

Uploaded Python 3

File details

Details for the file aspose_ocr_python_java-25.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for aspose_ocr_python_java-25.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4b8b057a458042b2e850a6ac7d01d236e099e54b4782587022b0e48b8b0a08c1
MD5 944c540dd05cde382bc1997867634ea0
BLAKE2b-256 28070c38baf585e307f854846b6e48377271ca30b94741b61ec0629fcfdccc13

See more details on using hashes here.

Supported by

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