get_document_text_extract
Extract text content from documents in IBM FileNet Content Manager using document ID or path to retrieve stored text annotations for analysis and processing.
Instructions
Retrieves a document's text extract content.
:param identifier: The document id or path (required). This can be either the document's ID (GUID) or its path in the repository (e.g., "/Folder1/document.pdf").
:returns: The text content of the document's text extract annotation. If multiple text extracts are found, they will be concatenated. Returns an empty string if no text extract is found.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes |