Parsing
Get Parse Job
List Parse Jobs
ModelsExpand Collapse
class FooterItem: …
items: List[Item]
List of items within the footer
class ListItem: …
class TableItem: …
merged_from_pages: Optional[List[int]]
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
merged_into_page: Optional[int]
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.
json: List[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.
value_items: Optional[List[ValueItem]]
Options of a single_select/multi_select group (only on select fields)
class FormSection: …
A grouping of form content, in the form’s reading order.
items: List[Item]
Child form nodes in reading order
class FormTable: …
A fillable grid printed on the form: repeating records or a row-by-column matrix.
rows: List[List[Optional[Row]]]
class FormTable: …
A fillable grid printed on the form: repeating records or a row-by-column matrix.
rows: List[List[Optional[Row]]]
Table cells: a verbatim string, null for a printed-but-blank cell, or an object holding the cell’s own form nodes
class FormTableCellItems: …
class FormSection: …
A grouping of form content, in the form’s reading order.
items: List[Item]
Child form nodes in reading order
class FormField: …
One labeled form entry: a text input, checkbox, select group, or signature line.
value_items: Optional[List[ValueItem]]
Options of a single_select/multi_select group (only on select fields)
class FormTable: …
A fillable grid printed on the form: repeating records or a row-by-column matrix.
rows: List[List[Optional[Row]]]
class FormTable: …
A fillable grid printed on the form: repeating records or a row-by-column matrix.
rows: List[List[Optional[Row]]]
Table cells: a verbatim string, null for a printed-but-blank cell, or an object holding the cell’s own form nodes
class FormTableCellItems: …
A table cell holding its own form nodes (e.g. a checkbox column).
items: List[Item]
Form nodes inside the cell
class FormField: …
One labeled form entry: a text input, checkbox, select group, or signature line.
class FormTable: …
A fillable grid printed on the form: repeating records or a row-by-column matrix.
rows: List[List[Optional[Row]]]
Table cells: a verbatim string, null for a printed-but-blank cell, or an object holding the cell’s own form nodes
class FormTableCellItems: …
A table cell holding its own form nodes (e.g. a checkbox column).
items: List[Item]
Form nodes inside the cell
class FormField: …
One labeled form entry: a text input, checkbox, select group, or signature line.
class FormSection: …
A grouping of form content, in the form’s reading order.
items: List[Item]
Child form nodes in reading order
class FormField: …
One labeled form entry: a text input, checkbox, select group, or signature line.
class FormField: …
One labeled form entry: a text input, checkbox, select group, or signature line.
value_items: Optional[List[ValueItem]]
Options of a single_select/multi_select group (only on select fields)
class FormSection: …
A grouping of form content, in the form’s reading order.
items: List[Item]
Child form nodes in reading order
class FormTable: …
A fillable grid printed on the form: repeating records or a row-by-column matrix.
rows: List[List[Optional[Row]]]
class FormTable: …
A fillable grid printed on the form: repeating records or a row-by-column matrix.
rows: List[List[Optional[Row]]]
Table cells: a verbatim string, null for a printed-but-blank cell, or an object holding the cell’s own form nodes
class FormTableCellItems: …
class FormSection: …
A grouping of form content, in the form’s reading order.
items: List[Item]
Child form nodes in reading order
class FormField: …
One labeled form entry: a text input, checkbox, select group, or signature line.
value_items: Optional[List[ValueItem]]
Options of a single_select/multi_select group (only on select fields)
class FormTable: …
A fillable grid printed on the form: repeating records or a row-by-column matrix.
rows: List[List[Optional[Row]]]
class FormTable: …
A fillable grid printed on the form: repeating records or a row-by-column matrix.
rows: List[List[Optional[Row]]]
Table cells: a verbatim string, null for a printed-but-blank cell, or an object holding the cell’s own form nodes
class FormTableCellItems: …
A table cell holding its own form nodes (e.g. a checkbox column).
items: List[Item]
Form nodes inside the cell
class FormField: …
One labeled form entry: a text input, checkbox, select group, or signature line.
class FormTable: …
A fillable grid printed on the form: repeating records or a row-by-column matrix.
rows: List[List[Optional[Row]]]
Table cells: a verbatim string, null for a printed-but-blank cell, or an object holding the cell’s own form nodes
class FormTableCellItems: …
A table cell holding its own form nodes (e.g. a checkbox column).
items: List[Item]
Form nodes inside the cell
class FormField: …
One labeled form entry: a text input, checkbox, select group, or signature line.
class FormSection: …
A grouping of form content, in the form’s reading order.
items: List[Item]
Child form nodes in reading order
class FormField: …
One labeled form entry: a text input, checkbox, select group, or signature line.
class FormTableCellItems: …
A table cell holding its own form nodes (e.g. a checkbox column).
items: List[Item]
Form nodes inside the cell
class FormField: …
One labeled form entry: a text input, checkbox, select group, or signature line.
value_items: Optional[List[ValueItem]]
Options of a single_select/multi_select group (only on select fields)
class FormSection: …
A grouping of form content, in the form’s reading order.
items: List[Item]
Child form nodes in reading order
class FormSection: …
A grouping of form content, in the form’s reading order.
items: List[Item]
Child form nodes in reading order
class FormField: …
One labeled form entry: a text input, checkbox, select group, or signature line.
value_items: Optional[List[ValueItem]]
Options of a single_select/multi_select group (only on select fields)
class HeaderItem: …
items: List[Item]
List of items within the header
class ListItem: …
class TableItem: …
merged_from_pages: Optional[List[int]]
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
merged_into_page: Optional[int]
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).
class TableItem: …
merged_from_pages: Optional[List[int]]
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
merged_into_page: Optional[int]
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).
class ParsingGetResponse: …
Parse result response with job status and optional content or metadata.
The job field is always included. Other fields are included based on expand parameters.
forms: Optional[Forms]
Per-page form analysis results (one entry per page).
pages: List[FormsPage]
List of form pages or failed page entries
class FormsPageFormsResultPage: …
Forms found on one page. Pages without form content have an empty forms list.
Forms detected on the page
json: List[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.
value_items: Optional[List[ValueItem]]
Options of a single_select/multi_select group (only on select fields)
class FormSection: …
A grouping of form content, in the form’s reading order.
items: List[Item]
Child form nodes in reading order
class FormTable: …
A fillable grid printed on the form: repeating records or a row-by-column matrix.
rows: List[List[Optional[Row]]]
class FormTable: …
A fillable grid printed on the form: repeating records or a row-by-column matrix.
rows: List[List[Optional[Row]]]
Table cells: a verbatim string, null for a printed-but-blank cell, or an object holding the cell’s own form nodes
class FormTableCellItems: …
class FormSection: …
A grouping of form content, in the form’s reading order.
items: List[Item]
Child form nodes in reading order
class FormField: …
One labeled form entry: a text input, checkbox, select group, or signature line.
value_items: Optional[List[ValueItem]]
Options of a single_select/multi_select group (only on select fields)
class FormTable: …
A fillable grid printed on the form: repeating records or a row-by-column matrix.
rows: List[List[Optional[Row]]]
class FormTable: …
A fillable grid printed on the form: repeating records or a row-by-column matrix.
rows: List[List[Optional[Row]]]
Table cells: a verbatim string, null for a printed-but-blank cell, or an object holding the cell’s own form nodes
class FormTableCellItems: …
A table cell holding its own form nodes (e.g. a checkbox column).
items: List[Item]
Form nodes inside the cell
class FormField: …
One labeled form entry: a text input, checkbox, select group, or signature line.
class FormTable: …
A fillable grid printed on the form: repeating records or a row-by-column matrix.
rows: List[List[Optional[Row]]]
Table cells: a verbatim string, null for a printed-but-blank cell, or an object holding the cell’s own form nodes
class FormTableCellItems: …
A table cell holding its own form nodes (e.g. a checkbox column).
items: List[Item]
Form nodes inside the cell
class FormField: …
One labeled form entry: a text input, checkbox, select group, or signature line.
class FormSection: …
A grouping of form content, in the form’s reading order.
items: List[Item]
Child form nodes in reading order
class FormField: …
One labeled form entry: a text input, checkbox, select group, or signature line.
images_content_metadata: Optional[ImagesContentMetadata]
items: Optional[Items]
Structured JSON result (if requested)
pages: List[ItemsPage]
List of structured pages or failed page entries
class ItemsPageStructuredResultPage: …
items: List[ItemsPageStructuredResultPageItem]
List of structured items on the page
class FooterItem: …
items: List[Item]
List of items within the footer
class ListItem: …
class TableItem: …
merged_from_pages: Optional[List[int]]
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
merged_into_page: Optional[int]
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).
class HeaderItem: …
items: List[Item]
List of items within the header
class ListItem: …
class TableItem: …
merged_from_pages: Optional[List[int]]
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
merged_into_page: Optional[int]
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).
class ListItem: …
class TableItem: …
merged_from_pages: Optional[List[int]]
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
merged_into_page: Optional[int]
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).