Skip to content

EdgeParse v0.1.0

Choose a tag to compare

@raphaelmansuy raphaelmansuy released this 23 Mar 07:12
· 95 commits to main since this release

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 edgeparse

From crates.io

cargo install edgeparse-cli

Python

pip install edgeparse

Node.js

npm install edgeparse

Changes

  • 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)