MCPcopy Create free account
hub / github.com/THU-MAIC/OpenMAIC / extract

Method extract

lib/document/types.ts:32–32  ·  view source on GitHub ↗
(input: DocumentExtractorInput)

Source from the content-addressed store, hash-verified

30 supportedMimeTypes: string[];
31 capabilities: DocumentExtractorCapabilities;
32 extract(input: DocumentExtractorInput): Promise<DocumentArtifact>;
33}
34
35export type DocumentBlockType = 'text' | 'markdown' | 'image' | 'table' | 'formula' | 'layout';

Callers 1

extractDocumentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected