AWS Security ChangesHomeSearch

AWS textract documentation change

Service: textract · 2026-05-28 · Documentation low

File: textract/latest/dg/api-async.md

Summary

Updated API reference links from relative paths to full URLs

Security assessment

Changes only convert relative links (e.g., ./API_StartDocumentAnalysis.html) to absolute URLs. No security content was added or modified, and there are no references to vulnerabilities, security features, or access controls.

Diff

diff --git a/textract/latest/dg/api-async.md b/textract/latest/dg/api-async.md
index e3b080377..4180c4528 100644
--- a//textract/latest/dg/api-async.md
+++ b//textract/latest/dg/api-async.md
@@ -13 +13 @@ Amazon Textract provides an asynchronous API that you can use to process multipa
-The information in this topic uses text detection operations to show how you to use Amazon Textract asynchronous operations. You can use the same approach with the text analysis operations of [StartDocumentAnalysis](./API_StartDocumentAnalysis.html) and [GetDocumentAnalysis](./API_GetDocumentAnalysis.html). It also works the same with [StartExpenseAnalysis](./API_StartExpenseAnalysis.html) and [GetExpenseAnalysis](./API_GetExpenseAnalysis.html). 
+The information in this topic uses text detection operations to show how you to use Amazon Textract asynchronous operations. You can use the same approach with the text analysis operations of [StartDocumentAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_StartDocumentAnalysis.html) and [GetDocumentAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_GetDocumentAnalysis.html). It also works the same with [StartExpenseAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_StartExpenseAnalysis.html) and [GetExpenseAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_GetExpenseAnalysis.html). 
@@ -21 +21 @@ You can retreive results for individual pages by using the `GetLendingAnalysis`
-Amazon Textract asynchronously processes a document stored in an Amazon S3 bucket. You start processing by calling a `Start` operation, such as [StartDocumentTextDetection](./API_StartDocumentTextDetection.html). The completion status of the request is published to an Amazon Simple Notification Service (Amazon SNS) topic. To get the completion status from the Amazon SNS topic, you can use an Amazon Simple Queue Service (Amazon SQS) queue or an AWS Lambda function. After you have the completion status, you call a `Get` operation, such as [GetDocumentTextDetection](./API_GetDocumentTextDetection.html), to get the results of the request. 
+Amazon Textract asynchronously processes a document stored in an Amazon S3 bucket. You start processing by calling a `Start` operation, such as [StartDocumentTextDetection](https://docs.aws.amazon.com/textract/latest/APIReference/API_StartDocumentTextDetection.html). The completion status of the request is published to an Amazon Simple Notification Service (Amazon SNS) topic. To get the completion status from the Amazon SNS topic, you can use an Amazon Simple Queue Service (Amazon SQS) queue or an AWS Lambda function. After you have the completion status, you call a `Get` operation, such as [GetDocumentTextDetection](https://docs.aws.amazon.com/textract/latest/APIReference/API_GetDocumentTextDetection.html), to get the results of the request. 
@@ -40 +40 @@ The following diagram shows the process for detecting document text in a documen
-The process displayed by the preceeding diagram is the same for analyzing text and invoices/receipts. You start analyzing text by calling [StartDocumentAnalysis](./API_StartDocumentAnalysis.html) and start analyzing invoices/receipts by calling [StartExpenseAnalysis](./API_StartExpenseAnalysis.html) You get the results by calling [GetDocumentAnalysis](./API_GetDocumentAnalysis.html) or [GetExpenseAnalysis](./API_GetExpenseAnalysis.html) respectively.
+The process displayed by the preceeding diagram is the same for analyzing text and invoices/receipts. You start analyzing text by calling [StartDocumentAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_StartDocumentAnalysis.html) and start analyzing invoices/receipts by calling [StartExpenseAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_StartExpenseAnalysis.html) You get the results by calling [GetDocumentAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_GetDocumentAnalysis.html) or [GetExpenseAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_GetExpenseAnalysis.html) respectively.
@@ -44 +44 @@ The process displayed by the preceeding diagram is the same for analyzing text a
-You start an Amazon Textract text detection request by calling [StartDocumentTextDetection](./API_StartDocumentTextDetection.html). The following is an example of a JSON request that's passed by `StartDocumentTextDetection`.
+You start an Amazon Textract text detection request by calling [StartDocumentTextDetection](https://docs.aws.amazon.com/textract/latest/APIReference/API_StartDocumentTextDetection.html). The following is an example of a JSON request that's passed by `StartDocumentTextDetection`.
@@ -529 +529 @@ The `GetDocumentTextDetection` operation response JSON is similar to the followi
-With Amazon Textract, you can use an adapter when calling the [StartDocumentAnalysis](./API_StartDocumentAnalysis.html) operation. To use an adapter, you must first create and train an adapter by using the Amazon Textract console. To apply your adapter, provide its ID when calling the [StartDocumentAnalysis](./API_StartDocumentAnalysis.html) API operation. When calling the [StartDocumentAnalysis](./API_StartDocumentAnalysis.html) operation, you can use up to one adapter per page.
+With Amazon Textract, you can use an adapter when calling the [StartDocumentAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_StartDocumentAnalysis.html) operation. To use an adapter, you must first create and train an adapter by using the Amazon Textract console. To apply your adapter, provide its ID when calling the [StartDocumentAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_StartDocumentAnalysis.html) API operation. When calling the [StartDocumentAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_StartDocumentAnalysis.html) operation, you can use up to one adapter per page.