Skip to content

Parsing

Parse File
ParsingCreateResponse Parsing.Create(ParsingCreateParamsparameters, CancellationTokencancellationToken = default)
POST/api/v2/parse
Get Parse Job
ParsingGetResponse Parsing.Get(ParsingGetParamsparameters, CancellationTokencancellationToken = default)
GET/api/v2/parse/{job_id}
List Parse Jobs
ParsingListPageResponse Parsing.List(ParsingListParams?parameters, CancellationTokencancellationToken = default)
GET/api/v2/parse
ModelsExpand Collapse
class BBox:

Bounding box with coordinates and optional metadata.

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

class CodeItem:
required string Md

Markdown representation preserving formatting

required string Value

Code content

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

string? Language

Programming language identifier

Type Type

Code block item type

enum FailPageMode:

Enum for representing the different available page error handling modes.

"blank_page"BlankPage
"error_message"ErrorMessage
"raw_text"RawText

List of items within the footer

One of the following:
class CodeItem:
required string Md

Markdown representation preserving formatting

required string Value

Code content

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

string? Language

Programming language identifier

Type Type

Code block item type

class HeadingItem:
required Long Level

Heading level (1-6)

required string Md

Markdown representation preserving formatting

required string Value

Heading text content

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Type Type

Heading item type

class ImageItem:
required string Caption

Image caption

required string Md

Markdown representation preserving formatting

required string Url

URL to the image

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Type Type

Image item type

Markdown representation preserving formatting

Display text of the link

URL of the link

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Link item type

class ListItem:
required IReadOnlyList<Item> Items

List of nested text or list items

One of the following:
class TextItem:
required string Md

Markdown representation preserving formatting

required string Value

Text content

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Type Type

Text item type

ListItem
required string Md

Markdown representation preserving formatting

required Boolean Ordered

Whether the list is ordered or unordered

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Type Type

List item type

class TableItem:
required string Csv

CSV representation of the table

required string Html

HTML representation of the table

required string Md

Markdown representation preserving formatting

required IReadOnlyList<IReadOnlyList<Row?>> Rows

Table data as array of arrays (string, number, or null)

One of the following:
string
Double
IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

IReadOnlyList<Long>? MergedFromPages

List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])

Long? MergedIntoPage

Populated when merged into another table. Page number where the full merged table begins (used on empty tables).

IReadOnlyList<ParseConcern>? ParseConcerns

Quality concerns detected during table extraction, indicating the table may have issues

required string Details

Human-readable details about the concern

required string Type

Type of parse concern (e.g. header_value_type_mismatch, inconsistent_row_cell_count)

Type Type

Table item type

class TextItem:
required string Md

Markdown representation preserving formatting

required string Value

Text content

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Type Type

Text item type

Markdown representation preserving formatting

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Page footer container

class Form:

One form detected on a page, in two representations of the same content.

required IReadOnlyList<Json> Json

Structured representation: an ordered tree of sections, fields, and tables

One of the following:
class FormField:

One labeled form entry: a text input, checkbox, select group, or signature line.

required Field Field

Kind of entry: text (any free-text input), checkbox, single_select, multi_select, or signature

One of the following:
"checkbox"Checkbox
"multi_select"MultiSelect
"signature"Signature
"single_select"SingleSelect
"text"Text
string? ID

Field number/letter printed on the form (e.g. ‘1a’), if any

Boolean? IsEmpty

True for a printed-but-blank text field (mutually exclusive with value)

string? Label

Printed field caption, if any

Type Type

Form field node

Value? Value

Entered content: verbatim text for text fields, or a boolean for checkbox (checked) and signature (signed). Absent on blank text fields and on select groups

One of the following:
string
Boolean
IReadOnlyList<ValueItem>? ValueItems

Options of a single_select/multi_select group (only on select fields)

One of the following:
FormField
class FormSection:

A grouping of form content, in the form’s reading order.

string? ID

Identifier printed on the form (e.g. ‘Part III’), if any

string? Label

Printed section heading, if any

Type Type

Form section node

class FormTable:

A fillable grid printed on the form: repeating records or a row-by-column matrix.

string? ID

Identifier printed on the form, if any

IReadOnlyList<string>? Columns

Printed column headers in order, if any

string? Label

Printed table caption, if any

Type Type

Form table node

class FormSection:

A grouping of form content, in the form’s reading order.

string? ID

Identifier printed on the form (e.g. ‘Part III’), if any

string? Label

Printed section heading, if any

Type Type

Form section node

class FormTable:

A fillable grid printed on the form: repeating records or a row-by-column matrix.

string? ID

Identifier printed on the form, if any

IReadOnlyList<string>? Columns

Printed column headers in order, if any

string? Label

Printed table caption, if any

Type Type

Form table node

required FormListItem List

Flattened list representation of the same content

