Skip to content

Commit 8194f40

Browse files
updated Readme's
1 parent 55ed759 commit 8194f40

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,10 @@ pip install -e .
4646

4747
```sh
4848
# Convert a file and save locally
49-
markitdown document.docx
50-
51-
# Specify output directory
5249
markitdown document.docx -o output_folder
5350

5451
# Process with an LLM (requires OPENAI_API_KEY environment variable)
55-
markitdown document.docx --llm
52+
markitdown document.docx -o output_folder --insert_into_llm
5653
```
5754

5855
### Python API

packages/markitdown/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,10 @@ pip install -e .
4646

4747
```sh
4848
# Convert a file and save locally
49-
markitdown document.docx
50-
51-
# Specify output directory
5249
markitdown document.docx -o output_folder
5350

5451
# Process with an LLM (requires OPENAI_API_KEY environment variable)
55-
markitdown document.docx -o output_folder --insert-into-llm
52+
markitdown document.docx -o output_folder --insert_into_llm
5653
```
5754

5855
### Python API

0 commit comments

Comments
 (0)