New to Telerik Document Processing? Start a free 30-day trial
GenAI-powered Document Insights Overview
Updated on Sep 8, 2026
The GenAI-powered Document Insights feature in Telerik Document Processing lets you extract insights from Word documents with Large Language Models (LLMs). Use it to summarize document content and ask questions about a Word document. The AI returns answers based on the document content.
Key Features
- Extract Document Insights: Extract document insights from lengthy Word documents.
- Efficient Information Retrieval: Ask targeted questions and receive answers based on document content.
- Token Optimization: Reduce token usage by sending only relevant document parts to the AI model, as shown in the
PartialContextQuestionProcessorarticle. - Multiple LLM Support: Use multiple AI providers, including Azure OpenAI, OpenAI, and Ollama, as described in the Prerequisites article.
Explore the WordsProcessing GenAI Document Insights demo.
The GenAI-powered Document Insights feature includes these processors:
| Processor | Description |
|---|---|
SummarizationProcessor | Generates concise summaries of Word documents. |
CompleteContextQuestionProcessor | Answers questions by sending the entire document content to the AI model. |
PartialContextQuestionProcessor | Answers questions by sending only relevant document parts to the AI model. |