> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Content Object

> The content object in Vantage OCR JSON output describes the logical document structure: sections, columns, paragraphs, headings, lists, and footnotes.

A **content** object describes the logical structure of the document by specifying various logical sections on a page. These sections can consist of several columns. Any text inside a section is split into paragraphs, each of which is assigned a specific function (e.g. heading, main body, header/footer, note, etc.).

If lists are detected on a document, the properties of the related paragraphs specify the list level and the location of the paragraph within the list. The structure of a list is described in a separate object array.

| Property                                                                   | Data type      | Description                                             |
| :------------------------------------------------------------------------- | :------------- | :------------------------------------------------------ |
| [paragraphs](/vantage/developer/output/json/ocr/paragraphs-array-elements) | `object array` | An array of document paragraphs, ordered in read order. |
| [lists](/vantage/developer/output/json/ocr/lists-array-elements)           | `object array` | An array of all lists detected in a document.           |
