本地文档内容可能被上传到 Firecrawl 外部服务
原文依据:5 处说明要求对本地文件运行 `firecrawl parse`;“最大上传大小”、按页计费和认证余额检查表明该流程涉及上传及远程账户服务,而不是纯本地解析。触发范围被写成任何文件路径,因此用户给出的合同、财务表或内部资料也可能进入该流程。
被处理文件的正文、表格及元数据可能离开本机并由第三方处理,消耗关联账户额度;若文件含个人信息、商业机密或凭据,可能违反保密或数据驻留要求。
该技能明确把任何本地文件路径作为触发条件,并指示用 Firecrawl 解析文件。50 MB“上传”限制、按 PDF 页扣费和需认证的余额查询共同支持文件会交给带账户计费的外部服务处理。若输入合同、财务表或内部文件,其内容可能离开本机;文中没有要求先征得上传同意或排除敏感文件。用户可在运行前确认数据去向、保留期限和服务条款,并禁止处理敏感资料。
description: | Convert a local file (PDF, DOCX, XLSX, HTML, …) to markdown, or answer questions about its content. Use whenever the input is a file path, not a URL.allowed-tools:查看另外 4 个位置
# AI summaryfirecrawl parse ./paper.pdf -S -o .firecrawl/paper-summary.md# Ask a question about the docfirecrawl parse ./paper.pdf -Q "What are the main conclusions?" \ -o .firecrawl/paper-qa.md```- Quote paths with spaces: `firecrawl parse "./My Doc.pdf" -o .firecrawl/mydoc.md`.- Max upload size: **50 MB** per file.- Credits: ~1 per PDF page; HTML is 1 flat.- Check `.firecrawl/` before re-parsing the same file.- To check your credit balance (recommended for batch processing and similar workflows), use `firecrawl credit-usage` (requires authentication).# File → markdownfirecrawl parse ./paper.pdf -o .firecrawl/paper.md- Check `.firecrawl/` before re-parsing the same file.- To check your credit balance (recommended for batch processing and similar workflows), use `firecrawl credit-usage` (requires authentication).