1 Answer
- Newest
- Most votes
- Most comments
0
Hi Arvind,
- 1&2: Please see our documentation on how to move adapters between AWS Accounts: https://docs.aws.amazon.com/textract/latest/dg/textract-copy-adapters.html
- 3: Once annotations are complete, adapters can be trained via the console or programmatically via the API
- 4: You can store the adapter configs within the parameter store and prevent code changes when you're ready to use a new adapter version in production: https://docs.aws.amazon.com/systems-manager/latest/userguide/ps-integration-lambda-extensions.html
Please accept this response if it answered your question.
answered 4 months ago
Relevant content
- asked a month ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated a year ago
Keith, Thanks for responding.
Re #3, what is the recommended approach for Business users? Give them access to AWS account/Textract service in lower env?
Re #4, we need to provide the "Queries" to the lambda code QueriesConfig also while calling the start_document_analysis(). Guess we can store that also in SSM. Seems a kludgy way of doing it ;-)
TY