Skip to content

FAQ

How do Fire-PDF and Document Parsing relate?

Section titled “How do Fire-PDF and Document Parsing relate?”

Fire-PDF is the PDF parsing engine. Document Parsing is the Firecrawl capability that parses documents (PDF/Word/Excel) and returns Markdown. This site consolidates usage patterns and best practices across both.

  • use fast for text-native PDFs
  • use auto when you’re unsure or have mixed PDFs
  • use ocr for obvious scans/photos

See: PDF Parsing Modes

Scanned/image-heavy PDFs often have no text layer. Switch to ocr and sample with maxPages.

See: Scanned PDFs & OCR

Scanned tables are harder. Isolate table-heavy PDFs into a dedicated strategy and keep regression examples.

See: Tables & Formulas

Use maxPages and route by document type when you process PDFs at scale.

See: Performance & Cost