GroupDocs.Parser provides API to extract a text from Image files and non-text Pdfs documents. The following articles describe how to use API to extract data and integrate any paid or free OCR solution to GroupDocs.Parser....Comparison Product Solution GroupDocs...to extract a text from images and PDFs Using OCR to extract a...
Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Comparison Product Family GroupDocs...to Add Reply to Annotation in PDF using C# How to Add Watermark...
This article explains how to implement custom encryption for QR-code electronic signatures....Comparison Product Solution GroupDocs...into metadata signature to Image document. using ( Signature...
free metadata api version is available to evaluate the API which will be similar as licensed but with few limitations....Comparison Product Solution GroupDocs...Limitations Document properties (Pdf, Word, Excel, PowerPoint, Visio...
This article explains how to implement custom serialization for QR-code electronic signatures....Comparison Product Solution GroupDocs...into metadata signature to Image document. Signature signature...
This article explains how to search with excluding non-signature components like native documents text, Images or barcodes that are the part of document content....Comparison Product Solution GroupDocs...if document component (text/image/barcode/qr-code) is the actual...
Examples to annotate on your documents, Images or web pages using C#....Comparison Product Solution GroupDocs...Annotator ( "C:\output\input.pdf" )) { // Add annotations annotator...
This article demonstrates the simplest way to save the document...Comparison Product Solution GroupDocs...document will be rasterized to PDF and will have the same name as...
The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to Pdf and will have the same name as the original one except its extension (.Pdf). The Pdf file will be overwritten.
The following example demonstrates usage of Save() method with default options.
final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor....Comparison Product Solution GroupDocs...document will be rasterized to PDF and will have the same name as...