🧩 Feature Request: Status Indicator for Active Document Processing (Fetch Queue) #540
Locked
hendkai
announced in
Ideas implemented
Replies: 1 comment 4 replies
-
There is a super intuitive and very clear status what images is processed right now, right on the main dashboard? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Paperless-AI processes documents asynchronously—either after uploads or manual triggers. However, there is no visible feedback to indicate whether documents are currently being analyzed or how many are in the queue. This leads to:
Proposed Solution
A status indicator in the UI that shows whether documents are currently being fetched/analyzed, and optionally how many are pending.
Backend
New API endpoint
/status/processing
(e.g. via FastAPI) that returns:When analysis begins, add documents to a processing list (in-memory or persistent); remove them when done.
Frontend
In the main dashboard or document list view:
Poll the
/status/processing
endpoint every 3–5 seconds.Optional Enhancements
Why is this useful?
Potential Drawbacks & Mitigations
Beta Was this translation helpful? Give feedback.
All reactions