Skip to main content

unified interface to google vision, aws textract, azure & tesseract OCR tools.

Project description

ocrpy

Downloads contributors PyPi tag mit-license

Unified interface to google vision, aws textract, azure, tesseract and other OCR tools

The Core objective of OcrPy is to let users OCR, Archive, Index and Search any documents with ease, with a simple and intuitive interface and a powerful Pipeline API.

ocrpy achieves this by wrapping around various OCR engines like Tesseract OCR, Aws Textract, Google Cloud Vision and Azure Computer Vision. It unifies the multitude of interfaces provided by a wide range of cloud tools & other open-source libraries and provides a simple, easy-to-use interface for the user.

Getting Started

ocrpy is a Python-only package hosted on PyPI. The recommended installation method is pip

pip install ocrpy

Day-to-Day Usage

Ocrpy Provides various levels of abstraction for the user to perform OCR on various types of documents. The recommended and the best way to use Ocrpy is to use it through it's pipelines API as shown below.

The Pipeline API can be invoked in two ways. The first method is to define the config for running the pipeline as a yaml file and and then run the pipeline by loading it as follows:

   from ocrpy import TextOcrPipeline

   ocr_pipeline = TextOcrPipeline.from_config("ocrpy_config.yaml")
   ocr_pipeline.process()

alternatively you can also run a pipeline by directly instantiating the pipeline class as follows:

   from ocrpy import TextOcrPipeline

   pipeline = TextOcrPipeline(source_dir='s3://document_bucket/', 
                              destination_dir="gs://processed_document_bucket/outputs/", 
                              parser_backend='aws-textract', 
                              credentials_config={"AWS": "path/to/aws-credentials.env/file", 
                                           "GCP": "path/to/gcp-credentials.json/file"})
   pipeline.process()

:memo: For a more detailed set of examples and tutorials on how you could use ocrpy for your usecase can be found at ocrpy documentation.

Support and Documentation

  • For an in-depth reference of the ocrpy API refer our API docs.
  • For inspiration on how to use ocrpy for your usecase, check out our tutorials or our examples.
  • If you're interested in understanding how ocrpy works, check out our Ocrpy Overview.

Feedback and Contributions

  • If you have any questions, Feedback or notice something wrong, please open an issue on GitHub Issues.
  • If you are interested in contributing to the project, please open a PR on GitHub Pull Requests.
  • Or if you just want to say hi, feel free to contact us.

Citation

If you wish to cite this project, feel free to use this BibTeX reference:

@misc{ocrpy,
    title={Ocrpy: OCR, Archive, Index and Search any documents with ease},
    author={maxentlabs},
    year={2022},
    publisher = {GitHub},
    howpublished = {\url{https://github.com/maxent-ai/ocrpy}}
}

License and Credits

Download files

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

Source Distribution

ocrpy-0.3.10.tar.gz (74.6 MB view details)

Uploaded Source

Built Distribution

ocrpy-0.3.10-py3-none-any.whl (28.1 kB view details)

Uploaded Python 3

File details

Details for the file ocrpy-0.3.10.tar.gz.

File metadata

  • Download URL: ocrpy-0.3.10.tar.gz
  • Upload date:
  • Size: 74.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.22.0

File hashes

Hashes for ocrpy-0.3.10.tar.gz
Algorithm Hash digest
SHA256 af594c478d0b5a07492b8652aeb44b957006ee8380ebbe0f4c367aedfec4e840
MD5 f7989e82f36209a960b499cdd41e9575
BLAKE2b-256 9b9fbffbc9c20630ba219ad3339de9715930ef3eea8cf08a132e63259725ce9d

See more details on using hashes here.

File details

Details for the file ocrpy-0.3.10-py3-none-any.whl.

File metadata

  • Download URL: ocrpy-0.3.10-py3-none-any.whl
  • Upload date:
  • Size: 28.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.22.0

File hashes

Hashes for ocrpy-0.3.10-py3-none-any.whl
Algorithm Hash digest
SHA256 212517a595bfa233694eaec8bc2c085bccbe367d8276047db67042e67e1858e6
MD5 bb9d4e3e7aee66bdcb5df0894b1dea06
BLAKE2b-256 452ff747648776ac4a20fdb168aede29f33b4c94544f778e67ba00512bb371ab

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