Skip to content

Commit 6332af1

Browse files
authored
fixed formatting
1 parent 7c1879c commit 6332af1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

knowledge-base/summarize-pdf-content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to summarize the text content from a PDF document using R
44
type: how-to
55
page_title: How to Summarize the Text Content of PDF documents using Text Analytics with Azure AI services
66
slug: summarize-pdf-content
7-
tags: pdf, document, processing, text, summarize,, summary, content, azure
7+
tags: pdf, document, processing, text, summarize, summary, content, azure
88
res_type: kb
99
ticketid: 1657503
1010
---
@@ -23,14 +23,14 @@ Learn how to summarize the text content of a PDF document using [Text Analytics
2323

2424
Follow the steps:
2525

26-
1\. Before going further, you can find listed below the **required** assemblies/ NuGet packages that should be added to your project:
26+
1\. Before going further, you can find listed below the **required** assemblies/NuGet packages that should be added to your project:
2727

2828
* [Azure.AI.TextAnalytics](https://www.nuget.org/packages/Azure.AI.TextAnalytics)
2929
* Telerik.Documents.Fixed
3030
* Telerik.Documents.Core
3131
* Telerik.Zip
3232

33-
2\. It is necessary to generate your Azure AI key and endpoint: [Get your credentials from your Azure AI services resource](https://learn.microsoft.com/en-us/azure/ai-services/use-key-vault?tabs=azure-cli&pivots=programming-language-csharp)
33+
2\. It is necessary to generate your Azure AI key and endpoint: [Get your credentials from your Azure AI services resource](https://learn.microsoft.com/en-us/azure/ai-services/use-key-vault?tabs=azure-cli&pivots=programming-language-csharp)
3434

3535
![Azure AI key](images/azure-ai-key.png)
3636

0 commit comments

Comments
 (0)