What problem does it solve? Extracting text from images, scanned documents, and PDFs manually is slow and error-prone. This Skill performs OCR on visual content through the Paddle AI Studio PP-OCRv5 API and returns structured JSON with recognized text, confidence scores, and quality metrics. ## Core Features & Use Cases - Image and PDF OCR: Recognize text from screenshots, photos, scans, invoices, receipts, forms, and tables via URL or local file path. - Adaptive Quality Modes: Choose auto, fast, or quality modes; auto mode retries up to 3 times with progressive correction to reach a target quality score. - Structured JSON Output: Get full text, per-page line items, quality scores, and clear error codes for authentication, quota, and empty-result cases. - Use Case: A user receives a photo of a receipt and needs the text for an expense report. Run the OCR script on the image, read result.full_text, and check quality.quality_score to confirm the extraction is trustworthy. ## Quick Start Ask the assistant to extract the text from your image or PDF by providing its URL or local file path, for example: "Extract the text from this invoice image at ./receipt.jpg."