firecrawl-parse

द्वारा firecrawl

किसी भी स्थानीय फ़ाइल—जैसे PDF, DOCX, DOC, ODT, RTF, XLSX, XLS, या HTML—की सामग्री को कुशलतापूर्वक निकालें और स्वच्छ, सुव्यवस्थित मार्कडाउन में परिवर्तित करके सहेजें…

npx skills add https://github.com/firecrawl/firecrawl-claude-plugin --skill firecrawl-parse

firecrawl parse

Turn a local document into clean markdown on disk. Supports PDF, DOCX, DOC, ODT, RTF, XLSX, XLS, HTML/HTM/XHTML.

When to use

  • You have a file on disk (not a URL) and want its text as markdown
  • User drops a PDF/DOCX and asks what it says, or to summarize it
  • Use scrape instead when the source is a URL

Quick start

Always save to .firecrawl/ with -o — parsed docs can be hundreds of KB and blow up context if streamed to stdout. Add .firecrawl/ to .gitignore.

mkdir -p .firecrawl

# File → markdown
firecrawl parse ./paper.pdf -o .firecrawl/paper.md

# AI summary
firecrawl parse ./paper.pdf -S -o .firecrawl/paper-summary.md

# Ask a question about the doc
firecrawl parse ./paper.pdf -Q "What are the main conclusions?" \
  -o .firecrawl/paper-qa.md

Then head, grep, rg etc., or incrementally read the file - don't load the whole thing at once.

Options

OptionDescription
-S, --summaryAI-generated summary
-Q, --query <prompt>Ask a question about the parsed content
-o, --output <path>Output file path — always use this
-f, --format <fmt>markdown (default), html, summary
--timeout <ms>Timeout for the parse job
--timingShow request duration

Tips

  • 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 the firecrawl credit-usage command.

See also

firecrawl की और Skills

oracle
firecrawl
ओरेकल CLI के उपयोग के लिए सर्वोत्तम अभ्यास (प्रॉम्प्ट + फ़ाइल बंडलिंग, इंजन, सत्र और फ़ाइल अटैचमेंट पैटर्न)।
official
firecrawl-demo-walkthrough
firecrawl
Firecrawl ब्राउज़र के साथ किसी उत्पाद के मुख्य फ़्लो को देखें और एक संरचित UX/उत्पाद वॉकथ्रू तैयार करें। साइनअप, ऑनबोर्डिंग, प्राइसिंग, डॉक्स, डैशबोर्ड, उत्पाद डेमो तैयारी, UX विश्लेषण और पहली बार उपयोग अनुभव विश्लेषण के लिए उपयोग करें।
browser-automationofficialresearch
sag
firecrawl
ElevenLabs टेक्स्ट-टू-स्पीच, मैक-शैली say UX के साथ।
official
pinecone
firecrawl
उत्पादन AI अनुप्रयोगों के लिए प्रबंधित वेक्टर डेटाबेस। पूरी तरह से प्रबंधित, स्वचालित स्केलिंग, हाइब्रिड खोज (डेंस + स्पार्स), मेटाडेटा फ़िल्टरिंग और नेमस्पेस के साथ।…
official
sentence-transformers
firecrawl
वाक्य, पाठ और छवि एम्बेडिंग के लिए अत्याधुनिक ढांचा। शब्दार्थ समानता, क्लस्टरिंग और पुनर्प्राप्ति के लिए 5000+ पूर्व-प्रशिक्षित मॉडल प्रदान करता है।…
official
model-merging
firecrawl
मर्जकिट का उपयोग करके कई फाइन-ट्यून किए गए मॉडलों को मर्ज करें ताकि पुनः प्रशिक्षण के बिना क्षमताओं को संयोजित किया जा सके। डोमेन-विशिष्ट मॉडलों को मिश्रित करके विशेषज्ञ मॉडल बनाते समय उपयोग करें।
official
deepspeed
firecrawl
डीपस्पीड के साथ वितरित प्रशिक्षण के लिए विशेषज्ञ मार्गदर्शन - ZeRO ऑप्टिमाइज़ेशन चरण, पाइपलाइन समानांतरता, FP16/BF16/FP8, 1-बिट एडम, स्पार्स अटेंशन
official
discord
firecrawl
डिस्कॉर्ड संदेश उपकरण (चैनल=डिस्कॉर्ड) के माध्यम से संचालन।
official