Skip to content

docs(ocr): drop CLI flags that the markitdown CLI does not define - #2422

Open
陈志谦 (simpleqt) wants to merge 1 commit into
microsoft:mainfrom
simpleqt:docs/ocr-readme-cli-flags
Open

docs(ocr): drop CLI flags that the markitdown CLI does not define#2422
陈志谦 (simpleqt) wants to merge 1 commit into
microsoft:mainfrom
simpleqt:docs/ocr-readme-cli-flags

Conversation

@simpleqt

Copy link
Copy Markdown

The markitdown-ocr README's command-line example used --llm-client openai --llm-model gpt-4o — neither flag exists in the CLI's argparse (__main__.py); pasting the command fails with "unrecognized arguments". The example now shows the working CLI invocation and notes that LLM-backed OCR is configured through the Python API (whose snippet below the change is correct).

The README's command-line example used --llm-client/--llm-model, which
are not argparse options of the markitdown CLI (pasting the command
fails with 'unrecognized arguments'). LLM-backed OCR is Python-API-only;
the example now shows the real CLI invocation and notes the limitation.
Copilot AI lite review requested due to automatic review settings September 8, 2026 16:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants