Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 11,966 for

text

(0.09 sec)
  1. Extract attachments from Emails | GroupDocs

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email Text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a Text....the steps to extract an email text from email attachments: Instantiate...and obtain object to extract a text. The following example shows...

    docs.groupdocs.com/parser/java/extract-attachme...
  2. Existing objects in Word document | GroupDocs

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking Java API...Rounded shape found" ); //Write text on all Diagonal Corners Rounded...Removing shapes with particular text formatting You can also find...

    docs.groupdocs.com/watermark/java/existing-obje...
  3. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a Text into the reader try (TextReader reader = parser....Parser ( stream )) { // Extract a text into the reader try ( TextReader...{ // Print a text from the document // If text extraction isn't...

    docs.groupdocs.com/parser/java/load-document-fr...
  4. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET.... id } , Text: { change . text } " ) 🔹 Use case: Build...Id: { change . id } , Text: { change . text } " ) 🔹 Use case: Integrate...

    docs.groupdocs.com/comparison/python-net/get-li...
  5. Load document from local disk | GroupDocs

    Learn how to extract data from documents on the local disk...( filePath )) { // Extract a text into the reader using ( TextReader...{ // Print a text from the document // If text extraction isn't...

    docs.groupdocs.com/parser/net/load-document-fro...
  6. Convert MSG to TXT using Node.js

    Convert MSG to TXT using Node.js with a simple example. Learn how to export MSG to TXT in Node.js using a flexible document conversion library for developers....converting them to readable text can streamline processing and...creating an instance of the text output options, specifically...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  7. eSign document with Form Field signature | Grou...

    This article explains how to add various types of Form Field signatures on document page with options on component positioning, alignment and other visual options with GroupDocs.Signature...types like free input text box, multi-line text box, check boxes,...could be set to - represents text input form field on document...

    docs.groupdocs.com/signature/java/esign-documen...
  8. llms-tech.xml

    1.0 UTF-8 Architectures Transformer Attention-based neural architecture that underpins most modern large language models. 2017 Attention Is All You Need Language modeling Machine translation Text s......modeling Machine translation Text summarization Mixture of Experts...dense vector representation of text, images, or other data that...

    docs.groupdocs.com/markdown/java/_sample_files/...
  9. GroupDocs.Annotation for .NET

    This API allows you to digitally annotate any type of file format using .NET and C# language on any platform....NET Latest Answers Add Search Text Annotation to PDF using C# Add...Annotation in PDF using C# How to Add Text Redaction Annotation in PDF...

    kb.groupdocs.com/annotation/net
  10. Use Microsoft Azure Computer Vision API | Group...

    This article explains that how to use Microsoft Azure Computer Vision API...and corrects text orientation before detecting text. // Assemble...pictures and pictures with no text Console . WriteLine ( "Microsoft...

    docs.groupdocs.com/redaction/net/use-microsoft-...