evidence-id-card-handler

Extract identity fields from ID card images into EvidenceCard format.

Updated Jul 20, 2025
One-click install
npx skills add https://github.com/sungaoxiang-backend/intelligent-evidence-platform --skill evidence-id-card-handler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evidence-id-card-handler
Source: https://github.com/sungaoxiang-backend/intelligent-evidence-platform/tree/main/app/agentic/skills/evidence-id-card-handler
Command: npx skills add https://github.com/sungaoxiang-backend/intelligent-evidence-platform --skill evidence-id-card-handler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

处理身份证图片,提取身份信息,输出符合 EvidenceCard 数据结构的 card_features 列表,帮助在证据管理流程中快速获得结构化身份信息。

Core Features & Use Cases

  • 基于 OCR 的字段提取:从身份证正面识别姓名、性别、民族、出生日期、住址和公民身份号码等字段,并输出为 card_features 的扁平结构。
  • 模式切换:默认为规则模式,只提取必填槽位;增强模式可进行扩展提取并附带额外分析信息。
  • 典型用例:在法律证据管理系统中对身份证图片进行批量转换,方便索引、比对与审计。

Quick Start

通过 EvidenceIdCardHandler 处理身份证图片,输入图片的 URL 或本地文件路径,输出结构化的 card_features。

Frequently Asked Questions about evidence-id-card-handler

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

FAQPage Schema
How do I extract identity data from ID card images for legal evidence workflows?

You can extract identity data from ID card images by applying OCR processing to capture fields like name, gender, and ID number into a structured EvidenceCard format. This handles images via URL or local file path for legal evidence workflows.

What fields can OCR extract from an ID card photo?

OCR extracts identity details from an ID card photo including name, gender, ethnicity, birth date, address, and ID number. These fields are output as a flat card_features list adhering to the EvidenceCard schema.

How do I process ID card images in bulk for an evidence management system?

To process ID card images in bulk for an evidence management system, input the image URLs or local file paths into the handler to receive structured card_features. This enables quick indexing, comparison, and auditing.

Can I get extended analysis information beyond the required ID card fields?

Yes, you can get extended analysis information by switching from the default rule mode to the enhanced mode. The enhanced mode performs extended extraction beyond the mandatory slots to provide additional analysis information.

Does the ID card identity extraction require any external dependencies?

No, the ID card identity extraction does not require any external dependencies to function. It directly processes the ID card images and outputs the structured identity data without needing additional components.