# MS Word to Markdown

## Try it in the Widget Center

Click this [url](https://app.myshell.ai/robot-workshop/widget/1782389444583174144) to try this widget and copy the Pro Config template.

## Usage

\<TODO: enter description here, and remove useless inputs>

**Input Parameters**

<table><thead><tr><th>Name</th><th>Type</th><th>Description</th><th>Default</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>document</td><td><code>string</code></td><td>Provide your input word file (.docx).</td><td><a href="https://www.lehman.edu/faculty/john/classroomrespolicy1.docx">default_url</a></td><td>false</td></tr></tbody></table>

**Output Parameters**

| Name             | Type     | Description                             | File Type |
| ---------------- | -------- | --------------------------------------- | --------- |
| markdown\_string | `string` | The converted result in markdown string |           |

**Output Example**

{% tabs %}
{% tab title="success" %}
{% code fullWidth="false" %}

```json
{
   "results": "<the example results of this widget>"
}
```

{% endcode %}
{% endtab %}

{% tab title="fail" %}
{% code fullWidth="false" %}

```json
{
   "results": "<the example results of this widget>"
}
```

{% endcode %}
{% endtab %}
{% endtabs %}

## Detailed Guidelines
