mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-20 14:41:05 +08:00
17 lines
448 B
Markdown
17 lines
448 B
Markdown
|
|
---
|
||
|
|
sidebar_position: 32
|
||
|
|
slug: /chunker_token_component
|
||
|
|
---
|
||
|
|
|
||
|
|
# Parser component
|
||
|
|
|
||
|
|
A component that sets the parsing rules for your dataset.
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
A **Parser** component defines how various file types should be parsed, including parsing methods for PDFs , fields to parse for Emails, and OCR methods for images.
|
||
|
|
|
||
|
|
|
||
|
|
## Scenario
|
||
|
|
|
||
|
|
A **Parser** component is auto-populated on the ingestion pipeline canvas and required in all ingestion pipeline workflows.
|