Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion packages/markitdown-ocr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ pip install openai
### Command Line

```bash
markitdown document.pdf --use-plugins --llm-client openai --llm-model gpt-4o
markitdown document.pdf --use-plugins
```

> [!NOTE]
> The CLI has no `--llm-client` / `--llm-model` flags — the LLM-backed OCR
> described below is configured through the Python API only.

### Python API

Pass `llm_client` and `llm_model` to `MarkItDown()` exactly as you would for image descriptions:
Expand Down