2 Answers
- Newest
- Most votes
- Most comments
0
Thank you for using Amazon Textract. As a managed machine learning service, we are continuously improving our models, please reach out us with additional details in a support ticket so that we can investigate this further.
answered 2 years ago
As per your comment I am put this question in AWS support ticket with addition details 1 day ago but till now not get any reply from AWS support side.
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
if I try AWS Textract Queries features import trp.trp2 as t2 this library give lambda layer error.
trp should not fail when using Queries. Did you follow this blog post? https://aws.amazon.com/blogs/machine-learning/specify-and-extract-information-from-documents-using-the-new-queries-feature-in-amazon-textract/ It shows Queries and uses trp2.
trp not fail only problem is .trp2 as t2 this import package trp2 give lambda layer issue when import trp.trp2 as t2. Also I create trp2 package and upload in aws lambda layer and check but same issue occurs.