Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 2,845 for

indexing

(0.05 sec)
  1. Search thread safety | Documentation

    This article shows that how search thread safety works....simultaneous searches Search in an index is a thread safe operation....cross-threading problems. Search during indexing, updating, optimizing, or...

    docs.groupdocs.com/search/java/search-thread-sa...
  2. Perform Reverse Image Search using C#

    Efficiently perform reverse image search using C# to find similar images. Learn how to implement reverse image search in C# for content-based image retrieval....search Create an Index object using the specified index folder Set...IndexingOptions to enable indexing for container item images...

    kb.groupdocs.com/search/net/perform-reverse-ima...
  3. Getting indexed documents | Documentation

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....Searching / Getting indexed documents Getting indexed documents Leave...get a list of indexed documents from an index, and how to get...

    docs.groupdocs.com/search/java/getting-indexed-...
  4. Getting indexed documents | Documentation

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....Searching / Getting indexed documents Getting indexed documents Leave...get a list of indexed documents from an index, and how to get...

    docs.groupdocs.com/search/net/getting-indexed-d...
  5. Getting indexed documents | Documentation

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....Searching / Getting indexed documents Getting indexed documents Leave...get a list of indexed documents from an index, and how to get...

    docs.groupdocs.com/search/nodejs-java/getting-i...
  6. Search network node events | Documentation

    This page contains information about the purpose and use of all search network events....event The event occurs when indexing of all enqueued documents...occurs when a document has been indexed. DocumentDeleted event The...

    docs.groupdocs.com/search/net/search-network-no...
  7. GroupDocs Newsletter March 2018 – Document Mani...

    Share this issue: Monthly NewsletterMarch 2018 Edit Business Documents in Java by Loading in HTML Save Back to HTML, Word, ODT, XML & Text File Formats Edit and transform documents using HTML Editor or by any UI-less service within any Java based application. GroupDocs.Editor for Javais a powerful document editing API that allows converting supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made Easily manage complex documents editing operations by adding just a few lines of code within any type of Java application.... Multi-Threaded Indexing Support in Documents Searching...for .NET allows to perform indexing in multiple threads using...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  8. Get Search and Index Report Using GroupDocs.Sea...

    Team GroupDocs is always focused on delivering the best to their customers and this is why we have come up with yet another monthly release of the search API which adds some very valuable features and enhancements to the GroupDocs.Search for .NET API. Using the latest version, users can get detailed report about searching or Indexing. The API has also added Fiction book format to the list of supported formats....report about searching or indexing. The API has also added Fiction...FictionBook (fb2) format Implement Indexing Report functionality Implement...

    blog.groupdocs.com/search/get-search-and-index-...
  9. 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....Developer Guide / Advanced Usage / Indexing / OCR support OCR support...Creating an index const index = new groupdocs . search . Index ( indexFolder...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  10. Reverse Image Search in Documents

    Build your app with reverse image search functionality in documents and image files.... Using its image indexing and searching features, you...Install-Package GroupDocs.Search Step 2: Indexing Images # To enable reverse...

    blog.groupdocs.com/search/reverse-image-search/