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. |
||
|---|---|---|
| .. | ||
| index.ts | ||
| schema.ts | ||
| schema_auth_postgres.ts | ||
| schema_auth_sqlite.ts | ||
| schema_postgres.ts | ||
| schema_sqlite.ts | ||