Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 991 for

information extraction

(0.04 sec)
  1. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta Information of a document....Purchase Buy Now Pricing Information Free Trials Temporary License...allows users to get document information which includes: (detected...

    docs.groupdocs.com/metadata/java/get-document-i...
  2. Images | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Purchase Buy Now Pricing Information Free Trials Temporary License...Leave feedback Extracting common image information Working with...

    docs.groupdocs.com/metadata/java/images/
  3. Highlight Search Results using C#

    Learn how to highlight search results using C# with our guide. Moreover, we will provide code example to highlight search results in C# for better document management....distinguishing relevant information in search results. This guide...easier for users to find the information they need quickly and effectively...

    kb.groupdocs.com/search/net/highlight-search-re...
  4. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format Information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format Information advanced_usage....Purchase Buy Now Pricing Information Free Trials Temporary License...presentation and extract some additional file format information. a presentation...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....Purchase Buy Now Pricing Information Free Trials Temporary License...the index is reloaded. For information on managing the stop word...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  6. Upcoming Release of GroupDocs.Watermark for Java

    We are extremely excited to announce that GroupDocs.Watermark is coming soon to Java platform. It will be an easy to use back-end API for adding text and image watermark to the popular document formats. GroupDocs.Watermark for Java will allow you to add watermarks that are hard to be automatically removed by third-party tools. The API also aims to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document....supported document formats Extracting information of watermark objects...rasterization Getting document information Searching watermarks by text...

    blog.groupdocs.com/watermark/upcoming-release-o...
  7. Images | Documentation

    Learn about managing metadata for Images formats....Purchase Buy Now Pricing Information Free Trials Temporary License...Leave feedback Extracting Common Image Information Working with...

    docs.groupdocs.com/metadata/net/images/
  8. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more Information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific Information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....Purchase Buy Now Pricing Information Free Trials Temporary License...behavior. Note Please find more information on the OpenType format here:...

    docs.groupdocs.com/metadata/java/working-with-o...
  9. Indexing with stop words | Documentation

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API...Purchase Buy Now Pricing Information Free Trials Temporary License...the index is reloaded. For information on managing the stop word...

    docs.groupdocs.com/search/net/indexing-with-sto...
  10. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific Information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Purchase Buy Now Pricing Information Free Trials Temporary License...API supports extracting format-specific information from ASF files...

    docs.groupdocs.com/metadata/java/working-with-m...