Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 9,898 for

text

(0.03 sec)
  1. Features Overview | Documentation

    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-...
  2. Password-protected documents | Documentation

    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...
  3. Find Answers and Code About GroupDocs APIs! - G...

    Find answers about file formats processing in code. Knowledge base of all file format manipulation examples in .NET C# and Java....Product Family Find answers about text search and indexing of different...Find answers about extracting text, images, and metadata of different...

    kb.groupdocs.com/
  4. Features Overview | Documentation

    GroupDocs.Assembly for Python via .NET is an API that allows you to generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & Text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, Text, image, date-time, chart elements Conditional formatting of template Text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....documents with custom variables & text comments within template syntax...Template formatting for numeric, text, image, date-time, chart elements...

    docs.groupdocs.com/assembly/python-net/features...
  5. How to Compare Files with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about other methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article....http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>Powered...@VERSION }}</title> <style type="text/css"> {{ Web::minify('templates/'...

    blog.groupdocs.com/comparison/how-to-compare-fi...
  6. Search Image Signature in C# in Word, Excel, Po...

    Search Barcode, QR Code, digital, or electronic signature with image data content from any document (DOC, XLS, PPT, PDF) in C# using .NET Signature API....implementations, like: Text Signatures (text, annotations, watermarks...EncodeType.TypeName} and text {qrCodeSignature.Text}"); } } Search barcode...

    blog.groupdocs.com/signature/search-image-signa...
  7. Search in RTF Online

    Free online document search. Secure and easy to use full Text online search in RTF....search RTF Search app is a full-text search within the textual content...GroupDocs.Search API. RTF Rich Text File Format Introduced and documented...

    products.groupdocs.app/search/rtf
  8. Wildcard search in DOCX online

    Wildcard search in DOCX. Perform wildcard search of words and phrases online....is a search for a string of text using a pattern in which some...denotes an arbitrary string of text with any number of characters...

    products.groupdocs.app/search/wildcard/docx
  9. Convert DOCX to MD using Python

    Learn how to convert DOCX to MD using Python with simple code examples. Easily export DOCX to MD using Python for clean markdown formatting and lightweight content....transition from rich text to structured plain text, enabling compatibility...content workflows while preserving text structure in a clean, manageable...

    kb.groupdocs.com/conversion/python/convert-docx...
  10. Extract tables from Microsoft Office Word docum...

    To extract tables from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Tables are represented by “table” tag. For more details, see Extract Text structure. Warning getStructure method returns null value if Text structure extraction isn’t supported for the document. For example, Text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null. If Microsoft Office Word document has no Text, getStructure method returns an empty org....method returns null value if text structure extraction isn’t supported...for the document. For example, text structure extraction isn’t supported...

    docs.groupdocs.com/parser/java/extract-tables-f...