mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-11-15 01:24:27 +00:00
17 lines
447 B
Markdown
17 lines
447 B
Markdown
|
|
---
|
||
|
|
sidebar_position: 30
|
||
|
|
slug: /parser_component
|
||
|
|
---
|
||
|
|
|
||
|
|
# Message component
|
||
|
|
|
||
|
|
A component that sets the parsing rules for your dataset.
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
A **Parser** component sets the parsing rules for various file types, including parsing methods for PDFs , fields to parse for Emails, and OCR methods for images.
|
||
|
|
|
||
|
|
|
||
|
|
## Scenario
|
||
|
|
|
||
|
|
An **parser** component is auto-populated on the ingestion pipeline canvase and always required in an ingestion pipeline workflow.
|