Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 154 for

regular expression

(0.05 sec)
  1. Features Overview | Documentation

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows to parse documents by user-defined templates. It is easy to crate a template with data field definitions, table definitions. Then it’s easy to use the template (just pass the Template object to parseByTemplate(Template) method) and extract data such as prices, invoices, tables from your typical documents....text by a keyword or regular expression; get a text around of...document using keywords or regular expression. Please use method and...

    docs.groupdocs.com/parser/java/features-overview/
  2. Text Analysis API for Spreadsheets, Presentatio...

    We are pleased to announce the release of version 18.8 of GroupDocs.Parser for .NET. In this version, we have extended the support of text analysis API for spreadsheets, presentations and text documents. Furthermore, the latest version allows providing a password for protected documents on-demand. We’d recommend you to use the latest version of the API and share your feedback. Features Introduced Text Analysis API GroupDocs.Parser allows extracting text areas from the pages of a document....TextAreaSearchOption(); // Set a regular expression to search 'Invoice #...# XXX' text searchOptions.Expression = "\\s?INVOICE\\s?#\\s?[0-9]+";...

    blog.groupdocs.com/parser/text-analysis-api-for...
  3. Find and Replace Words in Word Documents using ...

    Find, replace, or hide text, words, phrases in Word DOC/DOCX files using C#. Redact and perform text, case-sensitive & RegEx search with .NET Redaction API....Phrases Replace Text using Regular Expressions (RegEx) Hide the Text...in Word Files using Regular Expressions (RegEx) using C# # To...

    blog.groupdocs.com/redaction/find-and-replace-t...
  4. Features Overview | Documentation

    a feature-rich document data parsing API that allows to create a template with data field definitions, table definitions. Then it's easy to use the template to parse and extract data such as prices, invoices, tables from your typical documents....text by a keyword or regular expression; get a text around of...document using keywords or regular expression. Please use method and...

    docs.groupdocs.com/parser/net/features-overview/
  5. Text redactions | Documentation

    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.... close (); } Use regular expression Behind the scenes, “exact...redaction works though regular expressions, which are the baseline...

    docs.groupdocs.com/redaction/java/text-redactions/
  6. Upcoming Release of GroupDocs.Search for Java

    We are about to release GroupDocs.Search for Java, a full-featured, back-end API that could easily be utilized by Java developers in their projects. It is a fascinating document search API that extracts text and metadata from documents. Furthermore, it performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithms. API also supports full-text search. Features Offered by GroupDocs.Search for JavaGroupDocs will keep on updating this API with new features....Queries Boolean Queries Regular Expression Queries Faceted Search...

    blog.groupdocs.com/search/upcoming-release-of-g...
  7. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for .NET...(text literal) or by a regular expression (RegEx). Highlighting...literal ( false ) or as a regular expression ( true ). Default is...

    docs.groupdocs.com/viewer/net/search-highlight-...
  8. Releasing GroupDocs.Search for Java - Document ...

    We are pleased to announce that the first version of GroupDocs.Search for Java has been released. The API allows Java developers to perform searching and indexing operations against various formats to gain data insights. One can easily perform actions to search through different directories and documents for text occurrences, basic metadata fields, file names, document types and many more. Please continue to read more about the features and the file formats supported by the API....Search Boolean Search Regular Expression Faceted Search Case Sensitive...

    blog.groupdocs.com/search/releasing-groupdocs.s...
  9. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....position which uses the regular expression. . Provides a template...find a field value by a regular expression. For example, if the...

    docs.groupdocs.com/parser/java/working-with-tem...
  10. Text redaction | Documentation

    This article explains that how C# 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.... Save (); } Use regular expression Behind the scenes, “exact...redaction works though regular expressions, which are the baseline...

    docs.groupdocs.com/redaction/net/text-redactions/