Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 5,158 for

text annotations

(0.15 sec)
  1. Extract formatted text from documents | GroupDocs

    Learn how to extract formatted Text as HTML, Markdown, or PlainText from PDF, Word, Excel, and 50+ document formats using GroupDocs.Parser for .NET. Preserve formatting with C# code examples....Annotation Product Solution GroupDocs...formatted text from documents Extract formatted text from documents...

    docs.groupdocs.com/parser/net/extract-formatted...
  2. Classify Raw Text | GroupDocs

    Simple IAB-2 Text classification Call Classify method with a Text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw Text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy....Annotation Product Solution GroupDocs...Usage / Classify Raw Text Classify Raw Text Leave feedback Simple...

    docs.groupdocs.com/classification/net/classify-...
  3. Add text field annotation | GroupDocs

    The page describes how to add Text field annotation to a document programmatically using GroupDocs.Annotation for .NET....Annotation Product Solution GroupDocs...GroupDocs.Annotation Product Family / GroupDocs.Annotation for .NET...

    docs.groupdocs.com/annotation/net/add-text-fiel...
  4. Extract text from documents | GroupDocs

    This article demonstrates how to extract Text from PDF, Word, Excel, PowerPoint, Outlook, OneNote, HTML, AutoCAD, and 50+ other documents using GroupDocs.Parser for Python via .NET....Annotation Product Solution GroupDocs...basic / Extract text from documents Extract text from documents...

    docs.groupdocs.com/parser/python-net/extract-te...
  5. Extract text structure | GroupDocs

    This article explains that how to extract Text structure from documents....Annotation Product Solution GroupDocs...Working with text / Extract text structure Extract text structure...

    docs.groupdocs.com/parser/net/extract-text-stru...
  6. Extract text from EPUB eBooks | GroupDocs

    To extract Text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract Text from the entire document or a Text from the selected page. Raw mode is not supported for EPUB....Annotation Product Solution GroupDocs...eBooks / Extract text from EPUB eBooks Extract text from EPUB eBooks...

    docs.groupdocs.com/parser/java/extract-text-fro...
  7. Adding text watermarks | GroupDocs

    The GroupDocs.Watermark allows to add Text watermarks to documents which may consists of pages, worksheets, slides or frames....Annotation Product Solution GroupDocs...Adding watermarks / Text watermarks Adding text watermarks Leave...

    docs.groupdocs.com/watermark/nodejs-java/adding...
  8. Extract text from PDF documents | GroupDocs

    Learn how to extract Text from PDF documents using GroupDocs.Parser for .NET. Extract Text from entire PDF or specific pages with error handling. Includes PDF Text extraction library C# examples....Annotation Product Solution GroupDocs...documents / Extract text from PDF documents Extract text from PDF documents...

    docs.groupdocs.com/parser/net/extract-text-from...
  9. Search text in Emails | GroupDocs

    To search a keyword in emails search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in the email: Instantiate Parser object for the initial email; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and Text. Warning search(String) method returns null value if search isn’t supported for the email....Annotation Product Solution GroupDocs...from Emails / Search text in Emails Search text in Emails Leave feedback...

    docs.groupdocs.com/parser/java/search-text-in-e...
  10. Add text field annotation | GroupDocs

    The page describes how to add Text field annotation to a document programmatically using GroupDocs.Annotation for Java....Annotation Product Solution GroupDocs...GroupDocs.Annotation Product Family / GroupDocs.Annotation for Java...

    docs.groupdocs.com/annotation/java/add-text-fie...