word-text-and-keyword-extractor
Service icon

Word Text and Keyword Extractor

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 4 May (yesterday)
 by 
4.0
 (1 rating)
word-text-and-keyword-extractor

Word Text and Keyword Extractor

Documentation
1.0.1

Overview

The plugin provides functionality to:

  • Extract all text content from a Word document file.
  • Extract specific keyword-based content using regex


Features

  1. ExtractFullText - extract all readable text from a .docx file
    • Input:
      • WordDocument - uploaded .docx file in binary format
    • Output:
      • ExtractedText - full text extracted from the document
  2. SearchAndExtractText - extracts matching text patterns using user-defined regular expression
    • Input:
      • WordDocument - uploaded .docx file in binary format
      • Pattern - regex pattern to match
      • IgnoreCase - specifies case-insensitive matching (default: True)
    • Output:
      • ExtractedText - full text extracted from the document