Parse & Extract with REST API & Java SDK

Parse documents such as invoices, receipts or financial tables to extract text, images and metadata from 40+ popular document formats.

  • GroupDocs.Parser Cloud for cURL
  • GroupDocs.Parser Cloud SDK for .NET
  • GroupDocs.Parser Cloud SDK for PHP
  • GroupDocs.Parser Cloud SDK for Python
  • GroupDocs.Parser Cloud SDK for Ruby
  • GroupDocs.Parser Cloud SDK for Node.js
Start Free Trial

GroupDocs.Parser Cloud for Java is a wrapper around document data extraction REST API to parse over 50 document types. Parsing documents with predefined templates is one of the most valuable features of GroupDocs.Parser Cloud API. It is very simple and easy to define templates and extract data from invoices or other kinds of typical documents. The API provides methods to extract images, extract text and metadata from almost all of the most common file formats. Along with the regular documents, you can use the supported features on password protected files and containers like ZIP archives, OST/PST mail data files, eBooks, markups, and PDF portfolios in your Java applications.

Frequently Asked Questions

I want to create my own Java application that can parse files online?

Check our Cloud SDKs for Java at GitHub if you are looking for the source code to parse files in the Cloud.

Can I try GroupDocs.Parser REST APIs on Java for free?

You can try GroupDocs.Parser Low-Code Java APIs without any limitations.

I do not want to upload my confidential files anywhere? What are my options?

GroupDocs.Parser Cloud is also available as Docker image which can be used to self-host the service. Or you may build your own services using GroupDocs.Parser High-code APIs which currently drive both our Free Apps and REST APIs.

Document Parser REST API Features

Parse PDF, word processing documents, spreadsheets & presentations

Parse Microsoft Word, Excel, PowerPoint and OpenDocument template files

Parse Macro-Enabled document & templates for MS Word, Excel & PowerPoint

Extract text content from the whole document

Extract text and images from specific pages

Extract formatted text by setting extraction mode

Extract text from the documents in ZIP archives or Emails

Retrieve documents from Emails, PDF portfolios & MS Outlook storages

Get document page count and other information

Extract Images from a Document

GroupDocs.Parser Cloud API, provides several ways to extract images from the documents. You can extract all the images from the whole document, extract images from the specific pages by setting pages range. Following example shows how to extract images from a document inside a container.

Extract images from a PDF Portfolio - Java

// Get AppKey and AppSID from https://dashboard.groupdocs.cloud
String MyAppKey = "";
String MyAppSid = "";

Configuration configuration = new Configuration(MyAppSid, MyAppKey);
ParseApi apiInstance = new ParseApi(configuration);

FileInfo fileInfo = new FileInfo();
fileInfo.setFilePath("pdf/PDF with attachments.pdf");
fileInfo.setPassword("password");

ContainerItemInfo containerItemInfo = new ContainerItemInfo();
containerItemInfo.setRelativePath("template-document.pdf");

ImagesOptions options = new ImagesOptions();
options.setFileInfo(fileInfo);
options.setContainerItemInfo(containerItemInfo);

ImagesRequest request = new ImagesRequest(options);
ImagesResult response = apiInstance.images(request);

// For complete examples and data files, visit https://github.com/groupdocs-parser-cloud/groupdocs-parser-cloud-java-samples

Extract images from Documents using GroupDocs.Parser Free App

PSTJPGODSXLTXXLSPOTMJP2TARXLAMONEDOTXPPTBMPMHTMLDOTDOCXPPTMEPUBMSGZIPPOTODPEMLRARRTFPNGCHMTIFFHTMLDOCOTTPPSXLSXOTPXHTMLPDFPPTXXMLGIFXLTFB2PPSXDOCMCSVPPSMOTSXLTMDOTMEMLXMDXLSMTIFTXTXLSBBZ2XLAOSTPOTXODTJPEGGZ

Extract images from Documents using GroupDocs.Parser Free App

XLAOTSOSTCSVPPTXXHTMLMDODSDOCXCHMDOTOTPPPSPPTJPGRARBMPONEPNGPOTMHTMLXLTMXLAMDOTMMHTMLJP2PPSMEPUBTARZIPBZ2JPEGGIFODTODPTIFFPOTXEMLXDOCMRTFFB2XLSXXLTXDOTXPDFMSGXLSBPPTMXMLXLTTIFDOCXLSGZOTTPOTPSTEMLXLSMPPSXTXT

Support and Learning Resources

GroupDocs.Parser Cloud also offers individual document parsing SDKs for other languages as listed below:

  English
42e91c6