OCR is slow, users are not patient
The problem
Extracting a multi-page bank statement inside a request would freeze the UI and time out.
What I did
Built an async pipeline (PDF → storage → OCR jobs → artifact model → review UI) so uploads return immediately and results surface when ready.
