AI Agent Hub
Back to skills
Tencent Cloud Question Marking Agent icon

Tencent Cloud Question Marking Agent

AI Agent Updated 2026.08.30

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

Please install @tencent-adm/tencentcloud-ocr-questionmarkagent according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

K-12 exam marking is not just handwriting recognition. Real inputs may be full exam images, PDF pages, or single-question screenshots. A production pipeline needs question splitting, item-level judgment, answer comparison, error analysis, and handwriting position output. Traditional setups often separate OCR, question ingestion, and rule-based checks, causing inconsistent fields and difficult coordinate alignment. Tencent Cloud Question Marking Agent wraps this as an async job for both handwritten grading and non-handwritten analysis.

How It Works

It uses Tencent Cloud OCR's Submit and Describe flow: create a job, get JobId, then poll until DONE or FAIL. Input can be ImageBase64 or ImageUrl, supporting common image formats and PDF. Key behaviors:
- Full-sheet marking: splits questions and returns MarkInfos.
- Single-question marking: set BoolSingleQuestion=true to skip splitting; pass ReferenceAnswer when needed.
- Structured results: AnswerInfo returns handwriting, correctness, and analysis, with optional correct answer, knowledge points, and coordinates.
- Optional deep thinking: EnableDeepThink adds deeper reasoning but slows response.

Use it in grading pipelines, homework dashboards, or explanation pages. Note the default limit is 10 questions/minute, PDF is single-page, JobId relies on async status, and MarkInfo may be nested recursively.

Use Cases

  • A K-12 homework service receives whole exam photos and needs automatic question splitting with per-item correctness and handwriting.
  • A teacher uploads a single-page PDF exam to recognize handwritten choices and blanks, then get error analysis and knowledge points.
  • A question service processes a single question image, skips splitting, judges correctness using a reference answer, and returns coordinates.
  • A teaching platform submits exam images in batches and polls structured MarkInfo results for review.

Best For

  • K-12 homework platform engineers who need to integrate full-exam grading from images or PDFs into structured results.
  • Education product backend engineers who must poll async jobs and parse MarkInfo and AnswerInfo fields.
  • Teaching-system developers who need single-question grading with reference answers, correctness, knowledge points, and coordinates.
  • Question-bank engineers who want to display exam analysis on question cards and link correct answers.