Parsing
Parse File
Get Parse Job
List Parse Jobs
ModelsExpand Collapse
class FooterItem:
List<Item> items
List of items within the footer
class ListItem:
List<Item> items
List of nested text or list items
class TableItem:
Optional<List<Long>> mergedFromPages
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
Optional<Long> mergedIntoPage
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).
class Form:
One form detected on a page, in two representations of the same content.
List<Json> json
Structured representation: an ordered tree of sections, fields, and tables
class FormField:
One labeled form entry: a text input, checkbox, select group, or signature line.
Optional<List<ValueItem>> valueItems
Options of a single_select/multi_select group (only on select fields)
FormListItem list
Flattened list representation of the same content
List<Item> items
Nested lines and sub-lists, in the form’s reading order
class FormField:
One labeled form entry: a text input, checkbox, select group, or signature line.
Optional<List<ValueItem>> valueItems
Options of a single_select/multi_select group (only on select fields)
class FormListItem:
The list representation of form content: nested lists of rendered field lines.
List<Item> items
Nested lines and sub-lists, in the form’s reading order
class HeaderItem:
List<Item> items
List of items within the header
class ListItem:
List<Item> items
List of nested text or list items
class TableItem:
Optional<List<Long>> mergedFromPages
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
Optional<Long> mergedIntoPage
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).
class ListItem:
List<Item> items
List of nested text or list items
class ParsingJob:
A parse job (v1).
StatusEnum status
class TableItem:
Optional<List<Long>> mergedFromPages
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
Optional<Long> mergedIntoPage
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).