Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 2,849 for

index

(0.06 sec)
  1. Merge pages in the arbitrary order | Documentation

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for .NET....the required pages by their index When adding many pages, specifying...and specify pages by their index instead. To combine several...

    docs.groupdocs.com/merger/net/merge-pages-in-ar...
  2. Perform Date Range search using C#

    Learn how to perform date range search using C# to find specific document data within a given range. Discover how to search documents by date range in C# with ease....and efficiency in handling indexed content. Let’s explore how...search functionality Create an Index instance to define the storage...

    kb.groupdocs.com/search/net/perform-date-range-...
  3. Find any Word and its Synonyms in Multiple File...

    Find specific words and their synonyms within different files of a folder using C#. Get all the synonyms, grouped by different meanings using .NET API....query, index folder, and the document’s folder. Create index with...with defined index Folder using Index class. Add the document’s...

    blog.groupdocs.com/search/find-synonyms-in-mult...
  4. 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....Creating an index in the specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/homophone...
  5. Document filtering in search result | Documenta...

    This article gives the knowledge that how the document filters used during the search using Java search API....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/document-filteri...
  6. OCR support | Documentation

    This article demonstrates 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...Developer Guide / Advanced Usage / Indexing / OCR support OCR support...// Creating an index Index index = new Index ( indexFolder );...

    docs.groupdocs.com/search/net/ocr-support/
  7. Perform Boolean Search using Java

    Utilize this article to perform Boolean search using Java. Master full-text search with Boolean operators in Java for accurate and efficient application results....ensuring accurate results from indexed documents. This guide explores...capabilities in your project Create an Index object to establish a searchable...

    kb.groupdocs.com/search/java/perform-boolean-se...
  8. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST documents to different format based on content type using GroupDocs.Conversion for .NET....10 and later: var index = 1 ; LoadOptions LoadOptionsProvider...string outputFile = $"converted-{index++}.{saveContext.TargetFormat...

    docs.groupdocs.com/conversion/net/convert-pst-o...
  9. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form....@"c:\MyDocuments\" ; // Creating index Index index = new Index ( indexFolder );...); // Indexing index . Add ( documentsFolder ); // Creating subquery...

    docs.groupdocs.com/search/net/queries-in-text-a...
  10. Spelling Correction in Document Search using C#

    Implement spelling correction in document search using C#. For accurate and efficient document retrieval, this topic enables spell check in document search using C#....Create an index in the specified folder using the Index class Use...Use the Index.Add method to add documents from the specified folder...

    kb.groupdocs.com/search/net/spelling-correction...