mirror of
https://github.com/immich-app/immich.git
synced 2026-03-05 00:13:44 -05:00
fix(docs): add ocr to job flow diagram (#26505)
This commit is contained in:
parent
2478cc40f4
commit
49ad411d50
@ -67,7 +67,8 @@ graph TD
|
||||
C --> D["Thumbnail Generation (Large, small, blurred and person)"]
|
||||
D --> E[Smart Search]
|
||||
D --> F[Face Detection]
|
||||
D --> G[Video Transcoding]
|
||||
E --> H[Duplicate Detection]
|
||||
F --> I[Facial Recognition]
|
||||
D --> G[OCR]
|
||||
D --> H[Video Transcoding]
|
||||
E --> I[Duplicate Detection]
|
||||
F --> J[Facial Recognition]
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user