Files.ExtractText
Overview
Extracts the text content of a file.
string myFiles.ExtractText(id: string)
Arguments
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
var extractedText = $Files.ExtractText(fileId);
Copyright © 2010 - 2023 Emakin. All rights reserved.