Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 753 for

extractor

(0.05 sec)
  1. IFieldExtractor - GroupDocs.Search for Java - A...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......IFieldExtractor extractor) Adds an extractor to the collection...collection contains a specific extractor. void CustomExtractorColle...

    apireference.groupdocs.com/search/java/com.grou...
  2. GroupDocs.Parser for .NET 18.2 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.2. Major Features There are the following features and enhancements in this release: Ability to extract a raw text from Markdown documents Ability to extract a formatted text from Markdown documents Ability to extract a text with its structure from Markdown documents Improved the memory consuming while extracting a text from ost/pst files Full List of Issues Covering all Changes in this Release Key Summary Issue Type TEXTNET-843 Implement the support for raw text extraction from Markdown documents New feature TEXTNET-844 Implement the support for formatted text extraction from Markdown documents New feature TEXTNET-845 Implement the support for structured text extraction from Markdown documents New feature TEXTNET-873 Improve the memory consuming while extracting a text from ost (pst) files Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....text extractor for Markdown documents using ( var extractor = new...of the text string line = extractor . ExtractLine (); // If the...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  3. Retrieving ZIP Container's Entity by Full Name ...

    We are excited to announce that we have released version 17.12 of GroupDocs.Text for .NET API. In this version, we have introduced a simplified way of extracting text as well as formatted text using a simple interface. We have also extended the support of IPageTextExtractor interface for OneNote documents. Furthermore, the latest version also allows you to retrieve an entity by its name from ZIP container. Please continue to read for more details....Features # Extracting Text via Extractor Class # This feature allows...added ExtractText method to Extractor class for this purpose. Following...

    blog.groupdocs.com/parser/retrieving-zip-contai...
  4. GroupDocs.Parser for .NET 18.3 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.3. Major Features There are the following new features in this release: Ability to extract a formatted text from chm files Ability to extract a text from chm documents by pages Ability to extract topics from chm documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type TEXTNET-546 Implement the ability to extract a formatted text from chm files New feature TEXTNET-883 Implement the ability to extract a text from chm documents by pages New feature TEXTNET-884 Implement the ability to extract topics from chm documents New feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....text extractor for chm documents using ( var extractor = new...of the text string line = extractor . ExtractLine (); // If the...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  5. Metadata Extractor on GroupDocs Blog | Document...

    Metadata Extractor on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Metadata Extractor on GroupDocs Blog | Document Automation Solutions for .NET & Jav......Metadata Extractor on GroupDocs Blog | Document Automation Solutions...Recent content in Metadata Extractor on GroupDocs Blog | Document...

    blog.groupdocs.com/tag/metadata-extractor/index...
  6. GroupDocs.Parser for .NET 18.5 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.5. Major Features There are the following enhancements in this release: Standard extract mode is used as default behavior Implemented the support for GitHub Markdown syntax Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-948 Implement Standard extract mode as default behavior Enhancement PARSERNET-877 Implement the support for GitHub Markdown syntax Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Create a text extractor CellsTextExtractor extractor = new CellsTextExtractor...the faster text extraction extractor . ExtractMode = ExtractMode...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  7. GroupDocs.Parser for .NET 17.05 Release Notes |...

    Note This page contains release notes for GroupDocs.Parser for .NET 17.5.0 Major Features There are the following features in this release: Ability to extract a text with its structure from EPUB documents. Ability to extract a formatted text from EPUB documents. Ability to extract a text from fb2 (FictionBook) documents. Ability to extract highlights from fb2 (FictionBook) documents. Ability to search a text in fb2 (FictionBook) documents. Ability to extract metadata from fb2 (FictionBook) documents....a text extractor using ( EpubTextExtractor extractor = new EpubTextExtractor...a text with its structure extractor . ExtractStructured ( handler...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  8. GroupDocs.Parser for .NET 17.06 Release Notes |...

    Note This page contains release notes for GroupDocs.Parser for .NET 17.6.0 Major Features There are the following features in this release: Implemented the ability to extract formatted highlights. Implemented the ability to extract a formatted text from FictionBook (fb2) documents. Removed IsRawMode obsolete property from PdfTextExtractor, CellsTextExtractor and SlidesTextExtractor classes. All Changes Key Summary Issue Type TEXTNET-524 Remove IsRawMode obsolete property from PdfTextExtractor, CellsTextExtractor and SlidesTextExtractor classes Enhancement TEXTNET-541 Implement the ability to extract a formatted text from FictionBook (fb2) documents New feature TEXTNET-547 Implement the ability to extract formatted highlights New feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....ExtractMode instead: C# using ( var extractor = new SlidesTextExtractor...SlidesTextExtractor ( stream )) { extractor . ExtractMode = ExtractMode . Standard...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  9. GroupDocs.Parser for .NET 17.03 Release Notes |...

    Note This page contains release notes for GroupDocs.Parser for .NET 17.3.0 Major Features The following features have been introduced in this release: Ability to detect EPUB documents and ZIP containers Ability to extract metadata from EPUB documents Ability to search a text in EPUB documents Ability to extract highlights from EPUB documents All Changes Key Summary Issue Type TEXTNET-509 Implement the ability to detect ZIP files New feature TEXTNET-510 Implement the ability to extract metadata from EPUB files New feature TEXTNET-534 Implement the ability to extract highlights from EPUB files New feature TEXTNET-535 Implement the ability to search a text in EPUB files New feature TEXTNET-561 Implement the ability to detect EPUB files New feature TEXTNET-574 Implement Extractor class Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....feature TEXTNET-574 Implement Extractor class Enhancement Public API...Implement Extractor Class This enhancement orders API. Extractor class...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  10. GroupDocs.Parser for .NET 17.01 Release Notes |...

    Note This page contains release notes for GroupDocs.Parser for .NET 17.1.0 Major Features There are following features in this release: Ability to search a text Ability to extract highlight Support for extracting documents from ZIP containers All Changes Key Summary Issue Type TEXTNET-338 Implement the ability to search a text New Feature TEXTNET-339 Implement the ability to extract highlight New Feature TEXTNET-252 Implement the support for ZIP containers New Feature TEXTNET-496 Implement the ability to open password-protected OneNote sections New Feature TEXTNET-504 Add enum property to set extraction mode Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs.... C# using ( var extractor = new SlidesTextExtractor...SlidesTextExtractor ( stream )) { extractor . ExtractMode = ExtractMode . Standard...

    docs.groupdocs.com/parser/net/groupdocs-parser-...