> ## Documentation Index
> Fetch the complete documentation index at: https://private-04b27de1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.agentchat.contrib.img_utils.extract_img_paths

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### extract\_img\_paths

```python theme={null}
extract_img_paths(paragraph: str) -> list
```

Extract image paths (URLs or local paths) from a text paragraph.<br />Parameters: <br />    paragraph (str): The input text paragraph.<br />Returns: <br />    list: A list of extracted image paths.

<b>Parameters:</b>

| Name        | Description   |
| ----------- | ------------- |
| `paragraph` | **Type:** str |

<b>Returns:</b>

| Type | Description                            |
| ---- | -------------------------------------- |
| list | list: A list of extracted image paths. |

<br />
