Parsing
Get Parse Job
List Parse Jobs
ModelsExpand Collapse
type FooterItem struct{…}
Items []FooterItemItemUnion
List of items within the footer
type ListItem struct{…}
type TableItem struct{…}
MergedFromPages []int64Optional
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
MergedIntoPage int64Optional
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).
type Form struct{…}
One form detected on a page, in two representations of the same content.
Json []FormJsonUnion
Structured representation: an ordered tree of sections, fields, and tables
type FormField struct{…}
One labeled form entry: a text input, checkbox, select group, or signature line.
Field FormFieldField
Kind of entry: text (any free-text input), checkbox, single_select, multi_select, or signature
List FormListItem
type FormField struct{…}
One labeled form entry: a text input, checkbox, select group, or signature line.
Field FormFieldField
Kind of entry: text (any free-text input), checkbox, single_select, multi_select, or signature
type FormListItem struct{…}
type HeaderItem struct{…}
Items []HeaderItemItemUnion
List of items within the header
type ListItem struct{…}
type TableItem struct{…}
MergedFromPages []int64Optional
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
MergedIntoPage int64Optional
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).
type ParsingJob struct{…}
A parse job (v1).
Status StatusEnum
type TableItem struct{…}
MergedFromPages []int64Optional
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
MergedIntoPage int64Optional
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).