EdgeParse v0.1.0
EdgeParse v0.1.0
High-performance PDF-to-structured-data extraction engine written in Rust.
Installation
macOS (via Homebrew)
brew tap raphaelmansuy/tap
brew install edgeparseFrom crates.io
cargo install edgeparse-cliPython
pip install edgeparseNode.js
npm install edgeparseChanges
- Initial release with Markdown, JSON, HTML, and plain-text output
- Bounding box extraction for every element
- Heading hierarchy detection (numbered + unnumbered)
- Table extraction (ruling-line and borderless cluster method)
- CLI with 25+ flags
- Python SDK (PyO3 native extension)
- Node.js SDK (NAPI-RS native addon)