How do I upload a PDF file to AZURE AI to summarize?

Efren Sandoval 0 Reputation points
2024-05-10T17:37:34.5233333+00:00

How do I upload a PDF file to AZURE AI to summarize?

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,602 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Marcin Policht 49,640 Reputation points MVP Volunteer Moderator
    2024-05-10T21:03:04.8066667+00:00

    Follow https://learn.microsoft.com/en-us/azure/ai-services/openai/use-your-data-quickstart?tabs=command-line%2Cpython-new&pivots=programming-language-studio


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

  2. romungi-MSFT 48,906 Reputation points Microsoft Employee Moderator
    2024-05-13T08:14:24.8866667+00:00

    @Efren Sandoval AFAIK There is no direct summarization feature with uploading a PDF file and getting a summary but you could use language service to summarize a document of text file format. The feature in this case is called document summarization API which uses the .txt files in the request to provide a extractive summary. There is a limitation on the number of documents and the characters that can be in a document or document id. I hope this helps!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.