Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 14,288 for

pdf annotation comparison

(0.05 sec)
  1. Using OCR to redact image documents | Documenta...

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (Pdf, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction for Java v21.6: textual replacements are not supported, so you have to use color box replacements to redact text in images....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/using-ocr/
  2. GroupDocs.Merger for .NET | Documentation

    Use GroupDocs.Merger for .NET to merge several documents into one, split single document to multiple and organize documents in different ways....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/
  3. Get default convert options for a target format...

    In this article, you will learn how to get predefined default convert options for desired target format with GroupDocs.Conversion for .NET API....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/get-default-c...
  4. GroupDocs.Metadata for Python via .NET | Docume...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/metadata/python-net/
  5. How to load password-protected document | Docum...

    This article explains how to load password protected document with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/load-password-...
  6. Features Overview | Documentation

    a feature-rich document data parsing API that allows to create a template with data field definitions, table definitions. Then it's easy to use the template to parse and extract data such as prices, invoices, tables from your typical documents....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/features-overview/
  7. Get supported file formats | Documentation

    This page describes how the search api is used to obtain a list of supported file types....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/search/net/get-supported-fil...
  8. Load password-protected file | Documentation

    Learn how to load a password-protected file by using .NET redaction API...Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/load-password-...
  9. Load document from local disk | Documentation

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the document // If text extraction isn't supported, a reader is null System....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. Load document of specific format | Documentation

    This article explains how to load document of specific format....Annotation Product Solution GroupDocs...Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/load-document...