Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 561 Bytes

partitionresponse.md

File metadata and controls

32 lines (25 loc) · 561 Bytes

PartitionResponse

Supported Types

string

const value: string = "<value>";

{ [k: string]: any }[]

const value: { [k: string]: any }[] = [
  {
    "type": "Title",
    "element_id": "6aa0ff22f91bbe7e26e8e25ca8052acd",
    "text":
      "LayoutParser: A Unified Toolkit for Deep Learning Based Document Image Analysis",
    "metadata": {
      "languages": [
        "eng",
      ],
      "page_number": 1,
      "filename": "layout-parser-paper.pdf",
      "filetype": "application/pdf",
    },
  },
];