Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 3,884 for

classification

(0.05 sec)
  1. Extract barcodes from document | Documentation

    This article explains that how to extract barcodes from documents....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  2. Get document info | Documentation

    This article shows how to get the basic document info....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/java/get-document-info/
  3. Use advanced logging | Documentation

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/use-advanced-...
  4. Extract images from Emails | Documentation

    Extract images from emails, by default images are extracted with its original format...Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-images-fr...
  5. Document renaming | Documentation

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/document-renaming/
  6. 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 using Java search API....Classification Product Solution Purchase...

    docs.groupdocs.com/search/nodejs-java/regular-e...
  7. Document renaming | Documentation

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....Classification Product Solution Purchase...

    docs.groupdocs.com/search/nodejs-java/document-...
  8. 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....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/indexing-with-st...
  9. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically in Java....Classification Product Solution Purchase...

    docs.groupdocs.com/search/nodejs-java/text-file...
  10. Merge documents to PDF | Documentation

    This section describes how to import OLE objects into PDF documents using C#/.NET...Classification Product Solution Purchase...

    docs.groupdocs.com/merger/net/merge-documents-t...