Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
本站翻译于2026年5月3日,请放心食用🎉🎉🎉
TypeScript
使用 LangChain JavaScript 集成 PPTX 文件文档加载器。
npm install officeparser
import { PPTXLoader } from "@langchain/community/document_loaders/fs/pptx"; const loader = new PPTXLoader("src/document_loaders/example_data/example.pptx"); const docs = await loader.load();