An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
@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.
- Save the file as PDF
- Use the Document Analysis -> Read option from the FR studio
- Upload the PDF file and hit Analyze option
- 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
or upvote
which might help other community members reading this thread.