This article explains how to search for QR-code electronic signatures with GroupDocs.Signature API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
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....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Learn about Java version requirements and supported operating systems for GroupDocs.Redaction for Java. Minimum JDK 8 required, with support for Windows, Linux, and macOS platforms....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually:
Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document.
Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to load values from variables of string type when using GroupDocs.Comparison for .NET....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Learn how to compare Word documents while respecting Track Changes using GroupDocs.Comparison for Python via .NET....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...