Skip to content

ExtractText

Extracts the text content of a file.

1
myFiles.ExtractText(id: string):string

Parameters

string id
    Id of file

Returns

Extracted text content of file.

Remarks

This function is used to extract text content of a file. When text extraction is not possible, it returns empty string.

Example

1
var extractedText = $Files.ExtractText(fileId);