Skip to content

Commit

Permalink
added UI with mermaind.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arinkulshi-skylight committed Jan 14, 2025
1 parent edf2e49 commit 20a9c6e
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,25 @@ Please see "how to" instructions in order to understand features of the Applicat

### High Level Architecture

![](arcdiagram.png)

flowchart TD
A[ReportVision UI] --> B[ReportVision Backend]
B --> C[OCR API]
B --> D[Data Storage - Postgres]
C --> D

%% Add notes for clarification
A:::ui_style
B:::backend_style
C:::ocr_style
D:::storage_style

%% Define custom styles for better visualization
classDef ui_style fill:#f9f,stroke:#333,stroke-width:2px;
classDef backend_style fill:#ffa,stroke:#333,stroke-width:2px;
classDef ocr_style fill:#aff,stroke:#333,stroke-width:2px;
classDef storage_style fill:#aaf,stroke:#333,stroke-width:2px;


The **ReportVision** application is composed of the following core components:

Expand Down

0 comments on commit 20a9c6e

Please sign in to comment.