name: Office to Markdown description: Converts PDF, DOCX, and PPTX files to Markdown format.
This skill allows you to convert various office document formats into Markdown.
小蔥技能站7w4.net發現了升級外掛。
pdf-parsemammothturndownoffice-text-extractorword-extractorTo use this skill, run the convert.js script with the path to the file you want to convert.
node convert.js <path-to-file>
node convert.js ./documents/report.pdf
The script will generate a new file with the same name but with a .md extension in the same directory (e.g., ./documents/report.md).
mammoth to convert to HTML first, then turndown to Markdown. Layout preservation is generally good for simple documents.這個工具能把 PDF、Word、PPT 等辦公文件轉成 Markdown 格式,支援中文。文件和示例比較豐富,上手難度不高。但它存在一些小問題:目錄結構有點亂,測試覆蓋不夠全面,部分功能的執行環境配置起來稍顯複雜。總體來說功能可用,但還有最佳化空間。.