Parsing
Get Parse Job
client.Parsing.Get(ctx, jobID, query) (*ParsingGetResponse, error)
GET/api/v2/parse/{job_id}
List Parse Jobs
client.Parsing.List(ctx, query) (*PaginatedCursor[ParsingListResponse], error)
GET/api/v2/parse
ModelsExpand Collapse
type FooterItem struct{…}
type FooterItem struct{…}
Items []FooterItemItemUnion
Items []FooterItemItemUnion
List of items within the footer
One of the following:
type ListItem struct{…}
type ListItem struct{…}
type TableItem struct{…}
type TableItem struct{…}
MergedFromPages []int64optional
MergedFromPages []int64optional
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
MergedIntoPage int64optional
MergedIntoPage int64optional
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).
type HeaderItem struct{…}
type HeaderItem struct{…}
Items []HeaderItemItemUnion
Items []HeaderItemItemUnion
List of items within the header
One of the following:
type ListItem struct{…}
type ListItem struct{…}
type TableItem struct{…}
type TableItem struct{…}
MergedFromPages []int64optional
MergedFromPages []int64optional
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
MergedIntoPage int64optional
MergedIntoPage int64optional
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).
type ParsingJob struct{…}
type ParsingJob struct{…}
A parse job (v1).
Status StatusEnum
Status StatusEnum
type TableItem struct{…}
type TableItem struct{…}
MergedFromPages []int64optional
MergedFromPages []int64optional
List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])
MergedIntoPage int64optional
MergedIntoPage int64optional
Populated when merged into another table. Page number where the full merged table begins (used on empty tables).