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
+3
View File
@@ -119,6 +119,9 @@ pdf2md document.pdf --items-json
# Raw markdown only (no headers)
pdf2md document.pdf --raw
# Token-efficient output (collapses long dot leaders and similar source padding)
pdf2md document.pdf --compact
# Insert page break markers (<!-- Page N -->)
pdf2md document.pdf --pages