Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 1,370 for

document text extraction

(0.61 sec)
  1. Extract data from PDF documents | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from PDF Documents. Also password-protected PDFs and PDF portfolios are supported. The following examples demonstrate how to extract data from PDF Documents:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...usage / Extract data from various formats / Extract data from...

    docs.groupdocs.com/parser/net/extract-data-from...
  2. Product Overview | GroupDocs

    Note Welcome to GroupDocs.Classification for .NET GroupDocs.Classification is a .NET component built to allow developers to classify Texts and Documents, whether simple or complex. It allows developers to use three different taxonomies: IAB (version 2), that created by the Interactive Advertising Bureau, Documents taxonomy, that created by Aspose and simple Sentiment taxonomy (Negative/Positive). For the Sentiment taxonomy Chinese language is supported. Product Description GroupDocs.Classification is a robust .NET component that lets developers to analyze Text and Documents without using any Document-related tool to open Documents or extract Text....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Classification...developers to classify texts and documents, whether simple or complex...

    docs.groupdocs.com/classification/net/product-o...
  3. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, 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 spreadsheet and extract some additional file format information. Load a Spreadsheet Document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. How to Convert DOCX to TXT using Java

    In this guide, we will provide easy steps to convert DOCX to TXT using Java. Also, we will provide you a code example representing how to export DOCX to TXT in Java....standard for storing and sharing documents, is commonly used in Microsoft...collaborating with basic text editors, extracting unformatted content...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. Rendering email messages and obtaining email pr...

    Learn how to load email message to the GroupDocs.Viewer, render it to HTML, PDF, PNG and JPEG with different options, and obtain email message metadata without rendering...PNG, JPEG, and PDF, and also extract basic email message properties...(e.g., Field.Subject ) to the text that appears in the rendered...

    blog.groupdocs.com/viewer/rendering-email-messa...
  6. Edit Email | GroupDocs

    This guide demonstrates how to edit content of the Documents from Email format family like a common Text Documents using a GroupDocs.Editor for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / Edit document / Edit Email documents Edit Email Leave...

    docs.groupdocs.com/editor/net/edit-email/
  7. Convert PDF files | GroupDocs

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint, HTML, image and other formats with GroupDocs.Conversion for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...feedback On this page Portable Document Format (PDF) was developed...

    docs.groupdocs.com/conversion/net/convert/pdf/
  8. Working with worksheet headers and footers | Gr...

    Inspect, clear, and watermark images in headers and footers using Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...Leave feedback On this page Extracting information about all headers...

    docs.groupdocs.com/watermark/python-net/working...
  9. How to Run Examples | GroupDocs

    Learn how to run C# examples which contain many examples of data redaction. You can learn redact in word, how to redact information in pdf or images and many more....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...here actual path for your document using ( Redactor redactor...

    docs.groupdocs.com/redaction/net/how-to-run-exa...
  10. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint Document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...watermarks to presentation documents / Working with slide backgrounds...

    docs.groupdocs.com/watermark/java/working-with-...