Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 309 for

filtering

(0.03 sec)
  1. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....meaning that stop words are filtered during indexing and not added...

    docs.groupdocs.com/search/java/indexing-with-st...
  2. Mencari dan Memfilter Dokumen di Java

    Dapatkan wawasan dengan cepat tentang cara mencari dan memfilter dokumen di Java. Temukan teknik untuk memfilter hasil pencarian dokumen di Java untuk pengambilan data yang akurat.... Linux, atau macOS, teknik filter hasil pencarian berdasarkan...

    kb.groupdocs.com/id/search/java/search-and-filt...
  3. Perform Reverse Image Search using Java

    Quickly perform reverse image search using Java to locate similar images. Discover how to implement reverse image search in Java for content-based image retrieval....maximum number of results, and filters for the documents to search...

    kb.groupdocs.com/search/java/perform-reverse-im...
  4. Image search options | Documentation

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....method allows you to specify the filter of documents returned as a...

    docs.groupdocs.com/search/java/image-search-opt...
  5. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....images OCR Remove Page Page Filters Saves the document as PDF (Adobe...

    docs.groupdocs.com/redaction/python-net/support...
  6. Use PageAreaRedaction | Documentation

    This article explains that how to use PageAreaRedaction....Advanced Usage / Using redaction filters / Use PageAreaRedaction Use...

    docs.groupdocs.com/redaction/java/use-page-area...
  7. Remove Metadata of Documents and Images using C#

    Remove selective metadata or clean all metadata properties using C# from DOCX, XLSX, PPTX, PDF, JPG/JPEG, PNG, WebP images, email, eBooks, Visio, Zip files....without applying any specific filter, use the Sanitize method. The...

    blog.groupdocs.com/metadata/remove-metadata-of-...
  8. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....class provides the ability to filter extracted images. **/ class...

    docs.groupdocs.com/parser/java/handle-loading-o...
  9. Best Practices in Metadata Management

    Before going in-depth to Metadata management, let’s discuss what the metadata is? The Metadata summarizes basic information about data. In other words, it’s an information which describes the data that contained in something like a web page, document, or file. Another way to think of metadata is as a short explanation or summary of what the data is. A simple example of metadata for a document might include a collection of information like the author, file size, date the document was created, and keywords to describe the document.... Having the ability to filter through that metadata makes...

    blog.groupdocs.com/metadata/best-practices-in-m...
  10. Indexing with stop words | Documentation

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API...meaning that stop words are filtered during indexing and not added...

    docs.groupdocs.com/search/net/indexing-with-sto...