Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 879 for

document information extraction

(0.1 sec)
  1. Search text in Emails | Documentation

    To search a keyword in emails search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in the email: Instantiate Parser object for the initial email; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the email....Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/search-text-in-e...
  2. Search text in EPUB eBooks | Documentation

    This article explains that how to search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/search-text-in-e...
  3. Search network deployment | Documentation

    This page contains Information about deployment of the search network....Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/search-network-d...
  4. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected Document....Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/load-a-password...
  5. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected Document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your Document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  6. Shapes in spreadsheet document | Documentation

    Extracting Information about all shapes in an Excel Document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get Information about all the shapes in an Excel Document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your Document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  7. 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....Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/working-with-tem...
  8. Search network deployment | Documentation

    This page contains Information about deployment of the search network....Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/search-network-de...
  9. Attachments in PDF document | Documentation

    This article explains how to work with PDF attachments while using GroupDocs watermarking Java API....Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/attachments-i...
  10. Working with Form Fields | Documentation

    This article demonstrates how to load, edit, and read form fields in a Word Document using GroupDocs.Editor for Node.js via Java....Purchase Buy Now Pricing Information Free Trials Temporary License...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/nodejs-java/working-w...