OXRBench / OFloChR /anno /en_32_flowchart.md
Geong's picture
Upload 1001 files
f66b1ac verified

User Input and Database Query\nProcess

flowchart TD
    A[Prompt: Enter\nyour input] -->|Active| B[User Provides\nInput]
    B --> C[Extract Key\nInformation]
    C --> E[Check Against\nDatabase]
    E --> D[Deliver\nOutcome]
    D --> A
    E --> F[Ask for More\nInformation]
    F --> |Processing\nInput| B