AWS textract documentation change
Summary
Updated relative links for Block API reference and StartDocumentAnalysis to absolute URLs
Security assessment
These are link formatting changes only. The content about Block objects and asynchronous operations remains functionally identical with no security implications, vulnerabilities, or new security documentation added.
Diff
diff --git a/textract/latest/dg/examples-blocks.md b/textract/latest/dg/examples-blocks.md index 064b645b6..e4db9afea 100644 --- a//textract/latest/dg/examples-blocks.md +++ b//textract/latest/dg/examples-blocks.md @@ -11 +11 @@ Prerequisites -[Block](./API_Block.html) objects that are returned from Amazon Textract operations contain the results of text detection and text analysis operations, such as [AnalyzeDocument](./API_AnalyzeDocument.html). The following Python tutorials show some of the different ways that you can use Block objects. For example, you can export table information to a comma-separated values (CSV) file. +[Block](https://docs.aws.amazon.com/textract/latest/APIReference/API_Block.html) objects that are returned from Amazon Textract operations contain the results of text detection and text analysis operations, such as [AnalyzeDocument](https://docs.aws.amazon.com/textract/latest/APIReference/API_AnalyzeDocument.html). The following Python tutorials show some of the different ways that you can use Block objects. For example, you can export table information to a comma-separated values (CSV) file. @@ -13 +13 @@ Prerequisites -The tutorials use synchronous Amazon Textract operations that return all results. If you want to use asynchronous operations such as [StartDocumentAnalysis](./API_StartDocumentAnalysis.html), you need to change the example code to accommodate multiple batches of returned `Block` objects. To make use of the asynchronous operations example, ensure that you have followed the instructions given at [Configuring Amazon Textract for Asynchronous Operations](./api-async-roles.html). +The tutorials use synchronous Amazon Textract operations that return all results. If you want to use asynchronous operations such as [StartDocumentAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_StartDocumentAnalysis.html), you need to change the example code to accommodate multiple batches of returned `Block` objects. To make use of the asynchronous operations example, ensure that you have followed the instructions given at [Configuring Amazon Textract for Asynchronous Operations](./api-async-roles.html).