Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 1,692 for

extract text

(0.06 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...you to classify document or text with IAB-2 or Document taxonomies...how API classifies an input text to IAB-2. If you haven’t already...

    blog.groupdocs.com/groupdocs.blog/page/38/
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...latest release supports extracting text areas from document pages...may help you getting data for text analysis. We recommend you to...

    blog.groupdocs.com/groupdocs.blog/page/57/
  3. Working with IPTC IIM metadata | GroupDocs

    This article explains how to access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method....properties that can be applied to text, images, and other media types...that contains IPTC metadata Extract the IPTC metadata package using...

    docs.groupdocs.com/metadata/java/working-with-i...
  4. merger.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/merger/java/technical-support/weekly0.5https://docs.groupdocs.com/merger/net/techni......com/merger/java/extract-pages/weekly0.5https://docs...groupdocs.com/merger/java/split-text-file/weekly0.5https://docs.groupdocs...

    docs.groupdocs.com/sitemaps/merger.xml
  5. Working with IPTC IIM metadata | GroupDocs

    Access, read, update, and remove IPTC IIM metadata using GroupDocs.Metadata for Python via .NET....properties that can be applied to text, images, and other media types...that contains IPTC metadata Extract the IPTC metadata package using...

    docs.groupdocs.com/metadata/python-net/working-...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...last post, but you want to extract, update, add or remove EXIF...PowerPoint, OpenDocument, PDF, Text, HTML and [many other documents][2]...

    blog.groupdocs.com/groupdocs.blog/page/36/
  7. Working with IPTC IIM metadata | GroupDocs

    This article shows how to access IPTC metadata in a file of any supported format....properties that can be applied to text, images, and other media types...that contains IPTC metadata Extract the IPTC metadata package using...

    docs.groupdocs.com/metadata/net/working-with-ip...
  8. 使用 Java 从 DOC 中提取文本

    本文介绍如何使用 Java 从 DOC 中提取文本。它还提供了使用 Java 从 DOC 中提取文本的代码示例,无需使用额外的软件。... Extracting text from DOC files using Java... or automating tasks, extracting text is a key step in many processes...

    kb.groupdocs.com/zh/parser/java/extract-text-fr...
  9. Groupdocs Parser - Free Support Forum - groupdo...

    Hi team, I am currently using trial evaluation version of Abby as well as Atalasoft to Extract Text based on templates, the results are fine but I want to use a single set of component in our application, as I am alread…...Product Family csharp , dotnet , text-parser , image-parser Niteen_Jadhav...2025, 9:21am 38 text is not getting extracted when I click on...

    forum.groupdocs.com/t/groupdocs-parser/15108
  10. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports Extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

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