Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 331 for

folder comparison java

(0.16 sec)
  1. Getting indexed documents | GroupDocs

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....Comparison Product Solution GroupDocs...Family / GroupDocs.Search for Java / Developer Guide / Advanced...

    docs.groupdocs.com/search/java/getting-indexed-...
  2. Set custom fonts | GroupDocs

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your Java applications....Comparison Product Solution GroupDocs...Family / GroupDocs.Viewer for Java / Developer Guide / Render documents...

    docs.groupdocs.com/viewer/java/set-custom-fonts/
  3. Edit Markdown Documents | GroupDocs

    This guide demonstrates how to edit the content of Markdown documents/files like common text documents using GroupDocs.Editor for Node.js via Java....Comparison Product Solution GroupDocs...GroupDocs.Editor for Node.js via Java fully supports the Markdown...

    docs.groupdocs.com/editor/nodejs-java/edit-mark...
  4. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Java API to convert text files to HTML, PDF, PNG, and JPEG formats....Comparison Product Solution GroupDocs...Family / GroupDocs.Viewer for Java / Document rendering basics...

    docs.groupdocs.com/viewer/java/render-text-files/
  5. Optimize index | GroupDocs

    This article explains that how to optimize index to reduce the number of segments in an index using Java....Comparison Product Solution GroupDocs...Family / GroupDocs.Search for Java / Developer Guide / Advanced...

    docs.groupdocs.com/search/java/optimize-index/
  6. Document filtering in search result | GroupDocs

    This article gives the knowledge that how the document filters used during the search using Java search API....Comparison Product Solution GroupDocs...Creating an index in the specified folder const index = new groupdocs...

    docs.groupdocs.com/search/nodejs-java/document-...
  7. Indexing with stop words | GroupDocs

    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....Comparison Product Solution GroupDocs...Family / GroupDocs.Search for Java / Developer Guide / Advanced...

    docs.groupdocs.com/search/java/indexing-with-st...
  8. Delete indexed documents | GroupDocs

    GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....Comparison Product Solution GroupDocs...Creating an index in the specified folder const index = new groupdocs...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  9. OCR support | GroupDocs

    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....Comparison Product Solution GroupDocs...getEvents (). ErrorOccurred . add ( java . newProxy ( 'com.groupdocs...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  10. Render PowerPoint presentations as HTML, PDF, a...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PowerPoint presentations to HTML, PDF, PNG, and JPEG formats....Comparison Product Solution GroupDocs...Family / GroupDocs.Viewer for Java / Document rendering basics...

    docs.groupdocs.com/viewer/java/render-presentat...