Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 10,217 for

index

(2.09 sec)
  1. DateFormat Class - GroupDocs.Search for .NET - ...

    Represents a date format....~~ 2019-12-31)" ; Index index = new Index(indexFolder); // Creating...Creating an index in the specified folder index.Add(documentsFolder);...

    apireference.groupdocs.com/search/net/groupdocs...
  2. RemovePageRedaction Properties - GroupDocs.Reda...

    Gets the count of pages to remove....RemovePageRedaction Properties Count Property Index Property Origin Property RemovePageRedaction...from Redaction .) Index Gets start position index (0-based). Origin...

    apireference.groupdocs.com/redaction/net/groupd...
  3. Fuzzy search | Documentation

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search using Java search API....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/fuzzy-search/
  4. BaseIndexEventArgs Properties - GroupDocs.Searc...

    Gets the Index folder....IndexFolder Gets the index folder. IndexId Gets the index ID. Status Gets...Gets the index status. Time Gets the time of an event. See Also...

    apireference.groupdocs.com/search/net/groupdocs...
  5. PresentationWatermarkSlideOptions - GroupDocs.W...

    All Classes Packages com.groupdocs.watermark com.groupdocs.watermark.common com.groupdocs.watermark.contents com.grou......int getSlideIndex () Gets the index of slide to add the watermark...setSlideIndex (int value) Sets the index of slide to add the watermark...

    apireference.groupdocs.com/watermark/java/com.g...
  6. pagerenderinfo - GroupDocs.Parser for Java - AP...

    All Classes Packages com.groupdocs.parser com.groupdocs.parser.data com.groupdocs.parser.exceptions com.groupdocs.par......(int tileIndex) Returns the index of column where the tile with...(int tileIndex) Returns the index of row where the tile with tileIndex...

    apireference.groupdocs.com/parser/java/com.grou...
  7. constraintcollection - GroupDocs.Assembly for J...

    All Classes Packages com.groupdocs.assembly com.groupdocs.assembly.system com.groupdocs.assembly.system.data com.grou...... Constraint get (int index) Gets the Constraint from the...collection at the specified index. Constraint get (java.lang.String...

    apireference.groupdocs.com/assembly/java/com.gr...
  8. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically in Java....Developer Guide / Advanced Usage / Indexing / Text file encoding detection...text file can be set during indexing when the event is raised....

    docs.groupdocs.com/search/java/text-file-encodi...
  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. PasswordRequiredEventArgs Class - GroupDocs.Sea...

    Represents arguments for the event that occurs when document protected by a password is Indexing....protected by a password is indexing. Inheritance Hierarchy System...path. IndexFolder Gets the index folder. (Inherited from BaseIndexEventArgs...

    apireference.groupdocs.com/search/net/groupdocs...