MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getSupportedBinaryFormats

Function getSupportedBinaryFormats

src/integrations/misc/extract-text.ts:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 * Returns the list of supported binary file formats that can be processed by extractTextFromFile
48 */
49export function getSupportedBinaryFormats(): string[] {
50 return Object.keys(SUPPORTED_BINARY_FORMATS)
51}
52
53/**
54 * Result of extracting text with metadata about truncation

Callers 1

handleBinaryFileMethod · 0.90

Calls 1

keysMethod · 0.65

Tested by

no test coverage detected