โ† All skills
Tencent SkillHub ยท Developer Tools

Mistral OCR

Extract text, tables, and images from PDFs or images using Mistral OCR API and output in Markdown, JSON, or HTML formats.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Extract text, tables, and images from PDFs or images using Mistral OCR API and output in Markdown, JSON, or HTML formats.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, _meta.json, requirements.txt, scripts/mistral_ocr.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.4

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

โš ๏ธ Privacy Warning - ้š็ง่ญฆๅ‘Š

IMPORTANT - READ BEFORE INSTALLING: This skill uploads your files to Mistral's cloud servers for OCR processing. Do NOT use with sensitive or confidential documents unless: You trust Mistral's data handling policies You have reviewed Mistral's privacy policy You accept that file contents will be transmitted and processed remotely For sensitive documents, use offline/local OCR tools instead.

Mistral OCR Skill

A powerful OCR tool that converts PDF files and images into Markdown, JSON, or HTML formats using Mistral's state-of-the-art OCR API.

Installation

# Clone or download this repository git clone https://github.com/YZDame/Mistral-OCR-SKILL.git cd Mistral-OCR-SKILL # Install dependencies pip install -r requirements.txt

๐Ÿ”‘ API Key Setup (Required)

Get your API key: ๐Ÿ‘‰ https://console.mistral.ai/home Set the environment variable: export MISTRAL_API_KEY=your_api_key

CLI Usage

cd scripts # Process PDF to Markdown python3 mistral_ocr.py -i input.pdf # Process PDF to JSON python3 mistral_ocr.py -i input.pdf -f json # Specify output directory python3 mistral_ocr.py -i input.pdf -o ~/my_ocr_results

Arguments

FlagDescription-i, --inputInput file path (required)-f, --formatOutput format: markdown/json/html (default: markdown)-o, --outputOutput directory

Data Privacy

What happens to your files: Files are uploaded to Mistral's OCR API Files are processed on Mistral servers Processing results are returned to you Files are not stored on Mistral servers (per Mistral policy) For more details, see: https://mistral.ai/privacy-policy

License

MIT

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts1 Config1 Files
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/mistral_ocr.py Scripts
  • _meta.json Config
  • requirements.txt Files