From f975e2509379b565f0105f8fe4a2c737ee077b4d Mon Sep 17 00:00:00 2001 From: Jim Lancaster <40281233+zoltan57@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:59:50 -0500 Subject: [PATCH] minor update to docs --- docs/index.md | 2 +- docs/requirements.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5eeede0..f7c4390 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ The architecture page is the primary technical reference and defines: ## What The Application Does -At a high level, users upload images or pdfs of handwritten, typed, or typeset documents, run asynchronous transcription jobs, review and edit transcript revisions, and search across accepted text. +At a high level, users upload images or pdfs as sources of handwritten, typed, or typeset documents, run asynchronous transcription jobs, review and edit transcript revisions, and search across accepted text. Core capabilities: diff --git a/docs/requirements.md b/docs/requirements.md index da2e279..64e8809 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -15,7 +15,7 @@ This page captures a SysML v1.6-style requirements baseline for the production s | ID | Category | Requirement | Risk | Verify Method | | --- | --- | --- | --- | --- | | REQ-0 | System | Provide end-to-end document transcription with persistent, inspectable lifecycle state. | medium | demonstration | -| REQ-1 | Functional | Allow users to upload one or more images or pdfs from the web UI. | low | test | +| REQ-1 | Functional | Allow users to upload one or more images or pdfs as sources from the web UI. | low | test | | REQ-2 | Functional | Run each upload through asynchronous processing that returns a transcription or explicit failure. | high | test | | REQ-3 | Functional | Persist and expose job states: upload, queued, processing, transcribed, failed, completed. | high | inspection | | REQ-4 | Functional | Persist transcription output, processing history, and failure details. | medium | test |