AI Agent Hub
Back to skills
Super AI OCR-Pro v2.1: Chinese-English and Math Formula Recognition icon

Super AI OCR-Pro v2.1: Chinese-English and Math Formula Recognition

Office Efficiency Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_6455574a/super-ocr-pro according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem to Solve

Scanned documents, handwritten notes, formula screenshots, and paper PDFs often expose the limits of plain text extraction: characters break, formulas disappear, and mixed Chinese-English layouts lose structure. For engineering work, the issue is not just recognizing text, but producing reliable results across print, handwriting, and math notation while preserving position and format.

How It Works

The skill organizes OCR into three stages:
- Image preprocessing: uses standard, english, and handwriting modes for denoising, contrast, sharpening, and stroke repair.
- Multi-engine recognition: selects among RapidOCR, EasyOCR, TrOCR, Pix2Text, and PP-OCR variants; handwritten English can use TrOCR, while formula images can be converted to LaTeX.
- LLM correction: a vision model compares the raw OCR text against the source image and fixes common confusions such as rn/m, cl/d, and 0/O.

Digital PDFs are extracted directly when embedded text exists. Scanned PDFs are rasterized and then processed. Output can be plain text, JSON, Markdown, or LaTeX.

Boundaries and Notes

It fits Chinese scans, English textbooks, handwritten assignments, formula screenshots, and paper scans with equations, but it assumes a Python environment and network access for model downloads. TrOCR is large, and LLM correction adds API cost. Tables, low-quality scans, and mixed layouts may require preprocessing plus multi-engine verification instead of relying on one pass.

Use Cases

  • Extract editable text from English handwritten assignment screenshots while reducing rn/m and cl/d errors.
  • Convert formula screenshots into LaTeX for thesis notes and question-bank entries.
  • Recognize scanned Chinese PDFs and export JSON with block positions for archival search.
  • Separate text and equations in scanned paper PDFs to produce a Markdown draft.

Best For

  • Students organizing English handwritten notes who need image text turned into editable text.
  • Researchers or educators entering formula question banks who need stable LaTeX output.
  • Editors or operations staff processing scanned contracts, textbooks, and reports who need structured text.
  • Engineers building document digitization pipelines who need multi-engine OCR and JSON exports.