Logo
Variables

ParsingMode

ParsingMode: object

Defined in: packages/cloud/src/client/types.gen.ts:4272

Enum for representing the mode of parsing to be used

Type declaration

PARSE_PAGE_WITHOUT_LLM

readonly PARSE_PAGE_WITHOUT_LLM: "parse_page_without_llm" = "parse_page_without_llm"

PARSE_PAGE_WITH_LLM

readonly PARSE_PAGE_WITH_LLM: "parse_page_with_llm" = "parse_page_with_llm"

PARSE_PAGE_WITH_LVM

readonly PARSE_PAGE_WITH_LVM: "parse_page_with_lvm" = "parse_page_with_lvm"

PARSE_PAGE_WITH_AGENT

readonly PARSE_PAGE_WITH_AGENT: "parse_page_with_agent" = "parse_page_with_agent"

PARSE_DOCUMENT_WITH_LLM

readonly PARSE_DOCUMENT_WITH_LLM: "parse_document_with_llm" = "parse_document_with_llm"

On this page