spectre_pdf 0.0.1

Native Rust PDF extraction engine. Stub release; v1.0 lands shortly.
Documentation
1
2
3
4
5
6
7
//! `spectre_pdf` — a native Rust PDF extraction engine.
//!
//! This 0.0.1 release reserves the crate name. The v1.0 release with
//! the full `Document` handle, markdown surface, encrypted-PDF
//! support, AcroForm widgets, and benchmarks lands shortly. See
//! <https://github.com/RyanJamesStewart/spectre-rs> for the current
//! source and release status.