AWS textract documentation change
Summary
Updated relative links to Block, AnalyzeDocument, and GetDocumentAnalysis API references to absolute URLs
Security assessment
The change only converts relative links to absolute URLs without modifying security-related content. No vulnerabilities, security features, or incidents are addressed.
Diff
diff --git a/textract/latest/dg/how-it-works-kvp.md b/textract/latest/dg/how-it-works-kvp.md index 6981a217a..6761085b5 100644 --- a//textract/latest/dg/how-it-works-kvp.md +++ b//textract/latest/dg/how-it-works-kvp.md @@ -13 +13 @@ _Name: Ana Carolina_ -Detected key-value pairs 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 key-value pairs only, use the value `FORMS`. For an example, see [Extracting Key-Value Pairs from a Form Document](./examples-extract-kvp.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 key-value pairs 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 key-value pairs only, use the value `FORMS`. For an example, see [Extracting Key-Value Pairs from a Form Document](./examples-extract-kvp.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).