AWS Textract tagging

0

We use a custom tag (cost-center) to better understand our AWS expenses. Is there a way to add a tag to a textract detect_document_text() call? The AWS Cost Explorer included Textract as a service but the only mention of tagging in the textract documentation relates to adapters, which we are not using.

marcosw
asked 2 months ago174 views
1 Answer
0

you cannot directly add tags to a Textract detect_document_text() call. The detect_document_text() API call is focused on the core function of text extraction. It doesn't include parameters for resource tagging. As an alternative way Extract the cost-center information from the document during text extraction. Store the cost-center data as custom metadata along with the extracted text from detect_document_text(). You can utilize databases like DynamoDB or add this metadata within the storage mechanism you're using.

profile picture
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed a month ago
  • Is it possible to tag the resources that detect_document_text() uses?

  • It would be a great feature! especially when you manage multiple solutions that use Textract with the API calls.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions