pdftract/crates/pdftract-cli
jedarden 1cf026ace7 feat(pdftract-4z362): implement inspector API endpoints
- Added api.rs module with handlers for /api/document, /api/page/{i}, /api/page/{i}/svg,
  /api/page/{i}/thumbnail, /api/raster/{i}.png, and /api/search
- Implemented Bearer token authentication for non-loopback binds
- Added base64 dependency for raster PNG decoding
- Returns 404 for /api/raster on vector pages (no raster field)
- Search performs case-insensitive substring matching across all spans
- SVG rendering is placeholder pending full renderer integration

Closes: pdftract-4z362
2026-05-25 12:56:01 -04:00
..
benches feat(pdftract-5bzpg): implement pdftract-grep-1000 CI benchmark skeleton 2026-05-25 08:53:23 -04:00
src feat(pdftract-4z362): implement inspector API endpoints 2026-05-25 12:56:01 -04:00
tests fix: resolve compilation errors across codebase 2026-05-25 08:38:04 -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-4z362): implement inspector API endpoints 2026-05-25 12:56:01 -04:00
pdftract-cli.cdx.json feat(pdftract-67tm8): implement MCP stdio transport with integration tests 2026-05-23 00:16:42 -04:00