For the complete documentation index, see llms.txt. This page is also available as Markdown.

ReadTextDocument

Extracts readable text from OpenDocument Text .odt files.

Task version: 1.0.0

Required Frends version: 5.7+

Required .NET version: 8.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

FilePath : String

Full path of the target .odt file to be read.

Default: - Example: c:\temp\foo.odt

Task Result

Name
Description

Success : Boolean

Indicates if the task completed successfully. Example: true

Content : String

Single string containing all extracted text from .odt file. Example: Extracted example content from ODF text document

Error : Error

Error that occurred during task execution. Example: object { string Message, Exception AdditionalInfo }

Task Changelog

Changelog for Task Frends.Odf.ReadTextDocument.

[1.0.0] - 2026-05-13

Added

  • Initial implementation

Last updated

Was this helpful?