extract_from_text
Extract text file contents along with word count, line count, and key phrases. Provides structured data for further analysis or validation.
Instructions
Extract content from a text file (.txt).
Args:
text_path: Path to the text file
mode: Extraction mode (currently only 'content' supported)
Returns:
Dictionary with content, word_count, line_count, and key_phrases
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | content | |
| text_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||