Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 4,984 for

text annotations

(0.07 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....Annotation Product Solution GroupDocs...the steps to extract an email text from email attachments: Instantiate...

    docs.groupdocs.com/parser/java/extract-attachme...
  2. Extract hyperlinks from document page area | Gr...

    Learn how to extract hyperlinks from specific page areas using GroupDocs.Parser for Python via .NET. Extract links from defined rectangular regions....Annotation Product Solution GroupDocs...hyperlinks : print ( f " { link . text } -> { link . url } " ) else...

    docs.groupdocs.com/parser/python-net/extract-hy...
  3. Phrase search | GroupDocs

    This article gives the knowledge about phrase search definition as well as a phrase search description....Annotation Product Solution GroupDocs...words in the text of indexed documents. In text form, the following...

    docs.groupdocs.com/search/net/phrase-search/
  4. 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....Annotation Product Solution GroupDocs...Parser ( stream )) { // Extract a text into the reader try ( TextReader...

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

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

    docs.groupdocs.com/comparison/python-net/get-li...
  6. Using Markdown Documents | GroupDocs

    Note This feature is supported by version 19.8 or greater. Note The code uses some of the objects defined in The Business Layer. Markdown Documents (MD) Markdown is a lightweight markup language intended for one purpose, to be used to format Text on the web with plain Text formatting syntax. Let it be clear that Markdown is not a replacement for HTML because its syntax is very small, containing a very small subset of HTML tags....Annotation Product Solution GroupDocs...used to format text on the web with plain text formatting syntax...

    docs.groupdocs.com/assembly/net/using-markdown-...
  7. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML files and XML documents using C# programming language....Annotation Product Solution GroupDocs...that any XML is first of all a text file). By default all XML files...

    docs.groupdocs.com/editor/net/how-to-edit-xml/
  8. Search for standard entries in the QR-Code sign...

    This article explains how to search for VCard, MeCard, Email, Address, EPC, SEPA, Event data in QR-code electronic signatures from previously signed documents with GroupDocs.Signature API....Annotation Product Solution GroupDocs..."Found QRCode signature: {0} with text {1}" , qrSignature . EncodeType...

    docs.groupdocs.com/signature/net/search-for-sta...
  9. Highlight Search Results using Java

    Learn how to highlight search results using Java with our guide, including a code example to efficiently highlight search results in Java for better management....Annotation Product Family GroupDocs...efficient storage of extracted text Initialize an index using the...

    kb.groupdocs.com/search/java/highlight-search-r...
  10. GroupDocs.Search for .NET | GroupDocs

    GroupDocs.Search for .NET is a fascinating document search API. It extracts Text and metadata from documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...Annotation Product Solution GroupDocs...document search API. It extracts text and metadata from documents...

    docs.groupdocs.com/search/net/