UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

8 lines (7 loc) 273 B
/** * Creates a scraper for legacy document formats (.doc, .rtf, etc). * Uses LibreOffice for conversion to extract content from older document formats. * * @public exported from `@promptbook/legacy-documents` */ export declare const createLegacyDocumentScraper: any;