Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 5,050 for

text annotations

(1.93 sec)
  1. 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...
  2. Text redactions | GroupDocs

    This article explains that how Java redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply Text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Annotation Product Solution GroupDocs...Guide / Basic Usage / Text redactions Text redactions Leave feedback...

    docs.groupdocs.com/redaction/java/text-redactions/
  3. 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...
  4. Add text watermarks | GroupDocs

    This article shows how to add a Text watermark and save the resultant document. It is capable of adding watermarks to images or documents....Annotation Product Solution GroupDocs...Basic usage / Add text watermarks Add text watermarks Leave feedback...

    docs.groupdocs.com/watermark/nodejs-java/add-text/
  5. Split text file | GroupDocs

    Follow this guide and learn how to split Text file into several resultant files using GroupDocs.Merger for Python via .NET API....Annotation Product Solution GroupDocs...document operations / Split text file Split text file Leave feedback...

    docs.groupdocs.com/merger/python-net/split-text...
  6. Add text watermarks | GroupDocs

    This article shows how to add a Text watermark and save the resultant document. It is capable of adding watermarks to images or documents....Annotation Product Solution GroupDocs...Basic usage / Add text watermarks Add text watermarks Leave feedback...

    docs.groupdocs.com/watermark/python-net/add-text/
  7. 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...
  8. 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...
  9. 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-...
  10. Extract text from Emails | GroupDocs

    To extract a Text from emails getText method is used. This method allows to extract a Text from the entire document. Pagination and raw mode is not supported for emails. Here are the steps to extract a Text from an email: Instantiate Parser object for the initial email; 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....Annotation Product Solution GroupDocs...Emails / Extract text from Emails Extract text from Emails Leave...

    docs.groupdocs.com/parser/java/extract-text-fro...