Setting up compliance and control
In this section, we will talk about how LiveRight Pvt Ltd. can set up compliance and control as well as automate their loan origination process using Amazon Textract and Amazon Comprehend. We will walk you through the following architecture using code samples in a Jupyter notebook:
We will walk you through this architecture using a single document and sample code. However, this architecture can be automated to process a large number of documents using the step function and lambda functions in a serverless manner. In this architecture, we will show you the following:
- How you can upload a sample document and extract the text using Amazon Textract and save the extracted data as
.txt
or.csv
files back to an Amazon S3 bucket. - Then, we will show you how you can use Amazon Comprehend's real-time or sync API to detect PII.
- We will then cover how you can...