Share via

Is there is any possibilites in azure computer vision AI service to extract pptx file using python

Nandhini Karuppusamy 41 Reputation points
2022-11-15T10:06:31.767+00:00

i don't get any code related this.. if you have please share

Azure AI Custom Vision
Azure AI Custom Vision

An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.

Microsoft Partner Center API
Azure Document Intelligence in Foundry Tools
Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform

Azure Vision in Foundry Tools
0 comments No comments

Answer accepted by question author

Rohit Mungi 49,131 Reputation points Microsoft Employee Moderator
2022-11-15T12:48:40.08+00:00

@Nandhini Karuppusamy The best way to extract text out of a PPT file using these services is to use the Azure Form recognizer API.
You will have to use the READ API from document analysis section of the FR studio to extract the text but the PPT file should be saved as PDF before you use with the API. Here is a step by step process to achieve the same.

  1. Save the file as PDF
  2. Use the Document Analysis -> Read option from the FR studio
  3. Upload the PDF file and hit Analyze option
  4. After successful analysis the studio should display the extracted text and an option to download source code for a similar operation using the python SDK, use this to build on your client application

I hope this helps!!

If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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