diff --git a/site/src/components/enterprise/EnterpriseContent.astro b/site/src/components/enterprise/EnterpriseContent.astro
index 95da5c9..6cbe8e6 100644
--- a/site/src/components/enterprise/EnterpriseContent.astro
+++ b/site/src/components/enterprise/EnterpriseContent.astro
@@ -172,7 +172,11 @@ const base = import.meta.env.BASE_URL;
Docker deployment
Run EdgeParse in containers with pre-built images.
-
+
+ Live demo
+ Try EdgeParse in your browser — no install, no server, pure WebAssembly.
+
+
Implementation support
Talk to the team about architecture reviews, rollout planning, or custom integration work.
diff --git a/site/src/components/landing/CtaSection.astro b/site/src/components/landing/CtaSection.astro
index 08d1afe..9e2ee31 100644
--- a/site/src/components/landing/CtaSection.astro
+++ b/site/src/components/landing/CtaSection.astro
@@ -28,6 +28,12 @@ const base = import.meta.env.BASE_URL;
+ Enterprise deployment? Talk to Elitizon about architecture reviews and production rollouts. +
diff --git a/site/src/content/docs/benchmark/results.mdx b/site/src/content/docs/benchmark/results.mdx index e04ab4c..2ba17d4 100644 --- a/site/src/content/docs/benchmark/results.mdx +++ b/site/src/content/docs/benchmark/results.mdx @@ -38,3 +38,8 @@ description: "EdgeParse vs 6 PDF parsers on 200 documents. NID, TEDS, MHS scores - **Corpus:** 200 diverse PDF documents - **Mode:** Single-threaded - **Categories:** Academic papers, financial reports, invoices, government forms, books, manuals + +## See It in Action + +- [Try Live Demo](/demo/) — parse any PDF in your browser with WebAssembly, no install needed +- [Enterprise](/enterprise/) — production-grade deployment with priority support by [Elitizon](https://www.elitizon.com/) diff --git a/site/src/content/docs/getting-started/quick-start-cli.mdx b/site/src/content/docs/getting-started/quick-start-cli.mdx index 397ab93..c6f6a8e 100644 --- a/site/src/content/docs/getting-started/quick-start-cli.mdx +++ b/site/src/content/docs/getting-started/quick-start-cli.mdx @@ -76,3 +76,5 @@ edgeparse document.pdf -f json --hybrid docling-fast - [Output Format Details](/output/json-schema/) - [Rust Library Usage](/getting-started/quick-start-rust/) +- [Try Live Demo](/demo/) — parse PDFs in your browser with WebAssembly +- [Enterprise](/enterprise/) — self-hosted deployment, priority support by [Elitizon](https://www.elitizon.com/) diff --git a/site/src/content/docs/getting-started/quick-start-nodejs.mdx b/site/src/content/docs/getting-started/quick-start-nodejs.mdx index 33be8b3..ff3506d 100644 --- a/site/src/content/docs/getting-started/quick-start-nodejs.mdx +++ b/site/src/content/docs/getting-started/quick-start-nodejs.mdx @@ -52,3 +52,5 @@ const result = convert("document.pdf", { - [JSON Schema Reference](/output/json-schema/) - [Benchmark Results](/benchmark/results/) +- [Try Live Demo](/demo/) — parse PDFs in your browser with WebAssembly +- [Enterprise](/enterprise/) — self-hosted deployment, priority support by [Elitizon](https://www.elitizon.com/) diff --git a/site/src/content/docs/getting-started/quick-start-python.mdx b/site/src/content/docs/getting-started/quick-start-python.mdx index 8b69d9b..ded6f6f 100644 --- a/site/src/content/docs/getting-started/quick-start-python.mdx +++ b/site/src/content/docs/getting-started/quick-start-python.mdx @@ -49,4 +49,6 @@ print(f"Saved to: {out_path}") ## Next Steps - [JSON Schema Reference](/output/json-schema/) — understand every field -- [Benchmark Results](/benchmark/results/) — accuracy & speed data +- [Benchmark Results](/benchmark/results/) — accuracy & speed data +- [Try Live Demo](/demo/) — parse PDFs in your browser with WebAssembly +- [Enterprise](/enterprise/) — self-hosted deployment, priority support by [Elitizon](https://www.elitizon.com/) diff --git a/site/src/content/docs/getting-started/quick-start-rust.mdx b/site/src/content/docs/getting-started/quick-start-rust.mdx index d4a1f53..fba565e 100644 --- a/site/src/content/docs/getting-started/quick-start-rust.mdx +++ b/site/src/content/docs/getting-started/quick-start-rust.mdx @@ -60,3 +60,5 @@ fn main() -> anyhow::Result<()> { - [Architecture](/contributing/architecture/) - [JSON Schema Reference](/output/json-schema/) +- [Try Live Demo](/demo/) — parse PDFs in your browser with WebAssembly +- [Enterprise](/enterprise/) — self-hosted deployment, priority support by [Elitizon](https://www.elitizon.com/)