aspose-ocr-python-net


Nameaspose-ocr-python-net JSON
Version 24.3.0 PyPI version JSON
download
home_pagehttps://products.aspose.com/ocr/
SummaryAspose.OCR for Python is a powerful yet easy-to-use and cost-effective API for extracting text from scanned images, photos, screenshots, PDF documents, and other files.
upload_time2024-03-16 21:00:36
maintainer
docs_urlNone
authorAspose
requires_python>=3.5,<3.12
licensettps://company.aspose.com/legal/eula
keywords ocr recognize text diacritic python aspose
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [Product Page](https://products.aspose.com/ocr/python-net/) | [Documentation](https://docs.aspose.com/ocr/python-net/) | [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-net/) | [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 .NET** 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 **135** 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-net/) of **Aspose.OCR for Python via .NET** for a more detailed description of the features and possibilities of the library.

## Key features

- Recognizes text in 27 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-net``` to fetch the package. If you already have **Aspose.OCR for Python via .NET** and want to get the latest version, please run ```pip install --upgrade aspose-ocr-python-net```.

To learn more about **Aspose.OCR for Python via .NET** and explore the basic requirements and features of the library, check out the following [Aspose.OCR for Python via .NET Documentation](https://docs.aspose.com/ocr/python-net/) pages for other use cases.

### Code snippet

**Aspose.OCR for Python via .NET** 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.
2. Import `aspose.ocr` 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.ocr 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
result = api.recognize(input)

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

[Product Page](https://products.aspose.com/ocr/python-net/) | [Documentation](https://docs.aspose.com/ocr/python-net/) | [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-net/) | [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-net",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5,<3.12",
    "maintainer_email": "",
    "keywords": "OCR, Recognize text, diacritic, Python, Aspose",
    "author": "Aspose",
    "author_email": "",
    "download_url": "",
    "platform": "macos_x86_64",
    "description": "[Product Page](https://products.aspose.com/ocr/python-net/) | [Documentation](https://docs.aspose.com/ocr/python-net/) | [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-net/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/ocr/16) | [Temporary License](https://purchase.aspose.com/temporary-license)\n\nTry our [Free Online Apps](https://products.aspose.app/ocr/family) demonstrating some of the most popular Aspose.OCR functionality.\n\n**Aspose.OCR for Python via .NET** 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 **135** languages based on Latin, Cyrillic, and Asian scripts, returning results in the most popular document and data interchange formats. \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.\n\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.\n\n\nCheck out the [Landing Pages](https://products.aspose.com/ocr/python-net/) of **Aspose.OCR for Python via .NET** for a more detailed description of the features and possibilities of the library.\n\n## Key features\n\n- Recognizes text in 27 languages based on Latin, Cyrillic and Asian scrips, including texts in mixed languages.\n- Accurately extracts texts regardless of the original image quality - work with rotated, distorted and noisy pictures and photos.\n- Supports most file formats you can get from a scanner or camera, as well as web links.\n- Automatically corrects spelling errors to further improve the results without manual intervention.\n- Reads multi-page documents, folders, and even ZIP archives in bulk and returns results in the most popular document and data exchange formats.\n\n\n## Get Started\n\nRun ```pip install aspose-ocr-python-net``` to fetch the package. If you already have **Aspose.OCR for Python via .NET** and want to get the latest version, please run ```pip install --upgrade aspose-ocr-python-net```.\n\nTo learn more about **Aspose.OCR for Python via .NET** and explore the basic requirements and features of the library, check out the following [Aspose.OCR for Python via .NET Documentation](https://docs.aspose.com/ocr/python-net/) pages for other use cases.\n\n### Code snippet\n\n**Aspose.OCR for Python via .NET** 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.\n\n1. Install  the latest version of the *aspose-ocr* package using pip.\n2. Import `aspose.ocr` module into the application.\n3. Create an instance of `AsposeOcr` class.\n4. Create an instance of `OcrInput` class and add one or more images to it.\n5. Extract text from the image using `Recognize` method.\n6. Output the extracted text to the console.\n\nFull code:\n\n```python\nimport aspose.ocr as ocr\n\n# Initialize OCR engine\napi = AsposeOcr()\n\n# Initialize OCR input\ninput = OcrInput(InputType.SINGLE_IMAGE)\ninput.add(\"1.png\")\ninput.add(\"2.jpg\")\n\n# Recognize images\nresult = api.recognize(input)\n\n# Print result\nprint(result[0].recognition_text)\nprint(result[1].recognition_text)\n```\n\n[Product Page](https://products.aspose.com/ocr/python-net/) | [Documentation](https://docs.aspose.com/ocr/python-net/) | [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-net/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/ocr/16) | [Temporary License](https://purchase.aspose.com/temporary-license)\n",
    "bugtrack_url": null,
    "license": "ttps://company.aspose.com/legal/eula",
    "summary": "Aspose.OCR for Python is a powerful yet easy-to-use and cost-effective API for extracting text from scanned images, photos, screenshots, PDF documents, and other files.",
    "version": "24.3.0",
    "project_urls": {
        "Homepage": "https://products.aspose.com/ocr/"
    },
    "split_keywords": [
        "ocr",
        " recognize text",
        " diacritic",
        " python",
        " aspose"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "699aec4961b910cf8be80a5749638099c9daaf01791b6f8f26e233ba87f2f2c9",
                "md5": "b275300915e58e8c1abac0c2c73a9409",
                "sha256": "d952a5f7c17190ec2bef90396af8391c6a12d4eaff34b7e0c07e47eee60ce6ba"
            },
            "downloads": -1,
            "filename": "aspose_ocr_python_net-24.3.0-py3-none-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b275300915e58e8c1abac0c2c73a9409",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5,<3.12",
            "size": 179707175,
            "upload_time": "2024-03-16T21:00:36",
            "upload_time_iso_8601": "2024-03-16T21:00:36.298331Z",
            "url": "https://files.pythonhosted.org/packages/69/9a/ec4961b910cf8be80a5749638099c9daaf01791b6f8f26e233ba87f2f2c9/aspose_ocr_python_net-24.3.0-py3-none-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "329fa3a01e9cf36157936bd1089ae1f949c56001f82f06278292a68e35f09856",
                "md5": "45d946f84efa9bb994a6dfc3863b0952",
                "sha256": "9736c0a4a0dc1826ed7b0e540fcefccecfb0c38ffb81d5ba0d7f35773fad8794"
            },
            "downloads": -1,
            "filename": "aspose_ocr_python_net-24.3.0-py3-none-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "45d946f84efa9bb994a6dfc3863b0952",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5,<3.12",
            "size": 174670833,
            "upload_time": "2024-03-16T21:06:17",
            "upload_time_iso_8601": "2024-03-16T21:06:17.697937Z",
            "url": "https://files.pythonhosted.org/packages/32/9f/a3a01e9cf36157936bd1089ae1f949c56001f82f06278292a68e35f09856/aspose_ocr_python_net-24.3.0-py3-none-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f38d3a79b428935e00a174a71a9eff80424d3ff7d6a1cc599c2d0f5e1b41f19",
                "md5": "27428cd60960d39df38d99b4dbbbe49e",
                "sha256": "81fa0a0597da4d88c426eda36b39f11bd7c027be4268f19c28400ed5e3032d7d"
            },
            "downloads": -1,
            "filename": "aspose_ocr_python_net-24.3.0-py3-none-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "27428cd60960d39df38d99b4dbbbe49e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5,<3.12",
            "size": 181161643,
            "upload_time": "2024-03-16T21:06:40",
            "upload_time_iso_8601": "2024-03-16T21:06:40.165374Z",
            "url": "https://files.pythonhosted.org/packages/9f/38/d3a79b428935e00a174a71a9eff80424d3ff7d6a1cc599c2d0f5e1b41f19/aspose_ocr_python_net-24.3.0-py3-none-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7126e9d636c6e0276b7815930ecde3dd24bfbb45c1e358ebf526560885b7252",
                "md5": "d3f2295a0cbdcc6a720acf834047502f",
                "sha256": "2b9f5d6a5ca790c2694e16af46f1009ecb8bf67bea98d7d132baa63e38078108"
            },
            "downloads": -1,
            "filename": "aspose_ocr_python_net-24.3.0-py3-none-win32.whl",
            "has_sig": false,
            "md5_digest": "d3f2295a0cbdcc6a720acf834047502f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5,<3.12",
            "size": 167378502,
            "upload_time": "2024-03-16T21:07:01",
            "upload_time_iso_8601": "2024-03-16T21:07:01.228857Z",
            "url": "https://files.pythonhosted.org/packages/d7/12/6e9d636c6e0276b7815930ecde3dd24bfbb45c1e358ebf526560885b7252/aspose_ocr_python_net-24.3.0-py3-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bf9cf22f42b01111f2b6f3376c11214cc55031e22876978adcdcaab85332dc8",
                "md5": "e03e75b7216a83be8269c36256e3d3c6",
                "sha256": "6fc7625bbcc3d67b9672c24a7abbba07c24e0fcd2936292cbc8b58487251a993"
            },
            "downloads": -1,
            "filename": "aspose_ocr_python_net-24.3.0-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e03e75b7216a83be8269c36256e3d3c6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5,<3.12",
            "size": 171573720,
            "upload_time": "2024-03-16T21:09:32",
            "upload_time_iso_8601": "2024-03-16T21:09:32.933366Z",
            "url": "https://files.pythonhosted.org/packages/8b/f9/cf22f42b01111f2b6f3376c11214cc55031e22876978adcdcaab85332dc8/aspose_ocr_python_net-24.3.0-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-16 21:00:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aspose-ocr-python-net"
}
        
Elapsed time: 0.21525s