Skills Plugins MCP Prompt Model 博客 我的中心

paddleocr-text-recognition

Use this skill whenever the user wants text extracted from images, photos, scans, screenshots, or scanned PDFs. Returns exact machine-readable strings with line-level text and optional bbox coordinates. Strong accuracy for CJK, small print, and handwritten text. Trigger terms: OCR, 文字识别, 图片转文字, 截图识字, 提取图中文字, 扫描识字, 识字, 纯文字, plain text extraction, 坐标, 检测框, bbox, bounding box, image to text, screenshot, photo scan, recognize text.

DeepseekModel キュレーション済みスキル 品質 優秀 · 90 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=paddlepaddle-paddleocr-skills-paddleocr-text-recognition-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name paddleocr-text-recognition description Use this skill whenever the user wants text extracted from images, photos, scans, screenshots, or scanned PDFs. Returns exact machine-readable strings with line-level text and optional bbox coordinates. Strong accuracy for CJK, small print, and handwritten text. Trigger terms: OCR, 文字识别, 图片转文字, 截图识字, 提取图中文字, 扫描识字, 识字, 纯文字, plain text extraction, 坐标, 检测框, bbox, bounding box, image to text, screenshot, photo scan, recognize text. license Apache-2.0 metadata {"openclaw":{"requires":{"env":"[Truncated]","bins":"[Truncated]"},"primaryEnv":"PADDLEOCR_ACCESS_TOKEN","emoji":"🔤","install":["[Truncated]"]}} PaddleOCR Text Recognition When to Use This Skill Use this skill for : Extract text from images (screenshots, photos, scans) Extract text from PDFs or document images when the goal is line/box-level text Extract text from URLs or local files that point to images/PDFs Do not use for : Documents with tables, formulas, charts, or complex layouts — use Document Parsing instead Usage Basic OCR From URL: paddleocr api \ --model_type ocr \ --file_url "https://example.com/image.png" From local file: paddleocr api \ --model_type ocr \ --file_path "./document.pdf" Common Options # With specific model paddleocr api \ --model_type ocr \ --model PP-OCRv5 \ --file_path "./report.pdf" # Disable preprocessing (faster, for flat/well-oriented images) paddleocr api \ --model_type ocr \ --file_path "./document.pdf" \ --use_doc_unwarping False \ --use_doc_orientation_classify False # Save result to file paddleocr api \ --model_type ocr \ --file_url "https://..." \ --output result.json # Page ranges paddleocr api \ --model_type ocr \ --file_path "./large.pdf" \ --page_ranges "1-5,10,15-20" Output Format { "jobId" : "job-xxx" , "pages" : [ { "prunedResult" : { "rec_texts" : [ "Line 1" , "Line 2" ] , "rec_scores" : [ 0.98 , 0.95 ] } , "ocrImageUrl" : "https://..." } ] } Important Notes Preprocessing options : By default, the API enables document preprocessing (unwarping and orientation classification). For flat, well-oriented images (screenshots, properly scanned documents), you can disable preprocessing for faster results: paddleocr api --model_type ocr --file_path "./document.pdf" --use_doc_unwarping False --use_doc_orientation_classify False Keep preprocessing enabled when: The input is a photo of a curved or folded document The document has significant perspective distortion Orientation is uncertain (rotated 90/180/270 degrees) Display complete results : Always show the full extracted content to users. Do not truncate with "..." unless content exceeds 10,000 characters. When multiple pages are processed, summarize if needed but provide complete results when explicitly requested. Handle errors gracefully : When the CLI returns an error, inform the user of the specific issue rather than silently failing or falling back to your own vision capabilities. Common errors: Authentication: PADDLEOCR_ACCESS_TOKEN invalid or missing Quota: API rate limit exceeded No content detected: Image may be blank or contain no text CLI Reference Run paddleocr api --help for all options. For full documentation, see: PaddleOCR Official Documentation
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。