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