required IReadOnlyList<Item> Items

Nested lines and sub-lists, in the form’s reading order

One of the following:
class FormListTextItem:

One line of a form’s list representation.

required string Md

Markdown representation of the line

required string Value

Line content (e.g. ‘[1a] Wages: 29,513’)

Type Type

Text line

FormListItem
required string Md

Markdown representation of this list

required Boolean Ordered

Whether the list is ordered

Type Type

List node

class FormField:

One labeled form entry: a text input, checkbox, select group, or signature line.

required Field Field

Kind of entry: text (any free-text input), checkbox, single_select, multi_select, or signature

One of the following:
"checkbox"Checkbox
"multi_select"MultiSelect
"signature"Signature
"single_select"SingleSelect
"text"Text
string? ID

Field number/letter printed on the form (e.g. ‘1a’), if any

Boolean? IsEmpty

True for a printed-but-blank text field (mutually exclusive with value)

string? Label

Printed field caption, if any

Type Type

Form field node

Value? Value

Entered content: verbatim text for text fields, or a boolean for checkbox (checked) and signature (signed). Absent on blank text fields and on select groups

One of the following:
string
Boolean
IReadOnlyList<ValueItem>? ValueItems

Options of a single_select/multi_select group (only on select fields)

One of the following:
FormField
class FormSection:

A grouping of form content, in the form’s reading order.

string? ID

Identifier printed on the form (e.g. ‘Part III’), if any

string? Label

Printed section heading, if any

Type Type

Form section node

class FormTable:

A fillable grid printed on the form: repeating records or a row-by-column matrix.

string? ID

Identifier printed on the form, if any

IReadOnlyList<string>? Columns

Printed column headers in order, if any

string? Label

Printed table caption, if any

Type Type

Form table node

class FormListItem:

The list representation of form content: nested lists of rendered field lines.

required IReadOnlyList<Item> Items

Nested lines and sub-lists, in the form’s reading order

One of the following:
class FormListTextItem:

One line of a form’s list representation.

required string Md

Markdown representation of the line

required string Value

Line content (e.g. ‘[1a] Wages: 29,513’)

Type Type

Text line

FormListItem
required string Md

Markdown representation of this list

required Boolean Ordered

Whether the list is ordered

Type Type

List node

class FormListTextItem:

One line of a form’s list representation.

required string Md

Markdown representation of the line

required string Value

Line content (e.g. ‘[1a] Wages: 29,513’)

Type Type

Text line

class FormSection:

A grouping of form content, in the form’s reading order.

string? ID

Identifier printed on the form (e.g. ‘Part III’), if any

string? Label

Printed section heading, if any

Type Type

Form section node

class FormTable:

A fillable grid printed on the form: repeating records or a row-by-column matrix.

string? ID

Identifier printed on the form, if any

IReadOnlyList<string>? Columns

Printed column headers in order, if any

string? Label

Printed table caption, if any

Type Type

Form table node

class HeaderItem:
required IReadOnlyList<Item> Items

List of items within the header

One of the following:
class CodeItem:
required string Md

Markdown representation preserving formatting

required string Value

Code content

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

string? Language

Programming language identifier

Type Type

Code block item type

class HeadingItem:
required Long Level

Heading level (1-6)

required string Md

Markdown representation preserving formatting

required string Value

Heading text content

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Type Type

Heading item type

class ImageItem:
required string Caption

Image caption

required string Md

Markdown representation preserving formatting

required string Url

URL to the image

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Type Type

Image item type

Markdown representation preserving formatting

Display text of the link

URL of the link

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Link item type

class ListItem:
required IReadOnlyList<Item> Items

List of nested text or list items

One of the following:
class TextItem:
required string Md

Markdown representation preserving formatting

required string Value

Text content

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Type Type

Text item type

ListItem
required string Md

Markdown representation preserving formatting

required Boolean Ordered

Whether the list is ordered or unordered

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Type Type

List item type

class TableItem:
required string Csv

CSV representation of the table

required string Html

HTML representation of the table

required string Md

Markdown representation preserving formatting

required IReadOnlyList<IReadOnlyList<Row?>> Rows

Table data as array of arrays (string, number, or null)

One of the following:
string
Double
IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

IReadOnlyList<Long>? MergedFromPages

List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])

Long? MergedIntoPage

Populated when merged into another table. Page number where the full merged table begins (used on empty tables).

IReadOnlyList<ParseConcern>? ParseConcerns

Quality concerns detected during table extraction, indicating the table may have issues

required string Details

Human-readable details about the concern

required string Type

Type of parse concern (e.g. header_value_type_mismatch, inconsistent_row_cell_count)

Type Type

Table item type

class TextItem:
required string Md

Markdown representation preserving formatting

required string Value

Text content

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Type Type

Text item type

