项目作者: groupdocs-free-consulting

项目描述 :
This is GroupDocs free consulting project that helps you to extract Text from Microsoft PowerPoint Presentation PPTX/PPT using GroupDocs.Parser Cloud SDK for JAVA. https://www.groupdocs.cloud
高级语言: Java
项目地址: git://github.com/groupdocs-free-consulting/Extract-Text-from-Microsoft-PowerPoint-Presentation-using-JAVA-SDK-of-GroupDocs.Parser-REST-API.git


Extract Text from Microsoft PowerPoint Presentation using JAVA SDK of GroupDocs.Parser REST API

This is GroupDocs free consulting project that helps you to extract Text from Microsoft PowerPoint Presentation PPTX/PPT using GroupDocs.Parser Cloud SDK for JAVA.

GroupDocs.Parser Cloud API is a document data extraction REST API that supports over 50 common document types, powered by GroupDocs.Parser on premise API. You can use GroupDocs.Parser Cloud API with any language ( for example .NET, Java, PHP, Ruby, Python, Node.js and many more) or platform that supports REST to parse documents and extract data.

Requirements

The project requires Maven to be installed. You can import this project in any preferred Java IDE.

If you want to use GroupDocs.Parser Cloud API in your existing project then add following repository and dependency to your project’s POM.

  1. <repository>
  2. <id>groupdocs-artifact-repository</id>
  3. <name>GroupDocs Artifact Repository</name>
  4. <url>https://repository.groupdocs.cloud/repo</url>
  5. </repository>
  1. <dependency>
  2. <groupId>com.groupdocs</groupId>
  3. <artifactId>groupdocs-parser-cloud</artifactId>
  4. <version>19.11</version>
  5. <scope>compile</scope>
  6. </dependency>

Project Screenshots

  • Sample PPTX screenshot used in the project

  • This is PPTX Text output of the REST API call

    1. Slide 0 Title
    2. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    3. Slide 1 Title
    4. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Interested in GroupDocs free consulting project?

If you are also interested in a free consulting project by GroupDocs team then please view details on this page

If you have any questions about GroupDocs Cloud APIs, please feel free to post your query in GroupDocs Cloud file format APIs Forums.

Also, you can keep in touch with the latest developments in file format APIs offered by GroupDocs Cloud at our Blog.

This free consulting project is based on the following issue:

I want to create/build an api to parse ppt and pptx: github.com/groupdocs-free-consulting/projects/issues/1