# Firecrawl 發布開源引擎 anydoc：5 毫秒把文件轉成乾淨 Markdown，支援 14 種格式

> 📖 本站完整內容索引（documentation index）：[llms.txt](/llms.txt)

> 原作者：Firecrawl (@firecrawl) · 策展與摘要：EasyVibeCoding · 平台：X (Twitter) · 熱度：🔥🔥 · 日期：2026-08-06

> 原始來源：https://x.com/firecrawl/status/2084670366803218774

## 證據與延伸閱讀

- [anydoc GitHub repo：README 含支援格式表與 benchmark 數據](https://github.com/firecrawl/anydoc) — 官方 Repository

## 中文摘要

Firecrawl 發布開源引擎 anydoc：5 毫秒把文件轉成乾淨 Markdown，支援 14 種格式。

**發布重點** Nicolas Camara 表示，anydoc 可讓 Agent 在本機解析 PDF、DOCX、PPTX 等文件，速度達原本的 100 倍，宣稱 Markdown 轉換時間低於 5ms，並能在 1.7 秒內處理 500 個 DOCX 檔案。產品採用 Rust 撰寫，完整開放原始碼，程式碼與套件可見於 [Firecrawl/anydoc](https://github.com/firecrawl/anydoc)。anydoc 已在生產環境驅動 Firecrawl 的 /parse 端點。

<video src="https://pub-75d4fe1e4e80421b9ecb1245a7ae0d1a.r2.dev/curated/1785950101765-nbpb339m.mp4" poster="https://pub-75d4fe1e4e80421b9ecb1245a7ae0d1a.r2.dev/curated/0cbc0affb0075ebd.jpg" controls playsinline preload="metadata" style="max-width:100%;height:auto;display:block;margin:1rem 0"></video>
> 來源：[@nickscamara_](https://x.com/nickscamara_/status/2084669934194266370)（回覆）｜顯示文件、試算表、簡報與財務報表轉換為結構化 Markdown 格式的畫面集錦

**技術架構** anydoc 會先從檔案內容辨識格式，再交由各格式解析器轉成共用的 `Document` 模型，最後統一輸出 GitHub-Flavored Markdown。這套設計讓標題、表格、清單、註腳、連結、嵌入 asset 與格式跳脫等行為保持一致；支援 Word、PowerPoint、Excel、OpenDocument、RTF、EPUB、CSV 與 PDF，合計 14 種格式（推文稱 13 種，README 的評測欄位計 14 種）。PDF 可透過 `pdf-inspector` 在本機處理文字內容，但掃描頁面仍需 OCR 模型。

**Agent 與部署方式** 專案內建 Agent Skill，使用者可執行以下指令，讓相容的 Agent 學會把文件轉成 Markdown：

```bash
npx skills add firecrawl/anydoc
```

此外，anydoc 提供 Node.js、Python、Rust 與瀏覽器 WebAssembly bindings。瀏覽器 demo 會在本機轉換檔案，檔案不會離開使用者的電腦；Firecrawl Parse 則提供代管 API，並額外搭配 OCR 處理 anydoc 無法自行讀取的掃描頁面。

**效能與限制** README 的 100 份真實文件測試涵蓋 14 種格式。anydoc 的中位轉換時間為 4.4ms，整體分數 81；相較之下，markitdown 為 64、mammoth 為 69，但後者只支援 DOCX。評測由 Claude Sonnet 5 盲測輸出，涵蓋完整性、結構、格式與整潔度；測試語料不公開，因此結果仍應視為該專案基準中的比較，而非所有文件情境的普遍保證。

## 標籤

開源專案, 新產品, Agent, Rust, Firecrawl
