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 2 years ago
Relevant content
- asked 9 months ago
- asked 3 years ago
- asked 2 years ago
- asked 6 months ago
- AWS OFFICIALUpdated 2 years 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.