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