Skip to content

Releases: raphaelmansuy/edgeparse

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 14 Apr 00:21
98e2fa0

[0.2.5] - 2026-04-14

⚙️ Miscellaneous Tasks

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 13 Apr 12:25
3d5f21a

[0.2.4] - 2026-04-13

⚙️ Miscellaneous Tasks

  • Publish edgeparse-wasm to npm + GitHub Packages (v0.2.4)

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 28 Mar 11:08

[0.2.3] - 2026-03-28

⚙️ Miscellaneous Tasks

  • Release v0.2.3

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 26 Mar 08:35

[0.2.2] - 2026-03-26

⚙️ Miscellaneous Tasks

  • Prepare 0.2.2 release

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 26 Mar 06:20
985b919

[0.2.1] - 2026-03-26

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 08:18

[0.2.0] - 2026-03-24

🐛 Bug Fixes

  • (ci) Handle pdf-cos already-published error and remove invalid job-level secrets condition

v0.1.1

Choose a tag to compare

@raphaelmansuy raphaelmansuy released this 23 Mar 16:25

Release v0.1.1

EdgeParse v0.1.0

Choose a tag to compare

@raphaelmansuy raphaelmansuy released this 23 Mar 07:12

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)