Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
›
Word Text and Keyword Extractor
Word Text and Keyword Extractor
Stable version
1.0.1
(Compatible with
OutSystems 11
)
Uploaded
on
4 May (yesterday)
by
4.0
(1 rating)
Overview
Reviews
Versions
Documentation
Support
Word Text and Keyword Extractor
Documentation
1.0.1
Draft
Overview
The plugin provides functionality to:
Extract all text content from a Word document file.
Extract specific keyword-based content using regex
Features
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
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
Loading
Loading...