# Activities

> The following table lists the activities that are included in the Amazon Textract Activities Package.

The following table lists the activities that are included in the Amazon Textract Activities Package.

| Activity | Description |
| --- | --- |
| [Amazon Scope](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/amazon-scope#amazon-scope) | Establishes an authenticated connection between UiPath and your AWS resources using your IAM credentials. |
| [Analyze Single Page Document](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/amazon-textract-analyze-single-page-document#analyze-single-page-document) | Analyzes a local document or a document stored in an S3 bucket.  After analyzing the document, the activity returns the document properties in a `PageDetail` object that you can use as input variables in other activities outside of the Amazon Textract Activities Package. |
| [Analyze Multipage Document](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/amazon-textract-analyze-multipage-document#analyze-multipage-document) | Analyzes a multipage document stored in an S3 bucket.  After analyzing the document, the activity returns the document properties in a `PageDetail[]` object that you can use as input variables in other activities outside of the Amazon Textract Activities Package. |
| [Start Document Analysis](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/amazon-textract-start-document-analysis#start-document-analysis) | Asynchronously starts the analysis of a document stored in an S3 bucket.  After starting the document analysis, the activity returns the identifier assigned to the document analysis process as a `String` (JobId) that you can use as an input variable in the [Get Document Analysis Status](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/amazon-textract-get-document-analysis-status#get-document-analysis-status) and [Get Document Analysis](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/amazon-textract-get-document-analysis#get-document-analysis) activities. |
| [Get Document Analysis Status](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/amazon-textract-get-document-analysis-status#get-document-analysis-status) | Asynchronously retrieves the status of an existing or previously executed document analysis job.  After retrieving the document analysis, the activity returns the job status as a `String` value that you can use as a condition to run other activities (e.g. [Get Document Analysis](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/amazon-textract-get-document-analysis#get-document-analysis)). |
| [Get Document Analysis](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/amazon-textract-get-document-analysis#get-document-analysis) | Asynchronously retrieves the results of a document analysis operation.  After retrieving the document analysis, the activity returns the document properties in a `PageDetail[]` object that you can use as input variables in other activities outside of the Amazon Textract Activities Package. |
