diff --git a/docs/guides/agent/agent_component_reference/parser.md b/docs/guides/agent/agent_component_reference/parser.md index 75b6341cb2..e036432f9c 100644 --- a/docs/guides/agent/agent_component_reference/parser.md +++ b/docs/guides/agent/agent_component_reference/parser.md @@ -31,6 +31,14 @@ The **Parser** component supports parsing the following file types: | Audio | MP3, WAV | | Video | MP4, AVI, MKV | +### Detect multi-column layout + +Optimizes the parser to detect and reorder multi-column pages into a logical sequence. Ideal for PDF documents with two-column or newspaper-style layouts. + +### Remove original table of contents + +Strips the original table of contents from PDF files. Once enabled, the table of contents is not chunked or parsed for retrieval. + ### PDF parser The output of a PDF parser is `json`. In the PDF parser, you select the parsing method that works best with your PDFs.