Sort Score
Result 10 results
Languages All
Labels All
Results 9,011 - 9,020 of 46,524 for

(c )

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

    This article explains that how to store text of indexed documents using Java....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/storing-text-of-...
  2. Character replacement during indexing | Documen...

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/character-replac...
  3. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/search-by-chunks/
  4. 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. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....indexFolder = "c:\\MyIndex" ; String documentFolder = "c:\\MyDocuments"...

    docs.groupdocs.com/search/java/ocr-support/
  5. Product Overview | Documentation

    Note Welcome to GroupDocs.Classification for .NET GroupDocs.Classification is a .NET component built to allow developers to classify texts and documents, whether simple or complex. It allows developers to use three different taxonomies: IAB (version 2), that created by the Interactive Advertising Bureau, Documents taxonomy, that created by Aspose and simple Sentiment taxonomy (Negative/Positive). For the Sentiment taxonomy Chinese language is supported. Product Description GroupDocs.Classification is a robust .NET component that lets developers to analyze text and documents without using any document-related tool to open documents or extract text....Managed C# and it can be used with any .NET language like C#, VB...and working examples written in C#. Using , developers can quickly...

    docs.groupdocs.com/classification/net/product-o...
  6. Remove Password in CSharp on GroupDocs Blog | D...

    Remove Password in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Password in CSharp on GroupDocs Blog | Document Automation Solutions ......Word با استفاده از سی شارپ راه C# برای افزودن پسورد به اسناد ورد...

    blog.groupdocs.com/fa/tag/remove-password-in-cs...
  7. Word as PDF on GroupDocs Blog | Document Automa...

    Word as PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Word as PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers م......DOC/DOCX به صورت PDF با استفاده از C# را بیاموزید. فایل های Word را...

    blog.groupdocs.com/fa/tag/word-as-pdf/index.xml
  8. Word to PDF Converter on GroupDocs Blog | Docum...

    Word to PDF Converter on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Word to PDF Converter on GroupDocs Blog | Document Automation Solutions for .NET......DOC/DOCX به صورت PDF با استفاده از C# را بیاموزید. فایل های Word را...

    blog.groupdocs.com/fa/tag/word-to-pdf-converter...
  9. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....of PDF pages to light yellow: C# using GroupDocs.Viewer ; using...height of the output image by 50%: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/specify-cad-rende...
  10. 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....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/indexing-with-st...