From 2772ee488b412043d4167551d7d2cb57c2e23883 Mon Sep 17 00:00:00 2001 From: ajaykrish-uns Date: Tue, 20 Jan 2026 09:31:40 -0500 Subject: [PATCH] added Covnert Documents to Stylized HTML notebook --- examplecode/notebooks.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examplecode/notebooks.mdx b/examplecode/notebooks.mdx index d99c3ba5..7daa1a47 100644 --- a/examplecode/notebooks.mdx +++ b/examplecode/notebooks.mdx @@ -5,6 +5,13 @@ mode: wide description: "Notebooks contain complete working sample code for end-to-end solutions." --- + +
+ Partition documents into structured elements using our VLM-based partitioning strategy, then convert the extracted HTML metadata into beautifully stylized web documents for RAG pipelines, knowledge bases, and AI-powered applications. +
+ ``Unstructured API`` ``On-demand jobs`` ``Local files`` +
+

Learn the basics of how to use the Unstructured API to run an on-demand job with a short-lived workflow that takes one or more local files as input.