Update README.md
Co-authored-by: gagb <gagb@users.noreply.github.com>
This commit is contained in:
parent
f6e75c46d4
commit
b28f380a47
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ docker run --rm -i markitdown:latest < ~/your-file.pdf > output.md
|
||||||
This example shows how to convert multiple files to markdown format in a single run. The script processes all supported files in a directory and creates corresponding markdown files.
|
This example shows how to convert multiple files to markdown format in a single run. The script processes all supported files in a directory and creates corresponding markdown files.
|
||||||
|
|
||||||
|
|
||||||
```python
|
```python convert.py
|
||||||
from markitdown import MarkItDown
|
from markitdown import MarkItDown
|
||||||
from openai import OpenAI
|
from openai import OpenAI
|
||||||
import os
|
import os
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue