Amazon Textract · JSON Structure

Amazon Textract Documentanalysis Structure

Schema for an Amazon Textract document analysis response containing detected blocks of text, tables, forms, and layout elements extracted from a document.

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": "Schema for an Amazon Textract document analysis response containing detected blocks of text, tables, forms, and layout elements extracted from a document.",
  "type": "object",
  "properties": [
    {
      "name": "DocumentMetadata",
      "type": "object",
      "description": "Metadata about the analyzed document.",
      "required": true
    },
    {
      "name": "Blocks",
      "type": "array",
      "description": "The items detected in the document, including text lines, words, tables, and form elements.",
      "required": true
    },
    {
      "name": "AnalyzeDocumentModelVersion",
      "type": "string",
      "description": "The version of the model used to analyze the document.",
      "required": false
    }
  ]
}