2 Answers
- Newest
- Most votes
- Most comments
0
Hi,
As per my understanding, you are trying to create a mobile app which can upload documents for analysis. These would be the steps:
- Creating adapters, I assume you already done this.
- Test the inference.
- Create a Lambda function which can trigger this inference, refer this for some examples of how you can use AWS SDK
- Since you are looking for an API key to execute this Lambda funcrtion, you can add a trigger from API Gateway to Lambda, refer this.. You can chose the authentication style which suits you - from an API key to Cognito etc.
Thanks, Rama
0
Try to use this doc to create an extractor in Python.
https://docs.aws.amazon.com/textract/latest/dg/lambda.html
Here is on adapters:https://docs.aws.amazon.com/textract/latest/dg/textract-adapters-tutorial.html
Relevant content
- asked 2 years ago
- asked 3 years ago
