Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 1,936 for

resource

(0.06 sec)
  1. Search network deployment | Documentation

    This page contains information about deployment of the search network...."Trace: " + message ); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/search-network-de...
  2. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....( query , options ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/spelling-...
  3. 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.... search ( query ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  4. Indexing reports | Documentation

    This article demonstrates that how indexing reports can be retrieved from the index using search API... WriteLine (); } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/indexing-reports/
  5. 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....txt" ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/stop-word-dictio...
  6. Sign document with analysis of the Sign process...

    This article shows how to analyse the sign processing of the document...SignatureId}" ); } } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/sign-document-...
  7. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... RIFF (Resource Interchange File Format) è...

    blog.groupdocs.com/it/groupdocs.blog/page/24/
  8. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API....getOccurrenceCount ()); } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/search-by-chunks/
  9. Regular expression search | Documentation

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low.... Search ( query2 ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/regular-expressio...
  10. Index lifecycle | Documentation

    The life cycle of an index begins at the moment of creating an instance of the Index class and first saving the index files to disk. The index life cycle ends when a folder containing index files is deleted. Below is a diagram of the recommended sequence of index life cycle states. Please note that the index life cycle does not consider the events of loading and unloading the index from RAM.... More resources Advanced usage topics To learn...

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