required string Md

Markdown representation preserving formatting

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Type Type

Page header container

class HeadingItem:
required Long Level

Heading level (1-6)

required string Md

Markdown representation preserving formatting

required string Value

Heading text content

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Type Type

Heading item type

class ImageItem:
required string Caption

Image caption

required string Md

Markdown representation preserving formatting

required string Url

URL to the image

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Type Type

Image item type

Markdown representation preserving formatting

Display text of the link

URL of the link

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Link item type

class ListItem:
required IReadOnlyList<Item> Items

List of nested text or list items

One of the following:
class TextItem:
required string Md

Markdown representation preserving formatting

required string Value

Text content

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Type Type

Text item type

ListItem
required string Md

Markdown representation preserving formatting

required Boolean Ordered

Whether the list is ordered or unordered

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Type Type

List item type

enum LlamaParseSupportedFileExtensions:

Enum for supported file extensions.

".abw"Abw
".awt"Awt
".azw"Azw
".azw3"Azw3
".azw4"Azw4
".bmp"Bmp
".cb7"Cb7
".cbc"Cbc
".cbr"Cbr
".cbz"Cbz
".cgm"Cgm
".chm"Chm
".csv"Csv
".cwk"Cwk
".dbf"Dbf
".dif"Dif
".djvu"Djvu
".doc"Doc
".docm"Docm
".docx"Docx
".dot"Dot
".dotm"Dotm
".dotx"Dotx
".epub"Epub
".et"Et
".eth"Eth
".fb2"Fb2
".fbz"Fbz
".fodg"Fodg
".fodp"Fodp
".fods"Fods
".fodt"Fodt
".fopd"Fopd
".gif"Gif
".heic"Heic
".heif"Heif
".htm"Htm
".html"Html
".htmlz"Htmlz
".hwp"Hwp
".jpeg"Jpeg
".jpg"Jpg
".key"Key
".lit"Lit
".lrf"Lrf
".lwp"Lwp
".m4a"M4a
".mcw"Mcw
".md"Md
".mobi"Mobi
".mp3"Mp3
".mp4"Mp4
".mpeg"Mpeg
".mpga"Mpga
".mw"Mw
".mwd"Mwd
".numbers"Numbers
".odf"Odf
".odg"Odg
".odp"Odp
".ods"Ods
".odt"Odt
".otg"Otg
".otp"Otp
".ots"Ots
".ott"Ott
".pages"Pages
".pbd"Pbd
".pdb"Pdb
".pdf"Pdf
".pml"Pml
".png"Png
".pot"Pot
".potm"Potm
".potx"Potx
".ppt"Ppt
".pptm"Pptm
".pptx"Pptx
".prc"Prc
".prn"Prn
".psw"Psw
".qpw"Qpw
".rb"Rb
".rtf"Rtf
".sda"Sda
".sdd"Sdd
".sdp"Sdp
".sdw"Sdw
".sgl"Sgl
".slk"Slk
".snb"Snb
".stc"Stc
".std"Std
".sti"Sti
".stw"Stw
".svg"Svg
".sxc"Sxc
".sxd"Sxd
".sxg"Sxg
".sxi"Sxi
".sxm"Sxm
".sxw"Sxw
".sylk"Sylk
".tcr"Tcr
".tif"Tif
".tiff"Tiff
".tsv"Tsv
".txtz"Txtz
".uof"Uof
".uop"Uop
".uos"Uos
".uos1"Uos1
".uos2"Uos2
".uot"Uot
".vdx"Vdx
".vor"Vor
".vsd"Vsd
".vsdm"Vsdm
".vsdx"Vsdx
".wav"Wav
".wb1"Wb1
".wb2"Wb2
".wb3"Wb3
".webm"Webm
".webp"Webp
".wk1"Wk1
".wk2"Wk2
".wk3"Wk3
".wk4"Wk4
".wks"Wks
".wn"Wn
".wpd"Wpd
".wps"Wps
".wpt"Wpt
".wq1"Wq1
".wq2"Wq2
".wri"Wri
".xhtm"Xhtm
".xlr"Xlr
".xls"Xls
".xlsb"Xlsb
".xlsm"Xlsm
".xlsx"Xlsx
".xlw"Xlw
".xml"Xml
".yxmd"Yxmd
".zabw"Zabw
class ParsingJob:

A parse job (v1).

required string ID

Unique parse job identifier

required StatusEnum Status

Current job status

One of the following:
"CANCELLED"Cancelled
"ERROR"Error
"PARTIAL_SUCCESS"PartialSuccess
"PENDING"Pending
"SUCCESS"Success
string? ErrorCode

Machine-readable error code when failed

string? ErrorMessage

Human-readable error details when failed

enum ParsingLanguages:

Enum for representing the languages supported by the parser.

