Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 1,129 for

information extraction

(0.18 sec)
  1. Error converting EML to PDF due to allegedly co...

    When converting some emails, the converter fails with “Cannot convert. The file is corrupt or damaged. Incorrect file header”. However, when opening this email in Outlook, it loads just fine including attachments. No er…...shared, but here is some more information: Version: 25.9.0 EmailLoadOptions...about sharing sensitive information, you may remove or redact...

    forum.groupdocs.com/t/error-converting-eml-to-p...
  2. GroupDocs.Viewer for Java | GroupDocs

    GroupDocs.Viewer for Java allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your Java application....Purchase Buy Now Pricing Information Free Trials Temporary License...sources Retrieve document information Extract and save attachments...

    docs.groupdocs.com/viewer/java/
  3. Handling the ID3v2 tag | GroupDocs

    This article explains how to handle ID3v2 tag....Purchase Buy Now Pricing Information Free Trials Temporary License...metadata. Note For more information on the ID3v2 standard visit...

    docs.groupdocs.com/metadata/java/handling-the-i...
  4. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc...Purchase Buy Now Pricing Information Free Trials Temporary License...diagram and extract some additional file format information. a PDF...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. Existing objects in diagrams | 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/net/existing-objec...
  10. 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...