You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add WASM SDK docs, demo integration, and site updates
- Add docs/09-wasm-sdk.md with objectives, advantages, API ref, and use cases
- Update README.md with WebAssembly SDK section, features, and project layout
- Add site pages: quick-start-wasm, api/wasm, guides/wasm-use-cases
- Add WebAssembly tab to site landing page QuickStart
- Add Live Demo link to site hero and footer
- Integrate demo/ build into site/public/demo/ for GitHub Pages
- Update deploy-site workflow to build demo before site
- Add DEMO_BASE_PATH env var to demo vite config for /demo/ base path
Copy file name to clipboardExpand all lines: README.md
+70-2Lines changed: 70 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
EdgeParse converts any digital PDF into Markdown, JSON (with bounding boxes), HTML, or plain text — deterministically, without a JVM, without a GPU, without OCR models, and with **best-in-class accuracy** among non-OCR tools on the 200-document benchmark suite included in this repository.
12
12
13
-
Available as a **Rust library**, **CLI binary**, **Python package** (`edgeparse`), and **Node.js package** (`edgeparse`).
13
+
Available as a **Rust library**, **CLI binary**, **Python package** (`edgeparse`), **Node.js package** (`edgeparse`), and **WebAssembly module** for in-browser PDF parsing.
14
14
15
15
---
16
16
@@ -23,6 +23,7 @@ Available as a **Rust library**, **CLI binary**, **Python package** (`edgeparse`
23
23
-[CLI Reference](#cli-reference)
24
24
-[Python SDK](#python-sdk)
25
25
-[Node.js SDK](#nodejs-sdk)
26
+
-[WebAssembly SDK](#webassembly-sdk)
26
27
-[Architecture](#architecture)
27
28
-[Benchmark](#benchmark)
28
29
-[Why it matters](#why-it-matters)
@@ -54,6 +55,7 @@ Available as a **Rust library**, **CLI binary**, **Python package** (`edgeparse`
0 commit comments