1 Answer
- Newest
- Most votes
- Most comments
2
Hello,
Amazon Textract Queries uses a large language model under the hood so it may also pick up synonyms of the key word you are searching for. If you are mostly looking for exact word matches, I'd recommend trying the following techniques (against the raw text extracted by Textract):
- Pattern matching
- Levenshtein distance matching
answered a year ago
Relevant content
- asked 2 years ago
- asked 2 years ago
- asked a month ago
- Accepted Answerasked 3 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
This is definitely a great option to consider, but it'll require some redesign of our generic service as it is set up to work only with queries right now. I was hoping for some way to improve our use of queries itself before focusing on bigger enhancements.