aspose-ocr-python-java


Nameaspose-ocr-python-java JSON
Version 24.3.0 PyPI version JSON
download
home_pagehttps://products.aspose.com/ocr/
SummaryAspose.OCR for Python via .Java is a powerful, while easy-to-use optical character recognition (OCR) engine for your Python applications and notebooks.
upload_time2024-03-26 14:07:36
maintainerNone
docs_urlNone
authorAspose
requires_python>=3.8
licenseNone
keywords aspose ocr java
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Aspose.OCR for Python via Java


[Product Page](https://products.aspose.com/ocr/python-java/) | [Documentation](https://docs.aspose.com/ocr/python-java/) | [Demos](https://products.aspose.app/ocr/family) | [Blog](https://blog.aspose.com/categories/aspose.ocr-product-family/) | [API Reference](https://reference.aspose.com/ocr/python-java/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/ocr/16) | [Temporary License](https://purchase.aspose.com/temporary-license)

Try our [Free Online Apps](https://products.aspose.app/ocr/family) 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](https://products.aspose.com/ocr/python-java/) 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](https://docs.aspose.com/ocr/python-java/) 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:

```python
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](https://products.aspose.com/ocr/python-java/) | [Documentation](https://docs.aspose.com/ocr/python-java/) | [Demos](https://products.aspose.app/ocr/family) | [Blog](https://blog.aspose.com/categories/aspose.ocr-product-family/) | [API Reference](https://reference.aspose.com/ocr/python-java/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/ocr/16) | [Temporary License](https://purchase.aspose.com/temporary-license)

            

Raw data

            {
    "_id": null,
    "home_page": "https://products.aspose.com/ocr/",
    "name": "aspose-ocr-python-java",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "aspose, ocr, java",
    "author": "Aspose",
    "author_email": "aleksander.golshtain@aspose.com",
    "download_url": null,
    "platform": null,
    "description": "# Aspose.OCR for Python via Java\r\n\r\n\r\n[Product Page](https://products.aspose.com/ocr/python-java/) | [Documentation](https://docs.aspose.com/ocr/python-java/) | [Demos](https://products.aspose.app/ocr/family) | [Blog](https://blog.aspose.com/categories/aspose.ocr-product-family/) | [API Reference](https://reference.aspose.com/ocr/python-java/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/ocr/16) | [Temporary License](https://purchase.aspose.com/temporary-license)\r\n\r\nTry our [Free Online Apps](https://products.aspose.app/ocr/family) demonstrating some of the most popular Aspose.OCR functionality.\r\n\r\n**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.\r\nThere is no need to learn complex mathematical models, build machine learning algorithms and train neural networks \u2014 our simple and robust API will do everything for you.\r\n\r\nThe 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 \u2014 automatic pre- and post-processing filters provide the highest recognition accuracy in the shortest time.\r\n\r\n\r\nCheck out the [Landing Pages](https://products.aspose.com/ocr/python-java/) of **Aspose.OCR for Python via JAVA** for a more detailed description of the features and possibilities of the library.\r\n\r\n## Key features\r\n\r\n- Recognizes text in 28 languages based on Latin, Cyrillic and Asian scrips, including texts in mixed languages.\r\n- Accurately extracts texts regardless of the original image quality - work with rotated, distorted and noisy pictures and photos.\r\n- Supports most file formats you can get from a scanner or camera, as well as web links.\r\n- Automatically corrects spelling errors to further improve the results without manual intervention.\r\n- Reads multi-page documents, folders, and even ZIP archives in bulk and returns results in the most popular document and data exchange formats.\r\n\r\n\r\n## Get Started\r\n\r\nRun ```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```.\r\n\r\nTo 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](https://docs.aspose.com/ocr/python-java/) pages for other use cases.\r\n\r\n### Code snippet\r\n\r\n**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.\r\n\r\n1. Install  the latest version of the *aspose-ocr* package using pip and install Jpype1.\r\n2. Import `aspose` module into the application.\r\n3. Create an instance of `AsposeOcr` class.\r\n4. Create an instance of `OcrInput` class and add one or more images to it.\r\n5. Extract text from the image using `recognize` method.\r\n6. Output the extracted text to the console.\r\n\r\nFull code:\r\n\r\n```python\r\nimport aspose as ocr\r\n\r\n# Initialize OCR engine\r\napi = AsposeOcr()\r\n\r\n# Initialize OCR input\r\ninput = OcrInput(InputType.SINGLE_IMAGE)\r\ninput.add(\"1.png\")\r\ninput.add(\"2.jpg\")\r\n\r\n# Recognize images\r\nsettings = ocr.RecognitionSettings()\r\nsettings.set_detect_areas_mode(ocr.DetectAreasMode.PHOTO)\r\nresult = api.recognize(input, settings)\r\n\r\n# Print result\r\nprint(result[0].recognition_text)\r\nprint(result[1].recognition_text)\r\n```\r\n\r\n[Product Page](https://products.aspose.com/ocr/python-java/) | [Documentation](https://docs.aspose.com/ocr/python-java/) | [Demos](https://products.aspose.app/ocr/family) | [Blog](https://blog.aspose.com/categories/aspose.ocr-product-family/) | [API Reference](https://reference.aspose.com/ocr/python-java/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/ocr/16) | [Temporary License](https://purchase.aspose.com/temporary-license)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Aspose.OCR for Python via .Java is a powerful, while easy-to-use optical character recognition (OCR) engine for your Python applications and notebooks.",
    "version": "24.3.0",
    "project_urls": {
        "GitHub": "https://github.com/aspose-ocr/Aspose.OCR-for-Python-via-Java",
        "Homepage": "https://products.aspose.com/ocr/"
    },
    "split_keywords": [
        "aspose",
        " ocr",
        " java"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3821b3b8e9a33a277358b9ecc3d0c83255433fc1aa8a3d82f48b63253037d3c",
                "md5": "444848159fce8d4b730cee34f50909eb",
                "sha256": "aee41e4cca146393fdbadf2a33102fadafebb19bc32133cb697947e935380919"
            },
            "downloads": -1,
            "filename": "aspose_ocr_python_java-24.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "444848159fce8d4b730cee34f50909eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 100331985,
            "upload_time": "2024-03-26T14:07:36",
            "upload_time_iso_8601": "2024-03-26T14:07:36.632372Z",
            "url": "https://files.pythonhosted.org/packages/b3/82/1b3b8e9a33a277358b9ecc3d0c83255433fc1aa8a3d82f48b63253037d3c/aspose_ocr_python_java-24.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 14:07:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aspose-ocr",
    "github_project": "Aspose.OCR-for-Python-via-Java",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "aspose-ocr-python-java"
}
        
Elapsed time: 0.21961s