Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 1,129 for

information extraction

(0.24 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. Get changes coordinates | GroupDocs

    This article explains how to obtain coordinates for detected changes at a document pages preview when comparing documents with GroupDocs.Comparison for Node.js via Java...Purchase Buy Now Pricing Information Free Trials Temporary License...through them to extract and display coordinate information (X, Y positions)...

    docs.groupdocs.com/comparison/nodejs-java/get-c...
  3. Getting document text in network | GroupDocs

    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...
  4. Working with metadata in PNG images | GroupDocs

    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 | GroupDocs

    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. Search for QR Code standard entries | GroupDocs

    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...
  7. Existing objects in Word document | GroupDocs

    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...
  8. Update EPUB Metadata using C# – .NET Metadata E...

    Discover ways to view and edit EPUB eBook metadata using C#. Programmatically edit EPUB specific properties and Dublin Core items using C#....metadata refers to essential information embedded within EPUB files...using the Metadata class. Extract the metadata root package using...

    blog.groupdocs.com/metadata/view-edit-epub-meta...
  9. Features Overview | GroupDocs

    The search api allow you to optimize, merge, delete, update and create indexes along with many other fascinating features...Purchase Buy Now Pricing Information Free Trials Temporary License...supported features. For detailed information on a particular feature,...

    docs.groupdocs.com/search/nodejs-java/features-...
  10. Read Metadata from DOCX using Java

    Let's learn the knowledge of how to read metadata from DOCX using Java. Master the skill to read metadata of DOCX using Java without installing extra software....uncovering the concealed information within documents is crucial...GroupDocs.Metadata for Java for extracting DOCX metadata Instantiate...

    kb.groupdocs.com/metadata/java/read-metadata-fr...