docs: update systemPatterns.md to include manual and auto document processing flows

This commit is contained in:
Dominik Schröter 2025-02-03 09:42:35 +01:00
parent d8e673c1a7
commit fcf1eeb754

View file

@ -53,13 +53,19 @@
### 5. Data Flow ### 5. Data Flow
#### Document Processing Flow #### Document Processing Flow (Manual)
1. Document tagged in paperless-ngx 1. Document tagged in paperless-ngx
2. paperless-gpt detects tagged documents 2. paperless-gpt detects tagged documents
3. AI processing (title/tags/correspondent generation) 3. AI processing (title/tags/correspondent generation)
4. Manual review or auto-apply 4. Manual review or auto-apply
5. Update back to paperless-ngx 5. Update back to paperless-ngx
#### Document Processing Flow (Auto)
1. Document tagged in paperless-ngx with some 'auto' tag (env: AUTO_TAG)
2. paperless-gpt automatically processes documents
3. AI processing (title/tags/correspondent generation)
4. Auto-apply results back to paperless-ngx
#### OCR Processing Flow #### OCR Processing Flow
1. Image/PDF input 1. Image/PDF input
2. Vision model processing 2. Vision model processing