Skip to content

Releases: rfxlamia/papyrus

Papyrus v0.1.0

08 Mar 18:21

Choose a tag to compare

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