Amazon Textract · JSON Structure

Amazon Textract Document Analysis Structure

Response object containing the results of document text detection or analysis, including detected blocks of text, tables, and forms.

Type: object Properties: 0
Document ProcessingMachine LearningOCR

DocumentAnalysis is a JSON Structure definition published by Amazon Textract.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "DocumentAnalysis",
  "description": "Response object containing the results of document text detection or analysis, including detected blocks of text, tables, and forms.",
  "type": "object",
  "properties": [
    {
      "name": "DocumentMetadata",
      "type": "object",
      "description": "Metadata about the document.",
      "required": false
    },
    {
      "name": "Blocks",
      "type": "array",
      "description": "The items detected in the document.",
      "required": false
    },
    {
      "name": "AnalyzeDocumentModelVersion",
      "type": "string",
      "description": "The version of the model used to analyze the document.",
      "required": false
    }
  ]
}