Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 4,982 for

text annotations

(0.6 sec)
  1. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....Annotation Product Solution GroupDocs...); } Sign PDF document with Text signature Sticker appearance...

    docs.groupdocs.com/signature/net/sign-documents...
  2. Extract attachments from Emails | GroupDocs

    Extract email attachments using GroupDocs.Parser for .NET...Annotation Product Solution GroupDocs...the steps to extract an email text from email attachments: Instantiate...

    docs.groupdocs.com/parser/net/extract-attachmen...
  3. Advanced search certificate documents | GroupDocs

    This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...different options to search text data within the certificate...

    docs.groupdocs.com/signature/net/advanced-searc...
  4. Verifying QR Code signatures in advance | Group...

     This article explains how to provide advanced verification of QR Code electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...= true }, // specify text pattern Text = "John" , // specify...

    docs.groupdocs.com/signature/net/verify-qr-code...
  5. Supported Document Types | GroupDocs

    This section describes GroupDocs.Merger for Node.js via Java supported document types...Annotation Product Solution GroupDocs...Template Rich Text Format File OpenDocument Text Document OpenDocument...

    docs.groupdocs.com/merger/nodejs-java/supported...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...document: // setup options with text of signature WordsSearchDigitalOp...pleased to announce GroupDocs.Annotation for .NET 18.7.1. This hotfix...

    blog.groupdocs.com/groupdocs.blog/page/55/
  7. Logging | GroupDocs

    An interface is used to receive the information about errors, warnings and events which occur while data extraction....Annotation Product Solution GroupDocs...ParserSettings ( logger ))) { // Check if text extraction is supported if (...

    docs.groupdocs.com/parser/java/logging/
  8. 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....Annotation Product Solution GroupDocs...is an ability to classify raw text and documents with IAB-2, Documents...

    docs.groupdocs.com/classification/net/features-...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Annotation for .NET 18.9 comes up with...this latest version, you can annotate documents with improved pen...

    blog.groupdocs.com/groupdocs.blog/page/52/
  10. 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 (!...Annotation Product Solution GroupDocs...( password ))) { // Check if text extraction is supported if (...

    docs.groupdocs.com/parser/java/password-protect...