Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 990 for

information extraction

(0.03 sec)
  1. GroupDocs.Metadata Overview | Documentation

    The metadata is a data which shows Information about other data. It should not be considered as the content of the data. Various types of metadata are existed such as, descriptive, structural, administrative, reference, statistical and legal metadata....Purchase Buy Now Pricing Information Free Trials Temporary License...metadata is a data which shows information about other data. It should...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  2. Getting document text in network | Documentation

    This page contains Information about getting document text in the search network....Purchase Buy Now Pricing Information Free Trials Temporary License...Leave feedback To obtain the extracted text of indexed documents...

    docs.groupdocs.com/search/java/getting-document...
  3. Working with slide backgrounds | Documentation

    Extracting Information about all slide backgrounds The API allows you to extract Information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Purchase Buy Now Pricing Information Free Trials Temporary License...feedback On this page Extracting information about all slide backgrounds...

    docs.groupdocs.com/watermark/java/working-with-...
  4. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific Information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Purchase Buy Now Pricing Information Free Trials Temporary License...API supports extracting format-specific information from PNG images...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Existing objects in diagram document | Document...

    This article explains how to to find and remove watermarks of both types in Visio document....Purchase Buy Now Pricing Information Free Trials Temporary License...Working with shapes Extracting information about all shapes method...

    docs.groupdocs.com/watermark/java/existing-obje...
  6. Existing objects in Word document | Documentation

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking Java API...Purchase Buy Now Pricing Information Free Trials Temporary License...watermarker . close (); Extracting information about all shapes in...

    docs.groupdocs.com/watermark/java/existing-obje...
  7. Search for QR Code standard entries | Documenta...

    This article explains how to provide advanced search for standard QR Code embedded objects like WiFi, Event, Contact, SMS, EMail, EPC or SEPA payment, VCard or MeCard entries, etc with GroupDocs.Signature API....Purchase Buy Now Pricing Information Free Trials Temporary License...in QR-code standard email information with recipient, subject and...

    docs.groupdocs.com/signature/net/advanced-searc...
  8. Email attachments | Documentation

    This article shows how to get the Information about the attachments....Purchase Buy Now Pricing Information Free Trials Temporary License...Leave feedback On this page Extracting all attachments from email...

    docs.groupdocs.com/watermark/net/email-attachme...
  9. GroupDocs.Viewer for Node.js overview | Documen...

    GroupDocs.Viewer for Node.js enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Node.js is cross-platform class library....Purchase Buy Now Pricing Information Free Trials Temporary License...contained in the source document. Extract text from PDF files and images...

    docs.groupdocs.com/viewer/nodejs-java/product-o...
  10. Working with data extracted by template | Docum...

    Extracted data are stored in the instance of DocumentData class...Purchase Buy Now Pricing Information Free Trials Temporary License...data extracted by template Working with data extracted by template...

    docs.groupdocs.com/parser/net/working-with-data...