clean flow

This commit is contained in:
ValueOn AG 2025-07-29 11:39:18 +02:00
parent 403c7e7394
commit fa74061d77

View file

@ -27,7 +27,7 @@ graph TB
end end
subgraph "Processing" subgraph "Processing"
DP[DocumentProcessor] DP[DocumentExtraction]
MB[MethodBase] MB[MethodBase]
end end
end end
@ -255,7 +255,7 @@ graph LR
``` ```
**References:** **References:**
- `DocumentProcessor` - Document processing - `DocumentExtraction` - Document processing
- `MethodBase` - Method framework - `MethodBase` - Method framework
- `AiCalls` - AI integration - `AiCalls` - AI integration
- `ChatObjects` - Interface management - `ChatObjects` - Interface management
@ -331,7 +331,7 @@ flowchart LR
### 3. **Document Processing → Content Extraction** ### 3. **Document Processing → Content Extraction**
```mermaid ```mermaid
flowchart LR flowchart LR
CD[ChatDocument] --> DP[DocumentProcessor] CD[ChatDocument] --> DP[DocumentExtraction]
DP --> EC[ExtractedContent] DP --> EC[ExtractedContent]
EC --> CI[ContentItem] EC --> CI[ContentItem]
CI --> CM[ContentMetadata] CI --> CM[ContentMetadata]