From f979d4ba9788acf853be964497acf7898856fe7f Mon Sep 17 00:00:00 2001 From: Arindam Kulshi Date: Mon, 13 Jan 2025 18:08:24 -0800 Subject: [PATCH] added UI with mermaid(3) --- user_guide.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/user_guide.md b/user_guide.md index 2908e3bd..a8c74727 100644 --- a/user_guide.md +++ b/user_guide.md @@ -36,20 +36,9 @@ flowchart TD 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: ## Components