Skip to content

Commit f979d4b

Browse files
added UI with mermaid(3)
1 parent 05385c5 commit f979d4b

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

user_guide.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,9 @@ flowchart TD
3636
B --> C[OCR API]
3737
B --> D[Data Storage - Postgres]
3838
C --> D
39-
40-
%% Add notes for clarification
41-
A:::ui_style
42-
B:::backend_style
43-
C:::ocr_style
44-
D:::storage_style
45-
46-
%% Define custom styles for better visualization
47-
classDef ui_style fill:#f9f,stroke:#333,stroke-width:2px;
48-
classDef backend_style fill:#ffa,stroke:#333,stroke-width:2px;
49-
classDef ocr_style fill:#aff,stroke:#333,stroke-width:2px;
50-
classDef storage_style fill:#aaf,stroke:#333,stroke-width:2px;
5139
```
5240

41+
5342
The **ReportVision** application is composed of the following core components:
5443

5544
## Components

0 commit comments

Comments
 (0)