Doc: minor (#10627)

### What problem does this PR solve?


### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-10-17 09:47:29 +08:00
committed by GitHub
parent 43ea312144
commit 2dba858c84
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,17 @@
---
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.