Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add dkyazzentwatwa/chatgpt-skills --skill "business-card-scanner"
Install specific skill from multi-skill repository
# Description
Extract contact information from business card images using OCR - name, company, email, phone, address.
# SKILL.md
name: business-card-scanner
description: Extract contact information from business card images using OCR - name, company, email, phone, address.
Business Card Scanner
Extract contact information from business card images using OCR.
Features
- OCR Extraction: Extract text from card images
- Contact Parsing: Name, company, email, phone, address
- Pattern Recognition: Smart regex for contact fields
- Multi-Format: JPG, PNG support
- Batch Processing: Multiple cards
- Export: vCard, JSON, CSV output
CLI Usage
python business_card_scanner.py --input card.jpg --output contact.json
Dependencies
- pytesseract>=0.3.10
- pillow>=10.0.0
- opencv-python>=4.8.0
- pandas>=2.0.0
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.