MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / extractTextFileContent

Function extractTextFileContent

frontend/lib/pdf-utils.ts:78–80  ·  view source on GitHub ↗
(file: File)

Source from the content-addressed store, hash-verified

76 * Extract text content from a text file
77 */
78export async function extractTextFileContent(file: File): Promise<string> {
79 return await file.text()
80}

Callers 1

handleFileChangeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected