PDF Vector

Word to Markdown API for developers

Convert any Word document (.docx) to clean, structured markdown with our enterprise-grade document parser.

  • Complete Word SupportHandles .docx formats with equal precision
  • Structure PreservationMaintains headings, lists, tables, and formatting from complex documents (.docx)
  • Simple IntegrationREST API or TypeScript SDK with comprehensive documentation and examples

Easy to use APIs

Use our simple APIs directly or our TypeScript SDK with just a few lines of code.

Word Parse

API Docs
import { PDFVector } from "pdfvector";

const client = new PDFVector({
  apiKey: "pdfvector_xxxxxxx"
});

// From URL
const results = await client.parse({
  url: "https://example.com/document.docx",
  useLLM: "auto"
});

// From file
import { readFile } from "fs/promises";
const results = await client.parse({
  data: await readFile("document.docx"),
  contentType: "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
  useLLM: "auto"
});

What people are saying

See how PDF Vector is helping teams improve their document processing workflows

Abdo El-Mobayad

Can't recommend PDF Vector enough! It boosts your AI workflow accuracy to 100% while dropping your costs! Especially if you're a T4 Org in the $150/m spend range!

Abdo El-Mobayad

Trent

Gotta give a shoutout to PDF Vector team for helping me set up PDF Vector for a project. They even delivered on a feature request before I purchased. Incredible customer service. 👏

Trent

Praneeth Pike

Been implementing RAG and changing a lot of things under the hood for @rabbitholesai, came across PDF Vector and it was a huge time saver. I got a document parsing solution for the rag pipeline within minutes! one less thing to worry about

Praneeth Pike

Convert Word Documents to Markdown

Convert any Word document (.docx) to clean, structured markdown with our enterprise-grade document parser.

Get started

Complete Word Format Support

Handles .docx formats with equal precision. No need to convert or preprocess your documents.

Structure Preservation

Maintains document hierarchy, headings, lists, tables, and formatting. Your complex documents (.docx) stay organized in markdown.

Advanced Element Handling

Correctly processes tables, images, headers, footers, footnotes, and cross-references from Word documents (.docx).

Enterprise-Grade Reliability

Tested on thousands of real-world Word documents (.docx). Handles edge cases and complex formatting that other parsers miss.

Example Output

Real examples of clean markdown extracted from Word documents

Original Document

With table

Parsed Markdown

Clean, structured output

Example table

This is an example of a data table.

|  Disability
Category | Participants | Ballots
Completed | Ballots
Incomplete/
Terminated | Results |   |
| --- | --- | --- | --- | --- | --- |
|   |  |  |  | Accuracy | Time to
complete  |
|  Blind | 5 | 1 | 4 | $34.5 \%, n=1$ | 1199 sec, $n=1$  |
|  Low Vision | 5 | 2 | 3 | $98.3 \% n=2$ | 1716 sec, $n=3$  |
|   |  |  |  | $(97.7 \%, n=3)$ | $(1934 \mathrm{sec}, n=2)$  |
|  Dexterity | 5 | 4 | 1 | $98.3 \%, n=4$ | 1672.1 sec, $n=4$  |
|  Mobility | 3 | 3 | 0 | $95.4 \%, n=3$ | 1416 sec, $n=3$  |

One subscription, all APIs

Start for free, then scale as you grow. No hidden fees.

Save one month

Free

$0

Credit Card Required

Perfect for testing and small projects

  • Access to all APIs
  • 100 credits
Subscribe to Free

Basic

$23/month

$275 billed annually

Great for personal projects and small businesses

  • Access to all APIs
  • 3,000 credits
Subscribe to Basic
Most Popular

Pro

$89/month

$1067 billed annually

Most popular plan for growing businesses

  • Access to all APIs
  • 100,000 credits
Subscribe to Pro

Enterprise

$457/month

$5489 billed annually

For large-scale applications and enterprises

  • Access to all APIs
  • 500,000 credits
Subscribe to Enterprise

Ready for Reliable PDF Parsing?

Join the developers who trust PDF Vector for accurate, consistent PDF parsing. Battle-tested reliability with simple integration - start building with confidence today.

No setup fees • Integrate in minutes • Cancel anytime

Frequently asked questions