CLI
Parse PDF files and convert their text content to markdown.
Usage
allmd pdf <file> -o output.mdSupported Formats
.pdffiles
Example
# Convert a PDF to markdown
allmd pdf document.pdf -o document.md
# Output to stdout
allmd pdf report.pdfParse PDF files and convert their text content to markdown.
allmd pdf <file> -o output.md.pdf files# Convert a PDF to markdown
allmd pdf document.pdf -o document.md
# Output to stdout
allmd pdf report.pdf