convert_pdf_to_docx
Convert PDF files to editable Word DOCX documents. Specify input PDF path and optional output path for conversion.
Instructions
Convert a PDF to Word document.
Args: input_path: Path to input PDF file output_path: Optional output DOCX path (auto-generated if not provided)
Returns: Output path or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |