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.