compare

Frenchie vs Unstructured.

Unstructured is a document-processing platform. Frenchie is a narrow MCP file utility.

Unstructured is built for partitioning and preparing documents for downstream pipelines. Frenchie is intentionally smaller: your agent sends a supported file and gets Markdown back. If you are building a document ingestion platform, Unstructured may fit better. If you want an agent to read a workbook, CSV, Word document, or deck in the middle of work, Frenchie is the simpler shape.

side by side

The shape of each tool.

DimensionUnstructuredFrenchie
Product shapeDocument processing and ingestion infrastructureMCP-first file extraction utility for agents
Output goalPartitioned document elements for pipelinesClean Markdown that an agent can read immediately
ScopeBroad document processing surfaceOCR, transcription, image generation, and Office/spreadsheet extraction
SetupAPI or self-managed pipeline integrationOne install command plus skills and MCP tools

pick Unstructured

When Unstructured is the right call

  • You are building a durable ingestion pipeline for many document types.
  • You need partitioned elements and preprocessing knobs for downstream RAG or ETL.
  • You want to own a broader document-processing architecture.

pick frenchie

When Frenchie is the right call

  • Your agent needs Markdown from DOCX, XLSX, CSV, TSV, or PPTX without a new pipeline.
  • You want a focused tool that does not try to summarize, classify, or store documents.
  • You care about MCP ergonomics and skill-pack distribution more than a full ingestion platform.

together

Can you use both?

Use Unstructured for backend ingestion jobs where document partitioning is infrastructure. Use Frenchie for front-line agent work where a user drops a file and expects Markdown back in the same workflow.

questions

The ones that come up.

Is Frenchie document intelligence?

No. Frenchie returns Markdown. Your agent does any summarization, field extraction, or classification after that.

When should I pick Unstructured?

Pick Unstructured when you are building a document pipeline with preprocessing and partitioned outputs as infrastructure.

When should I pick Frenchie?

Pick Frenchie when the user is already in an agent and wants a supported file converted into Markdown with one MCP tool call.

See if Frenchie fits.

100 free credits on signup. No card. Try it against a real DOCX, XLSX, CSV, TSV, or PPTX file from your workflow — compare the Markdown side by side.