Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 4,188 for

classification

(0.12 sec)
  1. Storing text of indexed documents | GroupDocs

    This article explains that how to store text of indexed documents....Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/storing-text-of-i...
  2. Highlighting results in network | GroupDocs

    This page contains information about highlighting search results in the search network....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/highlighting-res...
  3. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/python-net/save-to...
  4. Homophone search | GroupDocs

    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....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/homophone-search/
  5. Optimize index | GroupDocs

    This article explains that how to optimize index to reduce the number of segments in an index....Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/optimize-index/
  6. Get document Info | GroupDocs

    This artcle explains how to get document information...Classification Product Solution Purchase...

    docs.groupdocs.com/watermark/java/get-document-...
  7. Basic Usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Classification Product Solution Purchase...

    docs.groupdocs.com/watermark/java/basic-usage/
  8. Use PageAreaRedaction | GroupDocs

    This article explains that how to use PageAreaRedaction....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/net/use-page-area-...
  9. OCR Usage Basics | GroupDocs

    This article explains that how to integrate any paid or free OCR solution....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/net/ocr-usage-basics/
  10. Use redaction callback | GroupDocs

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/use-redaction...