pdfboss-cli 1.2.0

PDF command line: PDF to text, Markdown and PNG, image extraction, PDF creation, and the json/hex/q/tui explorer
1
2
3
4
//! `pdfboss q`: document to JSON value tree, and the jq engine that queries it.

pub mod run;
pub mod value;