Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 9,143 for

indexes

(0.06 sec)
  1. WordProcessingWatermarkSectionOptions - GroupDo...

    All Classes Packages com.groupdocs.watermark com.groupdocs.watermark.common com.groupdocs.watermark.contents com.grou......getSectionIndex () Gets the index of a section to add the watermark...setSectionIndex (int value) Sets the index of a section to add the watermark...

    apireference.groupdocs.com/watermark/java/com.g...
  2. searchresult - GroupDocs.Parser for Java - API ...

    All Classes Packages com.groupdocs.parser com.groupdocs.parser.data com.groupdocs.parser.exceptions com.groupdocs.par......getPageIndex () Gets the page index where the text is found. int...text. pageIndex - The page index where the text is found. leftHighlightItem...

    apireference.groupdocs.com/parser/java/com.grou...
  3. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java....replacements defined in an index. For detailed information on...an index from in specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/java/character-replac...
  4. Node.js Biblioteca de indexación y búsqueda de ...

    Solución avanzada de búsqueda de texto para aplicaciones Node.js para buscar, indexar y recopilar datos de documentos: PDF, Word, Excel, presentaciones, correo electrónico y formatos de archivos web....Creando índice const index = new Index ( 'c:/MyIndex' ); // Agregar...Agregar documentos al índice index . add ( 'c:/MyDocuments' );...

    products.groupdocs.com/es/search/nodejs-java/
  5. 在線上文件中進行模糊搜尋

    釋放模糊搜索的力量!了解如何以程式設計方式在線搜尋基於文字的文檔中幾乎匹配的結果。...建立索引資料夾並將文件的資料夾新增至其中 Index index = new Index("indexing-folder-path"); index.Ad...query SearchResult result = index.Search(query, options); 有關詳細指導,請查看有關...

    blog.groupdocs.com/zh-hant/search/online-fuzzy-...
  6. package-summary - GroupDocs.Search for Java - A...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs...... EventHub Provides index events for subscribing. FileIndexingEventArg...for the event of a document indexing start. IndexErrorEventArgs...

    apireference.groupdocs.com/search/java/com.grou...
  7. package-frame - GroupDocs.Search for Java - API...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs...... EventHub Provides index events for subscribing. FileIndexingEventArg...for the event of a document indexing start. IndexErrorEventArgs...

    apireference.groupdocs.com/search/java/com.grou...
  8. Separate data extraction | Documentation

    This article explains how to separately extract data from documents and add the extracted data to the index....Developer Guide / Advanced Usage / Indexing / Separate data extraction...adding the extracted data to the index. The extracted data can be easily...

    docs.groupdocs.com/search/net/separate-data-ext...
  9. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....designed to store synonyms in an index. For information on searching...Creating an index from in specified folder const index = new groupdocs...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  10. OCR support | Documentation

    This article demonstrates 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...Developer Guide / Advanced Usage / Indexing / OCR support OCR support...// Creating an index Index index = new Index ( indexFolder );...

    docs.groupdocs.com/search/net/ocr-support/