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 Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
306 questions
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.
209 questions
Microsoft Partner Center API
Microsoft Partner Center API
Microsoft Partner Center: A Microsoft website for partners that provides access to product support, a partner community, and other partner services.API: A software intermediary that allows two applications to interact with each other.
312 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,356 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,364 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 41,861 Reputation points Microsoft Employee
    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful