Skip to content

Papyrus v0.1.0

Latest

Choose a tag to compare

@rfxlamia rfxlamia released this 08 Mar 18:21
· 14 commits to main since this release

Papyrus v0.1.0

First release of Papyrus PDF-to-Markdown converter.

Crates

Install

cargo install papyrus-cli

Features

  • Smart heading detection (H1-H4) from font sizes
  • Bold and italic text detection from font names/descriptors
  • CommonMark Markdown output
  • Pipe-friendly CLI (stdin/stdout support)
  • Batch conversion with progress bars
  • Best-effort parsing with warning reports
  • Pure Rust, no C dependencies

Documentation