Sort Score
Result 10 results
Languages All
Labels All
Results 4,821 - 4,830 of 8,303 for

document annotation

(0.64 sec)
  1. Synonym dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/synonym-dictionary/
  2. Homophone dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/homophone-dictio...
  3. Query language specification | GroupDocs

    This article gives the knowledge about the complete specification of the search query DSL used in text queries....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/query-language-sp...
  4. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/spelling-...
  5. Updating metadata | GroupDocs

    The Example in this article demonstrates how to update metadata properties using a combination of criteria...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/updating-metadata/
  6. Handling metadata in WAV files | GroupDocs

    This article explains about the API supports extracting metadata from WAV files...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/handling-metad...
  7. Stop word dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/stop-word-dictio...
  8. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Extract Text from PPTX using Java

    This article gives a detailed guide on how to extract text from PPTX using Java, along with the code to help you easily perform text extraction from PPTX in Java....Annotation Product Family GroupDocs...extraction, or automating document processes. In this guide,...

    kb.groupdocs.com/parser/java/extract-text-from-...
  10. Extract Text from PPT using Java

    This article explains the process of how to extract text from PPT using Java. It also provides a code example to integrate text extraction from PPT in Java projects....Annotation Product Family GroupDocs...offers a comprehensive APIs for document parsing, including support...

    kb.groupdocs.com/parser/java/extract-text-from-...