pdf_to_word
Convert any PDF to an editable Microsoft Word .docx document. For scanned PDFs, use OCR first to improve conversion quality.
Instructions
Convert a PDF to an editable Microsoft Word .docx document. Conversion quality depends on the source (scanned PDFs produce poor results; use ocr_pdf first if needed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_file | Yes | Path to the PDF file to convert. | |
| output_path | No | Optional output path. If it ends with the expected extension, the file is written there. If it is a directory, the file is placed inside with a timestamped name. Defaults to the same directory as the first input. |