Cloud Run processes PDFs synchronously (2-5 min). The await startCheck() call blocks JS, so progress never advanced past 30%. Add a setInterval timer before the await that advances through realistic stages every 18s, covering the full processing window. Timer is cleared on completion/error. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api.js | ||
| app.js | ||
| batch.js | ||
| page-viewer.js | ||
| results.js | ||
| upload.js | ||
| utils.js | ||