feat(markdown): add fidelity output profile (#168)

This commit is contained in:
Abimael Martell
2026-07-15 17:18:16 -07:00
committed by GitHub
parent f741e49dec
commit b084769fda
7 changed files with 55 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ For the latest unreleased changes, use the git dependency instead:
pdf-inspector = { git = "https://github.com/firecrawl/pdf-inspector" }
```
The crate also ships CLI binaries — `pdf2md` (PDF → Markdown, with `--json`, `--pages`, `--select-pages`) and `detect-pdf` (classification, with `--analyze --json`):
The crate also ships CLI binaries — `pdf2md` (PDF → Markdown, with `--json`, `--pages`, `--select-pages`, and the opt-in token-saving `--compact` profile) and `detect-pdf` (classification, with `--analyze --json`):
```bash
cargo install pdf-inspector