openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
11 lines (10 loc) • 394 B
JavaScript
import { t as definePluginEntry } from "../../plugin-entry-C7DUzV0e.js";
//#region extensions/document-extract/index.ts
var document_extract_default = definePluginEntry({
id: "document-extract",
name: "Document Extraction",
description: "Extract text and fallback page images from local document attachments.",
register() {}
});
//#endregion
export { document_extract_default as default };