File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5249markitdown 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
Original file line number Diff line number Diff 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
5249markitdown 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
You can’t perform that action at this time.
0 commit comments