Skip to content

Streaming response for large documents #8

@kiyeonjeon21

Description

@kiyeonjeon21

What

Large documents (200+ pages) take 10-15 seconds. Stream partial results as they're parsed.

Idea

  • CLI: NDJSON streaming (`--stream`)
  • API: Server-Sent Events or chunked response
  • Web UI: progressive rendering

Files

  • `src/parsemux/api/routes.py` — streaming endpoint
  • `src/parsemux/cli/main.py` — `--stream` flag

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature requesthelp wantedExtra attention is needed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions