Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 4,188 for

classification

(0.1 sec)
  1. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  2. Extract formatted text from document page | Gro...

    This article explains that how to extract formatted text from document page....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-formatted...
  3. Extract Metadata from PDF Documents in C# .NET ...

    Learn how to extract metadata from PDF files in C# using GroupDocs.Parser for .NET. Get document properties such as title, author, subject, creation date, and more....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-metadata-...
  4. Loading XML Documents with Options | GroupDocs

    Learn this article and check how to load and convert XML documents with advanced options using GroupDocs.Conversion for Java API....Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/java/load-xml-doc...
  5. How to build in docker Alpine Linux | GroupDocs

    This is a guide about build an web api which uses GroupDocs.Conversion for .NET in a docker container with Alpine Linux...Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/net/build-in-dock...
  6. Extract table of contents | GroupDocs

    Learn how to extract table of contents (TOC) from Word documents, PDF files, and eBooks using GroupDocs.Parser for .NET. Extract TOC items with page numbers and depth levels in C#....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-table-of-...
  7. Extract Metadata from Excel Spreadsheets in C# ...

    Learn how to extract metadata from Microsoft Excel spreadsheets (.xls, .xlsx) in C# using GroupDocs.Parser for .NET. Step-by-step guide with code example....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-metadata-...
  8. Indexing reports | GroupDocs

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/indexing-reports/
  9. Spell checking | GroupDocs

    This article shows that how spell checking works during the search....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/spell-checking/
  10. Logging | GroupDocs

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/logging/