Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 10,062 for

text

(0.03 sec)
  1. OCR support | Documentation

    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....for the recognition of printed text (optical character recognition...using com.aspose.ocr library for text recognition in images. String...

    docs.groupdocs.com/search/java/ocr-support/
  2. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....sensitive data from annotation text, or completely remove annotations...from the document, containing texts like “use”, “show” or “describe”...

    docs.groupdocs.com/redaction/python-net/annotat...
  3. Remove Metadata from RTF using Java

    Learn how to efficiently remove metadata from RTF using Java with an example that shows how to delete metadata from RTF in Java without need of additional software....Metadata from RTF using Java Rich Text Format ( RTF ) is a commonly...document format that allows for text formatting, images, and additional...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  4. GroupDocs.Viewer Plugin for One of the Leading ...

    Moodle is a powerful learning management system that provides educators and learners with a robust set of tools for building and administrating collaborative learning environments. When integrated into Moodle, GroupDocs.Viewer enables both educators and learners to view and securely share documents, drawings and images in more than 50 different file formats – all from within Moodle environment and without having to install original software used to create the files....content thanks to the powerful text search and thumbnail page preview...disable the print, download and text selection/copy options for all...

    blog.groupdocs.com/viewer/groupdocs-viewer-plug...
  5. Convert PDF to Word using Node.js

    Learn how to convert PDF to Word using Node.js effortlessly. Export PDF to Word in Node.js with simple steps and libraries for accurate document conversion....maintains formatting, and simplifies text extraction. By the end of this...This method ensures that the text, images, and layout from the...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  6. Big News! GroupDocs.Redaction has been released...

    Do you have to deal with a frequent exchange of the digital documents? Do your documents contain classified and sensitive information that needs to be protected? If they do, how do you process such documents to hide or remove some specific information before sending them outside your company? Well, these questions will definitely pop out the solution that you are currently using for protecting the sensitive content in your document....various redaction types such as text redaction, metadata ‎redaction...annotations or redact their text Integration interface for implementing...

    blog.groupdocs.com/redaction/groupdocs-redactio...
  7. Merge HTML | Documentation

    Learn how to merge HTML files, combine HTML files into one file programmatically in Java language using GroupDocs.Merger for Java library....HTML Leave feedback HTML (Hyper Text Markup Language) is the extension...help of and all content like text, images, tables, graphs, forms...

    docs.groupdocs.com/merger/java/merge/html/
  8. Modern UI Document Viewer 3.1 with Paging JS Pa...

    Today, we are pleased to announce another release of Java Modern UI Document Viewer 3.1.0 using GroupDocs.Viewer for Java version 17.2.0. This release v3.1.0 comes up with new features and improvements to view document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and allow user to Zoom, Navigate to Pages, set Watermark and tools/features configuration options through JS Parameters and many more features....Watermark Properties (watermark text, color, angle and opacity level)...WatermarkText = "my watermark text"; WatermarkColor = 4366342;...

    blog.groupdocs.com/viewer/modern-ui-document-vi...
  9. GroupDocs.Viewer for .NET - ASP.NET MVC Modern ...

    Today, we are pleased to announce another release of ASP.NET MVC Modern UI Document Viewer 1.4 using GroupDocs.Viewer for .NET v17.10. This release v1.4 came up with new features and improvements to view document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and allow user to Zoom, Navigate to Pages, set Watermark and tools/features configuration options through JS Parameters and many more features....Watermark Properties (watermark text, color, angle and opacity level)...WatermarkText = "my watermark text"; WatermarkColor = 4366342;...

    blog.groupdocs.com/viewer/groupdocs.viewer-for-...
  10. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....content, obtain pieces of hidden text, work with document revisions...Console . WriteLine ( comment . Text ); // ... } } if ( root . InspectionPackage...

    docs.groupdocs.com/metadata/net/working-with-me...