Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 10,705 for

text

(0.69 sec)
  1. input-controls-with-custom-classname.html

    Document with fields Text field : Check box: Drop down list: Option 1 Option 2...Document with fields Text field : Check box: Drop down list:...

    docs.groupdocs.com/editor/net/sample-files/inpu...
  2. input-controls-without-custom-classname.html

    Document with fields Text field : Check box: Drop down list: Option 1 Option 2...Document with fields Text field : Check box: Drop down list:...

    docs.groupdocs.com/editor/java/sample-files/inp...
  3. Features Overview | GroupDocs

    GroupDocs.Classification main feature is an ability to classify raw Text and documents with IAB-2, Documents, Sentiment or Sentiment3 taxonomies. Sentiment Classification (Analysis) supports 4 languages: English, Chinese, Spanish, and German. GroupDocs.Classification provides flexible set of settings to customize classification process: Name Description Default value bestClassesCount Select the number of results to return 1 taxonomy Select taxonomy (IAB-2, Documents, Sentiment or Sentiment3). Taxonomy.Iab2 precisionRecallBalance Select precision/recall balance for Documents taxonomy. If the classifier is not sure of the result, it will return Other class....is an ability to classify raw text and documents with IAB-2, Documents...PrecisionRecallBalan.Default Raw text classification GroupDocs.Classification...

    docs.groupdocs.com/classification/net/features-...
  4. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if Text extraction is supported if (!...( password ))) { // Check if text extraction is supported if (...{ System . out . println ( "Text extraction isn't supported."...

    docs.groupdocs.com/parser/java/password-protect...
  5. GroupDocs.Redaction for Java 25.12 – Latest Upd...

    Explore what’s new in GroupDocs.Redaction for Java 25.12. Available now on NuGet and GroupDocs website....Configure redaction: define text to redact and replacement string...string String textToRedact = "TEXT" ; String redactWith = "****"...

    blog.groupdocs.com/redaction/groupdocs-redactio...
  6. input-controls-without-custom-classname.html

    Document with fields Text field : Check box: Drop down list: Option 1 Option 2...Document with fields Text field : Check box: Drop down list:...

    docs.groupdocs.com/editor/net/sample-files/inpu...
  7. Render TXT as HTML with External Resources usin...

    Learn how to render TXT as HTML with external resources using Python. This tutorial explains how to convert TXT to HTML in Python with external resources....Resources using Python Plain text files are often used for storing...provides a scalable way to present text content in a browser-friendly...

    kb.groupdocs.com/viewer/python/render-txt-as-ht...
  8. Regular expression search | GroupDocs

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low using Java search API....separately, and not the entire text of a document field. Queries...query. A regex search query in text form cannot be combined with...

    docs.groupdocs.com/search/java/regular-expressi...
  9. Work with search results | GroupDocs

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the Text of documents. Obtain search result information When a search is complete, the Search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....highlighting occurrences in the text of documents. Obtain search...highlighting the words found in the text. You can highlight search results...

    docs.groupdocs.com/search/net/work-with-search-...
  10. Work with search results | GroupDocs

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the Text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....highlighting occurrences in the text of documents. Obtain search...highlighting the words found in the text. You can highlight search results...

    docs.groupdocs.com/search/java/work-with-search...