AWS textract documentation change
Summary
Changed description of LINE block type from 'tab-delimited' to 'space-delimited' words
Security assessment
Change appears to be a documentation correction regarding text formatting, with no security implications mentioned
Diff
diff --git a/textract/latest/dg/API_Block.md b/textract/latest/dg/API_Block.md index d257c795a..cde24579f 100644 --- a//textract/latest/dg/API_Block.md +++ b//textract/latest/dg/API_Block.md @@ -26 +26 @@ The type of text item that's recognized. In operations for text detection, the f - * _LINE_ \- A string of tab-delimited, contiguous words that are detected on a document page. + * _LINE_ \- A string of space-delimited, contiguous words that are detected on a document page.