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
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
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 →