Claude
Skills
Sign in
Back

aliyun-qwen-ocr-test

Included with Lifetime
$97 forever

Minimal OCR smoke test for Model Studio Qwen OCR.

Code Review

What this skill does


Category: test

# Minimal Viable Test

## Prerequisites

- Target skill: `skills/ai/multimodal/aliyun-qwen-ocr`

## Executable Example

```bash
.venv/bin/python skills/ai/multimodal/aliyun-qwen-ocr/scripts/prepare_ocr_request.py \
  --image "https://example.com/invoice.png" \
  --task key_information_extraction \
  --task-config '{"keys":["seller_name","invoice_date","amount"]}'
```

Pass criteria: script returns `{"ok": true, ...}` and writes `output/aliyun-qwen-ocr/request.json`.

Related in Code Review