AWS textract documentation change
Summary
Updated relative links to Block, AnalyzeDocument, and GetDocumentAnalysis API references to absolute URLs
Security assessment
The change solely updates documentation links without altering security content. No evidence of security fixes or new security features.
Diff
diff --git a/textract/latest/dg/how-it-works-tables.md b/textract/latest/dg/how-it-works-tables.md index 4b81db72d..4f824b137 100644 --- a//textract/latest/dg/how-it-works-tables.md +++ b//textract/latest/dg/how-it-works-tables.md @@ -11 +11 @@ Use Amazon Textract to extract tables in a document and extract cells, merged ce -Detected tables are returned as [Block](./API_Block.html) objects in the responses from [AnalyzeDocument](./API_AnalyzeDocument.html) and [GetDocumentAnalysis](./API_GetDocumentAnalysis.html). You can use the `FeatureTypes` input parameter to retrieve information about key-value pairs, tables, or both. For tables only, use the value `TABLES`. For an example, see [Exporting Tables into a CSV File](./examples-export-table-csv.html). For general information about how a document is represented by `Block` objects, see [Text Detection and Document Analysis Response Objects](./how-it-works-document-layout.html). +Detected tables are returned as [Block](https://docs.aws.amazon.com/textract/latest/APIReference/API_Block.html) objects in the responses from [AnalyzeDocument](https://docs.aws.amazon.com/textract/latest/APIReference/API_AnalyzeDocument.html) and [GetDocumentAnalysis](https://docs.aws.amazon.com/textract/latest/APIReference/API_GetDocumentAnalysis.html). You can use the `FeatureTypes` input parameter to retrieve information about key-value pairs, tables, or both. For tables only, use the value `TABLES`. For an example, see [Exporting Tables into a CSV File](./examples-export-table-csv.html). For general information about how a document is represented by `Block` objects, see [Text Detection and Document Analysis Response Objects](./how-it-works-document-layout.html).