PDF to Word

Convert PDFs to editable Word (DOCX) documents.

📝

Drag and drop, or paste a screenshot

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

🔒 Your files are processed privately and deleted automatically.

OCR.chat converts your PDF into an editable Word document you can open in Microsoft Word, Google Docs, or LibreOffice. Upload a scanned or digital PDF and download a clean .docx with the text recognized, the paragraph structure preserved, and the reading order intact, so you can edit instead of retyping. It is a full PDF to Word converter with no signup needed to try it.

It is ideal for anyone who needs to rework the contents of a PDF: a contract that has to be amended, a scanned form that needs filling in, a report that has to be updated, or an old document that should become a living file again. The fast engine handles printed PDFs for free, while the premium AI engine takes on scans, multi-column layouts, and tables when you need the cleanest possible Word output.

OCR.chat reads more than 100 languages and never silently translates foreign words, so a multilingual document keeps its original wording in the DOCX. The recognized text is shown beside your original page for review, low-confidence characters are flagged, and your file is processed for OCR and then deleted automatically. Prefer a different format? You can also export to TXT, Markdown, searchable PDF, CSV, or JSON.

How to pdf to word

1
Upload your PDF
Drag in a scanned or digital PDF, or browse to select it from your device.
2
Pick the engine and language
Use the free fast engine for printed pages, or the premium AI engine for scans, tables, and complex layouts; set the language or auto-detect.
3
Review the text
Compare the recognized text with each page side by side and check anything flagged as low confidence.
4
Download the Word file
Export an editable .docx ready to open in Word, Google Docs, or LibreOffice.

Common uses

  • Lawyers turning scanned contracts into editable Word files for redlining and amendments.
  • HR and admin staff converting scanned forms and policies into documents they can update.
  • Students reworking lecture handouts and old PDFs into editable study notes.
  • Authors and editors recovering manuscripts that only exist as scanned PDFs.
  • Small businesses updating legacy reports and proposals without retyping them.
  • Nonprofits digitizing printed grant documents into editable templates.

Frequently asked questions

Paragraph structure and reading order are preserved in the DOCX. For complex, multi-column, or table-heavy layouts, the premium AI engine produces the cleanest, most faithful Word output.

Yes. The .docx contains real, selectable text, so you can edit it freely in Microsoft Word, Google Docs, or LibreOffice.

Yes. Scanned pages are OCR'd automatically, and pages that already have a text layer are read losslessly, then everything is assembled into one Word document.

Over 100, including CJK, Arabic, Cyrillic, and Indic scripts. Foreign words are transcribed as written, never translated, so your Word file keeps the original language.

You can try it with no signup. A free account adds a monthly page bucket, and paid plans from $5/month unlock more pages, the premium AI engine, batch conversion, and API access.

The premium AI engine recognizes table structure for cleaner results; if you need spreadsheet-ready data, you can also export to CSV instead of DOCX.

Your PDF is processed for OCR and then deleted automatically. We never sell or share your documents.

Usage is metered per page, where one credit equals one page. The free tier covers shorter documents, while paid plans from $5/month add a larger page allowance and batch conversion for long PDFs.

Unlock or remove the password on your device first, then upload the file. We can read an open PDF but cannot bypass encryption on a locked one.

Batch conversion is available on paid plans, so you can queue multiple PDFs and download a Word file for each. The free tier handles one document per upload.

No. Your source PDF is left untouched; the editable Word document is produced as a separate file you download.

Yes. Alongside DOCX you can export to plain text (TXT), Markdown, searchable PDF, CSV, or JSON, so you can pick whatever fits your next step.

Use this via the API

Run this tool programmatically 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 "tool=pdf-to-word"

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

curl -L "https://ocr.chat/api/v1/ocr/JOB_UUID/download/?format=docx" \
  -H "Authorization: Bearer YOUR_API_TOKEN" -o result.docx
Read the API docs →
Rate this page
5.0/5 (0)

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