mistral-ocr-markdown

Installation
SKILL.md

Mistral OCR Markdown

Overview

Use the bundled TypeScript CLI to convert one local PDF/image file into one markdown file via Mistral OCR.

Workflow

  1. Validate that the input file path exists and is a single local document.
  2. Resolve API key from CLI flag or environment.
  3. Run the CLI to upload the file, execute OCR, and write markdown output.
  4. Use the generated markdown file in follow-up agent steps.

Run The CLI

Use npm from scripts/.

Installs
1
First Seen
Jun 19, 2026
mistral-ocr-markdown — aikarjal/mistal-skill