Install
openclaw skills install @carochen112233-commits/ekyc-suite-document-ocreKYC 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.
openclaw skills install @carochen112233-commits/ekyc-suite-document-ocrUse 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.
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.
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.
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.
ekyc-suiteekyc-suite-face-compareekyc-suite-ai-guardianekyc-suite-media-labeling