Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 1,743 for

text extraction

(0.11 sec)
  1. How to Run Examples | GroupDocs

    This article describes how to run .NET digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box....fileName ); // Sign document with text signature. using ( Signature...file, extract the folders on your local disk. The extracted files...

    docs.groupdocs.com/signature/net/how-to-run-exa...
  2. Find any Word and its Synonyms in Multiple File...

    Find specific word and its synonyms within different files using Java. Similarly, get all the synonyms, grouped by different meanings using Java Search API.... Now, extract and then traverse the FoundDocumentField...Words using Java Build your Full Text Search Solution in Java Find...

    blog.groupdocs.com/search/find-synonyms-in-mult...
  3. Working with resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving them in different scenarios when editing documents with GroupDocs.Editor for Python via .NET.... Even for a plain text document (TXT), when converting...resources of each kind were extracted. working_with_resources.py...

    docs.groupdocs.com/editor/python-net/working-wi...
  4. 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....Leave feedback On this page Extracting information about all slide...backgrounds The API allows you to extract information about all the slide...

    docs.groupdocs.com/watermark/java/working-with-...
  5. render-chm-to-html-external-outputs.zip

    render_chm_to_html_external/pdf_page_1.html PuTTY User ManualPuTTY is a free (MIT-licensed) Win32 Telnet and SSH client. This manual documents PuTTY, and its companion utilities PSCP, PSFTP, Plink,......See appendix C for the licence text in full. •Chapter 1: Introduction...you can just log the printable text. It depends what you want the...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... Users can now extract metadata from ZIP and MOV file...level for storing documents text. Further details about the changes...

    blog.groupdocs.com/groupdocs.blog/page/69/
  7. Working with saved Emails | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain Text in MIME format, containing the email header and body, including attachments in one or more of several formats....the email contents as plain text in MIME format, containing the...below demonstrates how to extract metadata from an EML message...

    docs.groupdocs.com/metadata/net/working-with-sa...
  8. Agents and LLM Integration | GroupDocs

    GroupDocs.Merger for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven document assembly pipelines.... Extract a page subset — pull the relevant...merges several PDFs and then extracts a focused subset: ai_document_pipeline...

    docs.groupdocs.com/merger/python-net/agents-and...
  9. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with HTML resources | GroupDocs

    This article describes the capabilities of GroupDocs.Editor for Python via .NET while working with HTML resources, which are an integral part of an HTML document....the resulting exposes its extracted assets as collections that...(SVG, WMF/EMF) images fonts extracted fonts (WOFF, WOFF2, TTF, OTF...

    docs.groupdocs.com/editor/python-net/working-wi...