pdftract/crates/pdftract-cli
jedarden 96d5f0119f docs(bf-6cc3z): verify glob PDF discovery implementation
Implementation already complete in tests/fixture_discovery.rs.
Verified acceptance criteria:
- Discovers 3,353 PDF files in tests/fixtures/
- Uses glob pattern **/*.pdf for recursive matching
- Returns Vec<PathBuf> sorted alphabetically

All tests PASS. Runtime verification confirmed:
✓ All files exist
✓ All files are PDFs
✓ Paths are sorted

Closes bf-6cc3z.
2026-07-06 20:15:30 -04:00
..
benches feat(bf-4b7pm): implement temporary storage for benchmark metrics with JSON serialization 2026-07-06 16:43:05 -04:00
examples test(bf-3f9q8): add SSRF URL test cases and assertions 2026-07-06 12:09:31 -04:00
notes test(bf-2s1hq): add forms integration test verification note 2026-07-06 12:40:57 -04:00
src feat(bf-okdnk): add CMAP output parsing and inspection 2026-07-06 17:54:13 -04:00
tests docs(bf-6cc3z): verify glob PDF discovery implementation 2026-07-06 20:15:30 -04:00
-.json feat(pdftract-4k1x4): complete Phase 4 Text Assembly and Layout 2026-06-08 09:09:37 -04:00
build.rs test(bf-3f9q8): add SSRF URL test cases and assertions 2026-07-06 12:09:31 -04:00
Cargo.toml docs(bf-6cc3z): verify glob PDF discovery implementation 2026-07-06 20:15:30 -04:00
header chore(pdftract-36glh): remove unused JpxDecoder import and add verification note 2026-05-28 05:23:13 -04:00
pdftract-cli.cdx.json feat(pdftract-67tm8): implement MCP stdio transport with integration tests 2026-05-23 00:16:42 -04:00