Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 2,997 for

feature

(0.03 sec)
  1. Email Formats are Supported in GroupDocs.Assemb...

    At GroupDocs, we are always focused on delivering the best to our customers, in this regard we are excitedly announcing another monthly release of GroupDocs.Assembly for Java v17.8.0. This new release of Java Document Assembly API now provides support for Email formats along with support for building charts from chart worksheets and reference cells. We would recommend you to download and integrate this latest release. Java Document Assembly API v17....0 - Features # This latest release provide...

    blog.groupdocs.com/assembly/groupdocs.assembly-...
  2. Add Ellipse Annotation in Slides

    We try our best to provide minimal yet appropriate solutions to our customers. Hence, in this month’s release of GroupDocs.Annotation for .NET 19.3 you will observe some new “easy-to-implement” Features. Lets start with ellipse annotation. You might be looking for it, we’ve now added its support for different document formats. Ellipse Annotation GroupDocs.Annotation for .NET 19.3 provides GetThumbnail method for PageImage class, that helps you in getting thumbnails of PDF document pages....some new “easy-to-implement” features. Lets start with ellipse annotation...

    blog.groupdocs.com/annotation/add-ellipse-annot...
  3. Nodejs on GroupDocs Blog | Document Automation ...

    Nodejs on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Nodejs on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Compare Doc......js: Installation, Features, and Use Cases Explore as...

    blog.groupdocs.com/pt/tag/nodejs/index.xml
  4. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....To learn more about search features and get familiar how to enhance...documentation articles and see the features in action in our GitHub examples:...

    docs.groupdocs.com/search/java/work-with-search...
  5. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....To learn more about search features and get familiar how to enhance...documentation articles and see the features in action in our GitHub examples:...

    docs.groupdocs.com/search/net/build-your-first-...
  6. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...To learn more about search features and get familiar how to enhance...documentation articles and see the features in action in our GitHub examples:...

    docs.groupdocs.com/search/java/build-search-query/
  7. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  8. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/java/stop-word-dictio...
  9. Delete indexed documents | Documentation

    GroupDocs.Search for Java has the ability to remove individual documents from the index that are indexed from a stream or structure....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/java/delete-indexed-d...
  10. Update index | Documentation

    This article explains that how to update indexed documents, as well as updating an index version in Java....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/java/update-index/