AWS Security ChangesHomeSearch

AWS cognito documentation change

Service: cognito · 2025-02-26 · Documentation low

File: cognito/latest/developerguide/cognito-identity_example_cross_TextractExplorer_section.md

Summary

Added Python SDK example for Textract integration with Cognito Identity

Security assessment

Added code demonstrates demonstrates service integration but does not focus on security features or vulnerabilities

Diff

diff --git a/cognito/latest/developerguide/cognito-identity_example_cross_TextractExplorer_section.md
index 835a2f06d..bee8ff4b0 100644
--- a/cognito/latest/developerguide/cognito-identity_example_cross_TextractExplorer_section.md
+++ b/cognito/latest/developerguide/cognito-identity_example_cross_TextractExplorer_section.md
@@ -29,0 +30,36 @@ For complete source code and instructions on how to set up and run, see the full
+
+
+
+
+Python
+    
+
+**SDK for Python (Boto3)**
+    
+
+Shows how to use the AWS SDK for Python (Boto3) with Amazon Textract to detect text, form, and table elements in a document image. The input image and Amazon Textract output are shown in a Tkinter application that lets you explore the detected elements. 
+
+  * Submit a document image to Amazon Textract and explore the output of detected elements.
+
+  * Submit images directly to Amazon Textract or through an Amazon Simple Storage Service (Amazon S3) bucket.
+
+  * Use asynchronous APIs to start a job that publishes a notification to an Amazon Simple Notification Service (Amazon SNS) topic when the job completes.
+
+  * Poll an Amazon Simple Queue Service (Amazon SQS) queue for a job completion message and display the results.
+
+
+
+
+For complete source code and instructions on how to set up and run, see the full example on [GitHub](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/python/cross_service/textract_explorer). 
+
+###### Services used in this example
+
+  * Amazon Cognito Identity
+
+  * Amazon S3
+
+  * Amazon SNS
+
+  * Amazon SQS
+
+  * Amazon Textract