diff --git a/examplecode/notebooks.mdx b/examplecode/notebooks.mdx index e0d0a4be..658e5307 100644 --- a/examplecode/notebooks.mdx +++ b/examplecode/notebooks.mdx @@ -6,6 +6,13 @@ description: "Notebooks contain complete working sample code for end-to-end solu --- + +
+ Learn how to build data processing workflows using the Unstructured API and Python SDK to preprocess unstructured files from S3 and store the structured outputs in PostgreSQL for retrieval. +
+ ``Unstructured API`` ``Workflows`` ``S3`` ``PostgreSQL`` +
+

This notebook explores using Unstructured API to process financial documents while preserving tabular structure in a way that's usable by downstream applications.