Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 753 for

extractor

(0.03 sec)
  1. GroupDocs.Parser for .NET 17.02 Release Notes |...

    Note This page contains release notes for GroupDocs.Parser for .NET 17.2.0 Major Features There are the following features in this release: Support for extracting a text from EPUB documents Ability to search with a regular expression Ability to search the whole word Ability to extract a highlight to line’s start/end or with the limited words count All Changes Key Summary Issue Type TEXTNET-525 Implement the ability to extract a text from EPUB files New feature TEXTNET-340 Implement the ability to search a text with a regular expression New feature TEXTNET-492 Implement the ability to search the whole word New feature TEXTNET-494 Implement the ability to extract a highlight to line’s start (end) New feature TEXTNET-495 Implement the ability to extract a highlight with the limited words count New feature TEXTNET-528 Implement the ability to use all highlight extraction modes with search functionality Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....using ( WordsTextExtractor extractor = new WordsTextExtractor (...CreateLineOptions ( 100 , 100 ); extractor . Search ( new SearchOptions...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  2. GroupDocs.Parser for .NET 18.10 Release Notes |...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.10. Major Features There are the following features in this release: Implemented API to extract images from documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-65 Implement API to extract images from documents New feature PARSERNET-69 Implement the ability to extract images from PDF New feature PARSERNET-71 Implement the ability to extract images from spreadsheets New feature PARSERNET-72 Implement the ability to extract images from text documents New feature PARSERNET-74 Implement the ability to extract images from presentations New feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Create a text extractor WordsTextExtractor extractor = new WordsTextExtractor...ImageArea > imageAreas = extractor . DocumentContent . GetImageAreas...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  3. GroupDocs.Parser for .NET 18.8 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.8. Major Features There are the following features in this release: Support for text analysis API for text documents Support for text analysis API for spreadsheets Support for text analysis API for presentation Ability to request a password for protected documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-1024 Implement the ability to request a password for protected documents New feature PARSERNET-978 Implement the support for text analysis API for text documents New feature PARSERNET-979 Implement the support for text analysis API for spreadsheets New feature PARSERNET-980 Implement the support for text analysis API for presentations New feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Create a text extractor WordsTextExtractor extractor = new WordsTextExtractor...IList < TextArea > texts = extractor . DocumentContent . GetTextAreas...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  4. fileindexingeventargs - GroupDocs.Search for Ja...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......getCustomExtractor () Gets the custom text extractor. Document getDocument () Gets...value) Sets the custom text extractor. void setEncoding ( String...

    apireference.groupdocs.com/search/java/com.grou...
  5. GroupDocs.Parser for .NET 18.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.11. Major Features There are the following features in this release: Implemented the ability to retrieve the information of supported Extractors for a document Implemented IFastTextExtractor interface Implemented IDocumentContentExtractor interface Improved text area extraction for PDF documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-1077 Implement the ability to retrieve the information of supported Extractors for a document New feature PARSERNET-1075 Implement IFastTextExtractor interface Enhancement PARSERNET-1076 Implement IDocumentContentExtractor interface Enhancement PARSERNET-1069 Improve text area extraction for PDF documents Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....information of supported extractors for a document Implemented...information of supported extractors for a document New feature...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  6. Extract Formatted Text from CHM Documents using...

    We keep looking forward to bringing you more features and therefore, we have released version 18.3 of GroupDocs.Text for .NET providing the support of extracting formatted text from CHM documents. The latest version also allows you to extract text by pages and extract table of content from CHM documents. The following sections will provide you the details about the new features of the API. Extracting Formatted Text from CHM Documents GroupDocs....a text extractor for chm documents using (var extractor = new...of the text string line = extractor.ExtractLine(); // If the line...

    blog.groupdocs.com/parser/extract-formatted-tex...
  7. Markdown Unicorn leads to Memory leak - #2 by a...

    Hello, You are probably wondering what the title is about and assume, it was written by a drunk person… But no… A markdown file that seems to be valid leads to FULL RAM consumption (60 GB in my case) when trying to in…...workaround: // Custom Markdown extractor implementation // Implements...file extensions for this extractor (.md in this case) public...

    forum.groupdocs.com/t/markdown-unicorn-leads-to...
  8. textoptions - GroupDocs.Search for Java - API R...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......getCustomExtractor () Gets the custom text extractor that was used for indexing...value) Sets the custom text extractor that was used for indexing...

    apireference.groupdocs.com/search/java/com.grou...
  9. TextOptions - GroupDocs.Search for Java - API R...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......getCustomExtractor () Gets the custom text extractor that was used for indexing...value) Sets the custom text extractor that was used for indexing...

    apireference.groupdocs.com/search/java/com.grou...
  10. FileIndexingEventArgs.CustomExtractor Property ...

    Gets or set the custom text Extractor....Gets or set the custom text extractor. Namespace: GroupDocs.Search...IFieldExtractor The custom text extractor. See Also Reference FileIndexingEventArg...

    apireference.groupdocs.com/search/net/groupdocs...