Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 721 for

document parsing

(0.08 sec)
  1. Extract metadata from DOCX using C#

    This article will guide you on how to extract metadata from DOCX using C#. A DOCX metadata extraction C# code example is provided, demonstrating how to perform this process....DOCX using C# In the realm of document processing, extracting metadata...contents and properties of a document. This article will guide you...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  2. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....with providing the ability to parse additional IFD tags like SByte...read thumbnails in supported document formats. The API has been...

    blog.groupdocs.com/categories/groupdocs.metadat...
  3. Extract highlights | GroupDocs

    This article explains that how to extract highlights from Documents....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...search functionality) from documents by the method: HighlightItem...

    docs.groupdocs.com/parser/net/extract-highlights/
  4. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...extraction isn’t supported for the document. For example, text extraction...

    docs.groupdocs.com/parser/java/extract-text-fro...
  5. Working with templates | GroupDocs

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...with templates Leave feedback Document template is set by class....

    docs.groupdocs.com/parser/java/working-with-tem...
  6. Working with Groupdocs Signature API from Ruby

    Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare Documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist....envelopes are used to prepare documents for digital signature and...groupdocs.com' end Upload document. filepath = "#{Dir.tmpdir...

    blog.groupdocs.com/signature/working-with-group...
  7. Scan QR Code from DOC using C#

    Quickly learn about how to scan QR Code from DOC using C# without installing extra software. Also, code example will be provided to extract QR Code from DOC in C#....Scanning QR codes from Word documents ( DOC ) is a practical solution...valuable information embedded in documents. The ability to scan QR Code...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  8. Extract text from ZIP archive files | GroupDocs

    To extract files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects. Zip Entry can contain the following metadata: Name Description date The time and date at which the file indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a Document. Here are the steps to extract an email text from Zip archives:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...container element itself, not a document. Here are the steps to extract...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Generate previews | GroupDocs

    This article provides learning contents about how to generate page previews of Documents in .NET using GroupDocs.Parser API...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...functionality to generate document page previews by method: void...

    docs.groupdocs.com/parser/net/generate-previews/
  10. Markdown | GroupDocs

    This article explains that how to extract Markdown formatted text from Document page....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...a formatted text from the document // If formatted text extraction...

    docs.groupdocs.com/parser/net/markdown/