Parsing
Get Parse Job
List Parse Jobs
ModelsExpand Collapse
class BBox: …
Bounding box with coordinates and optional metadata.
h: float
Height of the bounding box
w: float
Width of the bounding box
x: float
X coordinate of the bounding box
y: float
Y coordinate of the bounding box
confidence: Optional[float]
Confidence score
end_index: Optional[int]
End index in the text
label: Optional[str]
Label for the bounding box
start_index: Optional[int]
Start index in the text
Literal["raw_text", "blank_page", "error_message"]
Enum for representing the different available page error handling modes.
class ListItem: …
items: List[Item]
List of nested text or list items
class ItemTextItem: …
md: str
Markdown representation preserving formatting
value: str
Text content
List of bounding boxes
h: float
Height of the bounding box
w: float
Width of the bounding box
x: float
X coordinate of the bounding box
y: float
Y coordinate of the bounding box
confidence: Optional[float]
Confidence score
end_index: Optional[int]
End index in the text
label: Optional[str]
Label for the bounding box
start_index: Optional[int]
Start index in the text
type: Optional[Literal["text"]]
Text item type
class ListItem: …
items: List[Item]
List of nested text or list items
class ItemTextItem: …
md: str
Markdown representation preserving formatting
value: str
Text content
List of bounding boxes
h: float
Height of the bounding box
w: float
Width of the bounding box
x: float
X coordinate of the bounding box
y: float
Y coordinate of the bounding box
confidence: Optional[float]
Confidence score
end_index: Optional[int]
End index in the text
label: Optional[str]
Label for the bounding box
start_index: Optional[int]
Start index in the text
type: Optional[Literal["text"]]
Text item type
md: str
Markdown representation preserving formatting
ordered: bool
Whether the list is ordered or unordered
List of bounding boxes
h: float
Height of the bounding box
w: float
Width of the bounding box
x: float
X coordinate of the bounding box
y: float
Y coordinate of the bounding box
confidence: Optional[float]
Confidence score
end_index: Optional[int]
End index in the text
label: Optional[str]
Label for the bounding box
start_index: Optional[int]
Start index in the text
type: Optional[Literal["list"]]
List item type
md: str
Markdown representation preserving formatting
ordered: bool
Whether the list is ordered or unordered
List of bounding boxes
h: float
Height of the bounding box
w: float
Width of the bounding box
x: float
X coordinate of the bounding box
y: float
Y coordinate of the bounding box
confidence: Optional[float]
Confidence score
end_index: Optional[int]
End index in the text
label: Optional[str]
Label for the bounding box
start_index: Optional[int]
Start index in the text
type: Optional[Literal["list"]]
List item type
Literal[".pdf", ".abw", ".awt", 141 more]
Enum for supported file extensions.
class ParsingJob: …
Response schema for a parsing job.
Enum for representing the status of a job
Literal["af", "az", "bs", 83 more]
Enum for representing the languages supported by the parser.
Literal["parse_page_without_llm", "parse_page_with_llm", "parse_page_with_lvm", 5 more]
Enum for representing the mode of parsing to be used.
Literal["PENDING", "SUCCESS", "ERROR", 2 more]
Enum for representing the status of a job