# Send WiseOCR to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "wiseocr",
    "name": "WiseOCR",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/wisediag/wiseocr",
    "canonicalUrl": "https://clawhub.ai/wisediag/wiseocr",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/wiseocr",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wiseocr",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "requirements.txt",
      "scripts/wiseocr.py",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "wiseocr",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-11T02:41:07.565Z",
      "expiresAt": "2026-05-18T02:41:07.565Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wiseocr",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wiseocr",
        "contentDisposition": "attachment; filename=\"wiseocr-1.0.28.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "wiseocr"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/wiseocr"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/wiseocr",
    "downloadUrl": "https://openagent3.xyz/downloads/wiseocr",
    "agentUrl": "https://openagent3.xyz/skills/wiseocr/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wiseocr/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wiseocr/agent.md"
  }
}
```
## Documentation

### ⚠️ Privacy Warning

IMPORTANT - READ BEFORE INSTALLING:

This skill uploads your files to WiseDiag's cloud servers for OCR processing.

Do NOT use with sensitive or confidential documents unless:

You trust WiseDiag's data handling policies
You accept that file contents will be transmitted and processed remotely

For sensitive documents, use offline/local OCR tools instead.

### WiseOCR Skill (powered by WiseDiag)

Convert PDF files into Markdown format. The script handles API authentication, file upload, OCR processing, and saves the result automatically.

### ⚠️ IMPORTANT: How to Use This Skill

You MUST use the provided script to process files. Do NOT call any API or HTTP endpoint directly.

The script scripts/wiseocr.py handles everything:

API authentication (reads WISEDIAG_API_KEY from environment)
PDF upload and OCR processing
Saves the Markdown result to WiseOCR/{filename}.md

### 🔑 API Key Setup (Required)

Get your API key:
👉 https://console.wisediag.com/apiKeyManage

export WISEDIAG_API_KEY=your_api_key

### Installation

pip install -r requirements.txt

### Usage

To process a PDF file, run:

cd scripts
python wiseocr.py -i /path/to/input.pdf -n original_filename

IMPORTANT: Always pass -n with the original filename (without extension) so the output file is named correctly. If the uploaded file has been renamed (e.g. to ocr_input.pdf), -n ensures the output uses the user's original filename.

The script will automatically save the result to WiseOCR/{name}.md.

Example:

python wiseocr.py -i /tmp/ocr_input.pdf -n medical_report
# Output saved to: WiseOCR/medical_report.md

With custom output directory:

python wiseocr.py -i /path/to/input.pdf -n medical_report -o /custom/output/dir

### Arguments

FlagDescription-i, --inputInput PDF file path (required)-n, --nameOriginal filename without extension for output (recommended)-o, --outputOutput directory (default: ./WiseOCR)--dpiPDF rendering DPI, 72-600 (default: 200)

### Output

After the script runs, the Markdown file is saved automatically:

Default: WiseOCR/{name}.md
The file is named using the -n parameter (e.g. -n report → report.md), or falls back to the input filename
No additional saving is needed — the file is already on disk

### Data Privacy

What happens to your files:

Files are uploaded to WiseDiag's OCR API (https://openapi.wisediag.com)
Files are processed on WiseDiag servers
Processing results are returned to you
Files are not permanently stored on WiseDiag servers

For sensitive documents, use offline/local OCR tools instead.

### License

MIT
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: wisediag
- Version: 1.0.9
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-11T02:41:07.565Z
- Expires at: 2026-05-18T02:41:07.565Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/wiseocr)
- [Send to Agent page](https://openagent3.xyz/skills/wiseocr/agent)
- [JSON manifest](https://openagent3.xyz/skills/wiseocr/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/wiseocr/agent.md)
- [Download page](https://openagent3.xyz/downloads/wiseocr)