mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-14 05:38:01 -05:00
docs: update systemPatterns.md to include manual and auto document processing flows
This commit is contained in:
parent
d8e673c1a7
commit
fcf1eeb754
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue