OCR and chat with any document

Image, PDF, or Word to clean text, tables and math in 100+ languages. No signup to try.

📄

Drag and drop, or paste a screenshot

Image, PDF, Word (DOCX) or text - drop, browse, paste, or use a URL

Fast handles printed text. Premium AI reads handwriting, math, tables & complex layouts.

🔒 Your files are processed privately and deleted automatically.

💬 After extracting, you can chat with your document and get answers cited to the page. Learn more →

📊

Real tables, not mush

Tables come out as real Markdown/CSV, never misaligned text. Nothing is silently dropped.

👀

See it side by side

Review the extracted text next to your original, with low-confidence spans flagged before you trust them.

⬇️

One paste, every format

Copy or download as TXT, Markdown, DOCX, searchable PDF, JSON, or LaTeX, all from one screen.

🌍

100+ languages

Latin, CJK, Arabic, Cyrillic, Indic and more. Foreign words are transcribed, never auto-translated.

Math → LaTeX

Equations and formulas convert to clean LaTeX you can paste straight into your paper.

🔌

Simple API

One POST request returns clean Markdown or JSON. Metered per page, no surprises.

Create a free account

Unlock the Premium AI engine for handwriting, math and tables, save your OCR history, and get more pages every month, free to start, no card required.

Sign up free See plans

How it works

1

Upload or paste

Drop an image or PDF, click to browse, or paste a screenshot. Multi-page PDFs and batches welcome.

2

The right engine reads it

A fast engine handles printed text; the premium AI engine tackles handwriting, complex layouts, tables and math, in 100+ languages.

3

Review & export

Check the text side by side with your original, then copy or download as TXT, Markdown, Word, searchable PDF, CSV or JSON.

Why OCR.chat

Feature OCR.chat Typical OCR tools
Try with no signupOften paywalled
Real tables (Markdown/CSV)Misaligned text
Handwriting & math (LaTeX)Rare
100+ languages, no auto-translateLimited
TXT · MD · DOCX · PDF · CSV · JSONOne or two
Side-by-side review + confidence,
Simple REST APIEnterprise only

Use this via the API

Extract text from an image or PDF with a single POST. Authenticate with the API token from your account page.

curl -X POST https://ocr.chat/api/v1/ocr/ \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -F "file=@your-file.pdf" \
  -F "language=auto"

Files of 5 pages or fewer return the result inline; otherwise poll the job, then download it as md:

curl -L "https://ocr.chat/api/v1/ocr/JOB_UUID/download/?format=md" \
  -H "Authorization: Bearer YOUR_API_TOKEN" -o result.md

Frequently asked questions

Yes, you can extract text with no signup at all. A free account adds more pages each month, and paid plans unlock unlimited pages, the premium AI engine, batch processing, and the API.

PNG, JPG, WEBP, GIF, BMP, TIFF, and multi-page PDF, in over 100 languages including CJK, Arabic, Cyrillic and Indic scripts.

The fast engine is excellent on printed documents; the premium AI engine handles handwriting, complex layouts, tables, and equations (math to LaTeX, tables to Markdown/CSV), with low-confidence spans flagged.

Plain text, Markdown, Word (DOCX), searchable PDF, CSV, and JSON, plus copy to clipboard.

Files are processed for OCR only and deleted automatically. We never sell, share, or train on your documents.

Yes, one POST request returns clean text, Markdown, or JSON, metered per page.

Most images and short PDFs return in a few seconds; digital PDFs with a text layer are read instantly.

Yes, every page of a multi-page PDF is processed and combined; paid plans add higher page limits and batch processing.

No, OCR.chat runs in your browser, nothing to install. Developers can also use the REST API.

Real tables (Markdown/CSV) not misaligned text, nothing silently dropped, side-by-side review with confidence, handwriting and math, and every export format, without a signup wall.

Yes, the result screen shows the extracted text beside your original with low-confidence spans flagged so you can verify before exporting.

Start free with no signup; paid plans start at $5/month for more pages, the premium AI engine, batch and API, and page packs never expire.
Rate this page
5.0/5 (0)

What could we improve? Your feedback helps us fix issues.