mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(docs): add ocr to job flow diagram (#26505)
This commit is contained in:
parent
2478cc40f4
commit
49ad411d50
1 changed files with 4 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue