From 9c2415103d9c324d4463583bc2b384243f17ada4 Mon Sep 17 00:00:00 2001 From: Dess Date: Fri, 4 Jul 2025 11:28:58 +0300 Subject: [PATCH] Update getting-started.md --- .../gen-ai-powered-document-insights/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/radpdfprocessing/features/gen-ai-powered-document-insights/getting-started.md b/libraries/radpdfprocessing/features/gen-ai-powered-document-insights/getting-started.md index 25581f3e..58d19ccd 100644 --- a/libraries/radpdfprocessing/features/gen-ai-powered-document-insights/getting-started.md +++ b/libraries/radpdfprocessing/features/gen-ai-powered-document-insights/getting-started.md @@ -22,6 +22,8 @@ The following example demonstrates how to use the GenAI-powered Document Insight When you run this code, the AI will process your document, generate a summary, and answer your questions. +>note A sample runnable project is available in the Document Processing SDK: [AIConnectorDemo](https://github.com/telerik/document-processing-sdk/tree/master/PdfProcessing/AIConnectorDemo). + ## See Also * [Prerequisites]({%slug radpdfprocessing-features-gen-ai-powered-document-insights-prerequisites%})