Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 4,515 for

classification

(0.1 sec)
  1. Install GroupDocs.Assembly for .NET and Apply L...

    Learn how to install GroupDocs.Assembly via NuGet and apply a license to remove evaluation limitations in your .NET applications....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/basic-usage-ins...
  2. Verify Qr Code Signatures | GroupDocs

    id: verify-qr-code-signatures url: signature/net/verify-qr-code-signatures title: Verifying QR Code signatures in advance weight: 2 description: " This article explains how to provide advanced verification of QR Code electronic signatures with GroupDocs.Signature API." keywords: productName: GroupDocs.Signature for .NET toc: True structuredData: showOrganization: True application: name: Verify QR code signature in documents using C# description: This article explains how to scan the document for QR Code and provide its verification with C# language and GroupDocs....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/net/developer-guid...
  3. Single Row Image in Presentation Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Presentation Document format based on the use case: Working with a Business Case. Single Row in Microsoft PowerPoint Document Creating a Single Row Please follow below steps to create Single Row Image in MS PowerPoint 2013: Create a new presentation slide. Insert the desired shape to display the image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/single-row-imag...
  4. Common List Image in Word Processing Document |...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft Word Document Creating a Common List Please follow below steps to create Common List Image document in MS Word 2013: Insert the desired shape to display image in it....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/common-list-ima...
  5. Get supported features | GroupDocs

    Learn how to check which features are supported for a document using GroupDocs.Parser for .NET. Check text extraction, metadata, images, tables, and other feature support in C#....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/get-supported-fea...
  6. Alias dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/alias-dictionary/
  7. Extract data from attachments and ZIP archives ...

    Learn how to extract text, images, and data from ZIP archives, PDF portfolios, email attachments, and Outlook storage files using GroupDocs.Parser for .NET in C#....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Alias dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary....Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/alias-dictionary/
  9. Reverse image search | GroupDocs

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files....Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/reverse-image-sea...
  10. OCR support | GroupDocs

    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....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/ocr-support/