pdftract/crates/pdftract-cli
jedarden c713926673 feat(pdftract-e5lli): fix health endpoint JSON response and streaming endpoint
- Health endpoint now returns JSON with status and version instead of plain text
- Streaming endpoint now uses true async streaming via tokio mpsc channels
  - Each page is sent over the channel as it's extracted
  - Body::from_stream reads from the channel and streams incrementally
  - Bypasses cache to provide true real-time output

Closes: pdftract-e5lli

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 06:49:21 -04:00
..
src feat(pdftract-e5lli): fix health endpoint JSON response and streaming endpoint 2026-05-24 06:49:21 -04:00
tests feat(pdftract-3s2i): implement Phase 5.5.2 validation filter 2026-05-24 04:57:17 -04:00
build.rs docs(pdftract-32y9): finalize SDK architecture note with workspace layout, cross-compile matrix, and KU-12 alignment 2026-05-24 06:38:23 -04:00
Cargo.toml feat(pdftract-ixzbg): implement regex engine wiring for grep subcommand 2026-05-24 06:30:02 -04:00
pdftract-cli.cdx.json feat(pdftract-67tm8): implement MCP stdio transport with integration tests 2026-05-23 00:16:42 -04:00