openreader/compute/worker
Richard R 4497f610c0 feat(pdf): implement granular PDF parse progress tracking and migrate to parseState
Introduce detailed progress reporting for PDF layout parsing, exposing phase and page-level updates to clients. Replace legacy parseStatus with a structured parseState field in the database schema, updating all relevant backend and API logic. Add SSE endpoint for real-time parse progress updates. Update client hooks and UI to reflect granular progress and improve user feedback during document parsing. Includes migration scripts and new parse-state utility module.
2026-05-21 10:27:16 -06:00
..
src feat(pdf): implement granular PDF parse progress tracking and migrate to parseState 2026-05-21 10:27:16 -06:00
.env.example refactor(worker): adopt operation-based API and opKey deduplication for compute flows 2026-05-21 09:05:26 -06:00
docker-compose.yml refactor(worker): unify port environment variable usage and update deployment docs 2026-05-20 17:05:35 -06:00
Dockerfile refactor(worker): unify port environment variable usage and update deployment docs 2026-05-20 17:05:35 -06:00
package.json refactor(compute): modularize core contracts and runtime, enable flexible backend resolution 2026-05-20 15:07:22 -06:00
tsconfig.json refactor(compute): add timing metrics to worker job results and status 2026-05-19 15:55:35 -06:00