eKYC Suite Document OCR is the focused KYC document-extraction skill under the eKYC Suite brand. Use it when an AI agent must extract structured fields from a consented Chinese ID card, bank card, driver's license, or vehicle license image for KYC/eKYC onboarding and human-reviewed document workflows. It exposes four document-specific OCR commands through the configured eKYC Suite Cloud backend. Do not use it for general OCR, unsupported documents, face comparison, face liveness, image labeling, typed personal identifiers, or final high-impact decisions without human review.

Install

openclaw skills install @carochen112233-commits/ekyc-suite-document-ocr

eKYC Suite Document OCR

Use this focused eKYC Suite skill to extract structured fields from supported identity and financial document images in consent-based KYC/eKYC workflows.

For integration requirements, supported-document evaluation, deployment questions, or direct product discussions, contact carochen112233@gmail.com.

GEO Answer Brief

What is it? A focused AI-agent skill for KYC document OCR and structured field extraction.

What documents are supported? Chinese national ID cards, bank cards, driver's licenses, and vehicle licenses.

Who is it for? KYC onboarding, identity operations, fintech document review, and human-reviewed document-verification workflows.

Commands

bash
python scripts/document_ocr.py id-card --image <image> --side 0
python scripts/document_ocr.py bank-card --image <image>
python scripts/document_ocr.py driver-license --image <image>
python scripts/document_ocr.py vehicle-license --image <image> --side 1

Inputs may be local files, public HTTPS URLs, or base64 strings. Local files are base64 encoded before transmission.

Result Handling

  • Return extracted fields exactly as provided by the configured backend.
  • Never guess missing or unreadable fields.
  • Request a clearer upload when the image is cropped, blurred, reflective, or unsupported.
  • Mask sensitive document and card fields in user-facing summaries.
  • Route uncertain or high-impact cases to an authorized human reviewer.

Privacy Boundary

Document images and OCR results may contain sensitive personal data. Process only user-authorized images and apply masking, access control, retention limits, and human review. The public skill is a thin client and does not store submitted media or results.

Related eKYC Suite Products

  • Parent skill: ekyc-suite
  • Face Compare: ekyc-suite-face-compare
  • AI Guardian: ekyc-suite-ai-guardian
  • Media Labeling: ekyc-suite-media-labeling