Last updated:
0 purchases
awstextractpipeline 0.4.1
Welcome to aws_textract_pipeline Documentation
This project is a low-level implementation of the “Data Store Pipeline” component described in the Intelligent Document Processing Platform Solution Design solution.
The term “low-level implementation” implies that this implementation does not rely on AWS services and performs pure in-memory computations. This implementation can be deployed on any platform and is not limited to the AWS ecosystem. It can be deployed as a batch job using virtual machines or containers, or it can be used for real-time processing with an event-driven architecture.
See usage example at test_pipeline.py.
Install
aws_textract_pipeline is released on PyPI, so all you need is to:
$ pip install aws-textract-pipeline
To upgrade to latest version:
$ pip install --upgrade aws-textract-pipeline
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.