Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 45,154 for

documents

(0.06 sec)
  1. ZIP Archive Indexing is Improved in GroupDocs.S...

    We are pleased to announce the monthly release of GroupDocs.Search for Java 19.2. Improvements such as indexing of a ZIP archive inside other ZIP and escape of special characters in search queries are introduced. Please check GroupDocs.Search for Java 19.2 release notes for further reference. We would recommend you to download and integrate latest version of the API. Breaking Change Removed obsolete methods Import and Export from dictionary classes Improvements Following improvements are introduced in this release:...Letter); // Adding documents to index index.addToIndex(documentFolder);...Index(indexFolder); // Adding documents to index // ZIP archives and...

    blog.groupdocs.com/search/zip-archive-indexing-...
  2. GroupDocs.Signature Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....features and enhance your document e-signing experience. We are...Metadata Signatures in a PDF document. Therefore, we would recommend...

    blog.groupdocs.com/categories/groupdocs.signatu...
  3. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...occurrences in the text of documents. Obtain search result information...

    docs.groupdocs.com/search/net/work-with-search-...
  4. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...occurrences in the text of documents. Obtain search result information...

    docs.groupdocs.com/search/java/work-with-search...
  5. How to Edit XML File | GroupDocs

    This article demonstrates how to edit XML files and XML Documents using Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...js / Developer Guide / Edit Document / How to Edit XML File How...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  6. GroupDocs.Redaction for .NET | GroupDocs

    A .NET API for redaction of sensitive and classified information from the Documents. You can redact in adobe pdf, redact in excel or in many of different file formats using c#...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...classified information from the documents of different file formats...

    docs.groupdocs.com/redaction/net/
  7. Basic Usage | GroupDocs

    Generate Documents based on a data source and template, or create reports fast and easy with our intuitive and powerful API just with few lines of code. Let’s look at a scenario for working with a business case and working with GroupDocs.Assembly Engine....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Usage Leave feedback Generate documents based on a data source and...

    docs.groupdocs.com/assembly/net/basic-usage/
  8. GroupDocs.Search for .NET | GroupDocs

    GroupDocs.Search for .NET is a fascinating document search API. It extracts text and metadata from Documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...for .NET is a fascinating document search API. It extracts text...

    docs.groupdocs.com/search/net/
  9. Load from Amazon S3 Storage | GroupDocs

    This article explains how to load a document from Amazon S3 Storage with GroupDocs.Viewer within your Java applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Load documents / Load documents from different sources...

    docs.groupdocs.com/viewer/java/load-document-fr...
  10. Classify Raw Text | GroupDocs

    Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Classification...text classification with Documents taxonomy and 2 best classes...

    docs.groupdocs.com/classification/net/classify-...