Type aliases
ParsingMode
ParsingMode =
"parse_page_without_llm"
|"parse_page_with_llm"
|"parse_page_with_lvm"
|"parse_page_with_agent"
|"parse_page_with_layout_agent"
|"parse_document_with_llm"
|"parse_document_with_lvm"
|"parse_document_with_agent"
Defined in: packages/cloud/src/client/types.gen.ts:5412
Enum for representing the mode of parsing to be used