From 02052be5062bc2b41639007f2ba9b53022891e19 Mon Sep 17 00:00:00 2001 From: ajay23-uns Date: Wed, 13 Aug 2025 15:34:38 -0400 Subject: [PATCH] adding uns x postgresql notebook --- examplecode/notebooks.mdx | 7 +++++++ 1 file changed, 7 insertions(+) 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.