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 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.
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 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 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).