accurate-ocr

Extract text from Base64-encoded images with line-level OCR recognition.

23|4|Updated May 7, 2026
One-click install
npx skills add https://github.com/qq5855144/GitHubM --skill accurate-ocr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accurate-ocr
Source: https://github.com/qq5855144/GitHubM/tree/main/.skills/accurate-ocr
Command: npx skills add https://github.com/qq5855144/GitHubM --skill accurate-ocr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the manual burden of reading text from images by turning screenshots, scans, and photos into accurate, structured text output.

Core Features & Use Cases

  • High-precision OCR: Recognizes full-page text with strong accuracy for documents, receipts, forms, and photographed pages.
  • Multilingual support: Handles Chinese, English, Japanese, Korean, French, and other common language types for mixed-language inputs.
  • Integration-friendly workflow: Supports direct API usage and Edge Function proxy patterns for secure app-side OCR in web and MiniProgram projects.
  • Use case: Convert a scanned contract or a phone photo of meeting notes into clean text that can be searched, archived, or fed into downstream automation.

Quick Start

Use the accurate-ocr skill to extract all readable text from the attached image and return the recognized lines in order.

Frequently Asked Questions about accurate-ocr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract text from a scanned document or screenshot?

High-accuracy OCR extracts text from images by processing Base64-encoded inputs of scanned documents or screenshots. It returns recognized lines in order, handling paragraph structures and confidence levels for clean text output.

Can I recognize mixed-language text in a single image?

Yes, multilingual recognition supports mixed-language text within a single image. You can specify optional language and direction controls to accurately capture Chinese, English, Japanese, Korean, French, and other common language types simultaneously.

How do I handle OCR confidence scores and API error responses?

Handling OCR confidence and API errors requires parsing the structured response payload returned after image text extraction. The system explicitly outputs line-level confidence scores, paragraph groupings, and API error states for programmatic handling.

Does this OCR work with Edge Functions for web and MiniProgram projects?

Yes, this OCR supports an integration-friendly workflow using an Edge Function proxy pattern. This allows secure app-side image text extraction and API usage directly within web and MiniProgram projects without exposing backend credentials.

What is the best way to digitize photographed receipts and meeting notes?

The best way to digitize photographed receipts and meeting notes is using high-accuracy OCR for document digitization. It converts phone photos of forms and notes into clean, structured text that can be archived or fed into downstream automation.