Skip to content

Commit

Permalink
Merge branch 'hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
djccnt15 committed Oct 16, 2024
2 parents dc57a58 + cd651c2 commit 8d0cb98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/portfolio/vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ sequenceDiagram
FastAPI -) BLOB Database: query
BLOB Database --) FastAPI: image data
FastAPI ->> Tesseract: ocr request
Tesseract ->> FastAPI: result
Tesseract -->> FastAPI: result
FastAPI --) Client: response
FastAPI --) Database: Insert result meta data
FastAPI --) Document DB: Insert OCR result data
FastAPI -) Database: Insert result meta data
FastAPI -) Document DB: Insert OCR result data
deactivate FastAPI
```

0 comments on commit 8d0cb98

Please sign in to comment.