import type { OpenClawConfig } from "../config/types.openclaw.js"; import type {
DocumentExtractedImage,
DocumentExtractionResult,
} from "../plugins/document-extractor-types.js"; import { extractDocumentContent } from "./document-extractors.runtime.js";
export type PdfExtractedImage = DocumentExtractedImage;
export type PdfExtractedContent = DocumentExtractionResult;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.