PDF Vector

Image to Markdown API for developers

Convert images to clean, structured text using advanced OCR and AI. Extract text from screenshots, scanned documents, photos, and more.

  • Advanced OCR TechnologyState-of-the-art optical character recognition that accurately extracts text from any image format
  • Multi-Language SupportRecognize text in multiple languages and scripts, handling mixed-language documents seamlessly
  • Clean Markdown OutputGet well-formatted text in markdown, preserving structure and layout from the original image

Easy to use APIs

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

Image 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.jpg",
  useLLM: "auto"
});

// From file
import { readFile } from "fs/promises";
const results = await client.parse({
  data: await readFile("document.jpg"),
  contentType: "image/jpeg",
  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

Powerful Image-to-Text Conversion

Transform any image containing text into clean, structured markdown. Perfect for digitizing documents, processing screenshots, and extracting text from photos.

Get started

Advanced OCR Engine

Industry-leading optical character recognition accurately extracts text from images, photos, and scanned documents with high precision.

Layout Understanding

AI preserves document structure, recognizing headings, lists, tables, and formatting to maintain the original layout in markdown.

Multilingual Support

Extract text in multiple languages including English, Spanish, Chinese, Japanese, and many more. Handles mixed-language documents seamlessly.

All Image Formats

Supports PNG, JPEG, GIF, BMP, TIFF, and more. Also works with scanned PDFs and image-heavy documents using OCR.

Example Output

Real examples of clean markdown extracted from images

Original Document

With invoice

Parsed Markdown

Clean, structured output

# INVOICE

**East Repair Inc.** 1912 Harvest Lane New York, NY 12210

**BILL TO**

John Smith 2 Court Square New York, NY 12210

**SHIP TO**

John Smith 3787 Pineview Drive Cambridge, MA 12210

**INVOICE #**

**INVOICE DATE**

P.O.#

**DUE DATE**

**11/02/2019**

2312/2019

26/02/2019

|  QTY | DESCRIPTION | UNIT PRICE | AMOUNT  |
| --- | --- | --- | --- |
|  1 | Front and rear brake cables | 100.00 | 100.00  |
|  2 | New set of pedal arms | 15.00 | 30.00  |
|  3 | Labor 3hrs | 5.00 | 15.00  |
|   |  | Subtotal | 145.00  |
|   |  | Sales Tax 6.25% | 9.06  |
|   |  | **TOTAL** | **$154.06**  |

**John Smith**

**TERMS & CONDITIONS**

Payment is due within 15 days

Please make checks payable to: East Repair Inc.

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 to Digitize Your Images?

Convert images to clean, structured markdown.

No setup fees • Integrate in minutes • Cancel anytime

Frequently asked questions