Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 29,623 for

groupdocs.search

(0.06 sec)
  1. Getting document text in network | Documentation

    This page contains information about getting document text in the search network....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for ...

    docs.groupdocs.com/search/net/getting-document-...
  2. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Java...

    docs.groupdocs.com/search/java/character-replac...
  3. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Java...

    docs.groupdocs.com/search/java/homophone-search/
  4. Highlighting results in network | Documentation

    This page contains information about highlighting search results in the search network....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Java...

    docs.groupdocs.com/search/java/highlighting-res...
  5. Optimize index | Documentation

    This article explains that how to optimize index to reduce the number of segments in an index using Java....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Node...

    docs.groupdocs.com/search/nodejs-java/optimize-...
  6. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Node...

    docs.groupdocs.com/search/nodejs-java/homophone...
  7. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Java...

    docs.groupdocs.com/search/java/using-aliases/
  8. Keyboard layout correction | Documentation

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Java...

    docs.groupdocs.com/search/java/keyboard-layout-...
  9. Image search options | Documentation

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Java...

    docs.groupdocs.com/search/java/image-search-opt...
  10. 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....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Node...

    docs.groupdocs.com/search/nodejs-java/ocr-support/