← ClaudeAtlas

deepread-id-documentslisted

Extract structured data from passports, driver's licenses, and national ID cards for KYC/onboarding — name, document number, dates, nationality — as typed JSON. Vision AI reads scans and photos. Per-field confidence flags. PII redaction built in for compliant storage. Free 2,000 pages/month.
deepread-tech/skills · ★ 2 · Data & Documents · score 78
Install: claude install-skill deepread-tech/skills
# DeepRead ID Documents Read passports, driver's licenses, and national ID cards — scans or phone photos — into clean, typed JSON for KYC and customer onboarding: name, document number, dates of birth/issue/expiry, and nationality. Every field carries a `needs_review` flag, because in identity verification, a confident-but-wrong character matters. > **Use responsibly.** Only process identity documents you are authorized to handle, for legitimate KYC/onboarding/verification purposes, with the document holder's knowledge and applicable consent. This skill POSTs the document to `https://api.deepread.tech` and polls for results. No system files are modified. Review DeepRead's [privacy policy](https://www.deepread.tech/privacy) for data handling. ## What You Get Back ```json { "schema_version": "dp02", "status": "completed", "extraction": { "fields": [ {"key": "document_type", "value": "Passport", "needs_review": false, "location": {"page": 1}}, {"key": "full_name", "value": "PRIYA NAIR", "needs_review": false, "location": {"page": 1}}, {"key": "document_number", "value": "P1234567", "needs_review": true, "review_reason": "Glare on character 3", "location": {"page": 1}}, {"key": "date_of_birth", "value": "1992-07-14", "needs_review": false, "location": {"page": 1}}, {"key": "expiry_date", "value": "2031-05-02", "needs_review": false, "location": {"page": 1}}, {"key": "nationality", "value": "IND", "needs_review": false, "location":