AWS textract documentation change
Summary
Updated relative API documentation links to absolute URLs for StartDocumentTextDetection, GetDocumentTextDetection, StartDocumentAnalysis, GetDocumentAnalysis, StartExpenseAnalysis, and GetExpenseAnalysis
Security assessment
The modifications solely convert relative links to absolute URLs without altering security-related content. No security vulnerabilities, policies, or features are discussed or modified in these changes.
Diff
diff --git a/textract/latest/dg/async.md b/textract/latest/dg/async.md index 2517e1237..c8641bb3f 100644 --- a//textract/latest/dg/async.md +++ b//textract/latest/dg/async.md @@ -15 +15 @@ You can use Amazon Textract asynchronous operations for the following purposes: - * Text detection – You can detect lines and words on a multipage document. The asynchronous operations are [StartDocumentTextDetection](./API_StartDocumentTextDetection.html) and [GetDocumentTextDetection](./API_GetDocumentTextDetection.html). For more information, see [Detecting Text](./how-it-works-detecting.html). + * Text detection – You can detect lines and words on a multipage document. The asynchronous operations are [StartDocumentTextDetection](https://docs.aws.amazon.com/textract/latest/APIReference/API_StartDocumentTextDetection.html) and [GetDocumentTextDetection](https://docs.aws.amazon.com/textract/latest/APIReference/API_GetDocumentTextDetection.html). For more information, see [Detecting Text](./how-it-works-detecting.html). @@ -17 +17 @@ You can use Amazon Textract asynchronous operations for the following purposes: - * Text analysis – You can identify relationships between detected text on a multipage document. The asynchronous operations are [StartDocumentAnalysis](./API_StartDocumentAnalysis.html) and [GetDocumentAnalysis](./API_GetDocumentAnalysis.html). For more information, see [Analyzing Documents](./how-it-works-analyzing.html). + * Text analysis – You can identify relationships between detected text on a multipage document. The asynchronous operations are [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). For more information, see [Analyzing Documents](./how-it-works-analyzing.html). @@ -19 +19 @@ You can use Amazon Textract asynchronous operations for the following purposes: - * Expense analysis – You can identify data relationships on multipage invoices and receipts. Amazon Textract treats each invoice or a receipt page of a multi-page document as an individual receipt or an invoice. It does not retain the context from one page to another of a multi-page document. The asynchronous operations are [StartExpenseAnalysis](./API_StartExpenseAnalysis.html) and [GetExpenseAnalysis](./API_GetExpenseAnalysis.html). For more information, see [Analyzing Invoices and Receipts](./invoices-receipts.html). + * Expense analysis – You can identify data relationships on multipage invoices and receipts. Amazon Textract treats each invoice or a receipt page of a multi-page document as an individual receipt or an invoice. It does not retain the context from one page to another of a multi-page document. The asynchronous operations are [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). For more information, see [Analyzing Invoices and Receipts](./invoices-receipts.html).