"abq"Abq
"ady"Ady
"af"Af
"ang"Ang
"ar"Ar
"as"As
"ava"Ava
"az"Az
"be"Be
"bg"Bg
"bgc"Bgc
"bh"Bh
"bho"Bho
"bn"Bn
"bs"Bs
"ch_sim"ChSim
"ch_tra"ChTra
"che"Che
"cs"Cs
"cy"Cy
"da"Da
"dar"Dar
"de"De
"en"En
"es"Es
"et"Et
"fa"Fa
"fr"Fr
"ga"Ga
"gom"Gom
"hi"Hi
"hr"Hr
"hu"Hu
"id"ID
"inh"Inh
"is"Is
"it"It
"ja"Ja
"kbd"Kbd
"kn"Kn
"ko"Ko
"ku"Ku
"la"La
"lbe"Lbe
"lez"Lez
"lt"Lt
"lv"Lv
"mah"Mah
"mai"Mai
"mi"Mi
"mn"Mn
"mni"Mni
"mr"Mr
"ms"Ms
"mt"Mt
"ne"Ne
"new"New
"nl"Nl
"no"No
"oc"Oc
"pi"Pi
"pl"Pl
"pt"Pt
"ro"Ro
"rs_cyrillic"RsCyrillic
"rs_latin"RsLatin
"ru"Ru
"sa"Sa
"sck"Sck
"sk"Sk
"sl"Sl
"sq"Sq
"sv"Sv
"sw"Sw
"ta"Ta
"tab"Tab
"te"Te
"th"Th
"tjk"Tjk
"tl"Tl
"tr"Tr
"ug"Ug
"uk"Uk
"ur"Ur
"uz"Uz
"vi"Vi
enum ParsingMode:

Enum for representing the mode of parsing to be used.

"parse_document_with_agent"ParseDocumentWithAgent
"parse_document_with_llm"ParseDocumentWithLlm
"parse_document_with_lvm"ParseDocumentWithLvm
"parse_page_with_agent"ParsePageWithAgent
"parse_page_with_layout_agent"ParsePageWithLayoutAgent
"parse_page_with_llm"ParsePageWithLlm
"parse_page_with_lvm"ParsePageWithLvm
"parse_page_without_llm"ParsePageWithoutLlm
enum StatusEnum:

Enum for representing the status of a job

"CANCELLED"Cancelled
"ERROR"Error
"PARTIAL_SUCCESS"PartialSuccess
"PENDING"Pending
"SUCCESS"Success
class TableItem:
required string Csv

CSV representation of the table

required string Html

HTML representation of the table

required string Md

Markdown representation preserving formatting

required IReadOnlyList<IReadOnlyList<Row?>> Rows

Table data as array of arrays (string, number, or null)

One of the following:
string
Double
IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

IReadOnlyList<Long>? MergedFromPages

List of page numbers with tables that were merged into this table (e.g., [1, 2, 3, 4])

Long? MergedIntoPage

Populated when merged into another table. Page number where the full merged table begins (used on empty tables).

IReadOnlyList<ParseConcern>? ParseConcerns

Quality concerns detected during table extraction, indicating the table may have issues

required string Details

Human-readable details about the concern

required string Type

Type of parse concern (e.g. header_value_type_mismatch, inconsistent_row_cell_count)

Type Type

Table item type

class TextItem:
required string Md

Markdown representation preserving formatting

required string Value

Text content

IReadOnlyList<BBox>? Bbox

List of bounding boxes

required Double H

Height of the bounding box

required Double W

Width of the bounding box

required Double X

X coordinate of the bounding box

required Double Y

Y coordinate of the bounding box

Double? Confidence

Confidence score

Long? EndIndex

End index in the text

string? Label

Label for the bounding box

Double? R

Optional visual text rotation angle in degrees. Omitted when unrotated.

Long? StartIndex

Start index in the text

Type Type

Text item type

Note for AI agents: this documentation is built for programmatic access. - Overview of all docs: https://developers.llamaindex.ai/llms.txt - Any page is available as raw Markdown by appending index.md to its URL — e.g. https://developers.llamaindex.ai/llamaparse/parse/getting_started/index.md - Agent-friendly REST search APIs live under https://developers.llamaindex.ai/api/ — search (BM25 full-text), grep (regex), read (fetch a page), and list (browse the doc tree). See https://developers.llamaindex.ai/llms.txt for parameters. - A hosted documentation MCP server is available at https://developers.llamaindex.ai/mcp. If you support MCP, you can ask the user to install it for browsing these docs directly (an alternative to the REST API). Setup: https://developers.llamaindex.ai/for-agents/mcp/ - Other LlamaIndex tooling for agents — the LlamaParse Platform MCP server, agent skills and plugins, and the n8n node — is mapped at https://developers.llamaindex.ai/for-agents/