对已获授权的图像执行 OCR,提取多语言文本,并返回带置信度说明的转录结果供审核。
PaddleOCR Workflow When to use Prepare authorized images for OCR, extract multilingual text, and return a confidence-aware transcription for review. Workflow 1. Confirm the user owns the input or has permission to process it. Collect the source material, audience, output format, and acceptance criteria. 2. Separate observed facts and user-provided constraints from inference. Ask for missing information instead of inventing it. 3.
# PaddleOCR Workflow ## When to use Prepare authorized images for OCR, extract multilingual text, and return a confidence-aware transcription for review. ## Workflow 1. Confirm the user owns the input or has permission to process it. Collect the source material, audience, output format, and acceptance criteria. 2. Separate observed facts and user-provided constraints from inference. Ask for missing information instead of inventing it. 3. Define the requested observations, extraction fields, coordinate system, confidence needs, and unsupported modalities before analysis. 4. Use <skill-tag>skill:e2013556-b0b7-50ca-880d-5cf16661f953</skill-tag> for the connected analysis workflow. Return evidence, confidence, and limitations separately. ## Output contract Return the input assumptions, the approved plan, the generated or analyzed result, uncertainty and limitations, and a concise verification checklist. Preserve source links and provider-returned identifiers when available. Stop if the required connected capability is unavailable; do not substitute local scripts, package installation, or embedded credentials. ## Safety and review Do not upload private or sensitive media without explicit authorization. Do not claim certainty beyond the evidence. Require review before externally visible, paid, destructive, or account-changing actions. ## Source and license This Aident-native re-authoring is based on [the pinned upstream source](https://github.com/amnadtaowsoam/cerebraskills/tree/6b3aa6254f59225abf0a1e5b624898426d32b873/07-document-processing/ocr-paddleocr), discovered through [ModelScope](https://modelscope.cn/skills/@amnadtaowsoam/ocr-paddleocr), and used under MIT. It preserves the upstream workflow goal while removing local executable, credential, and package assumptions.