{
  "name": "ocr",
  "version": "1.0.0",
  "description": "OCR skill for extracting text from images using Tesseract.js. Supports Chinese (simplified/traditional) and English.",
  "main": "scripts/ocr.js",
  "scripts": {
    "test": "node scripts/ocr.js --help"
  },
  "keywords": ["ocr", "image", "text-recognition", "tesseract", "chinese", "image-to-text"],
  "author": "OpenClaw Community",
  "license": "MIT",
  "acceptLicenseTerms": true,
  "dependencies": {
    "tesseract.js": "^7.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/openclaw/skill-ocr.git"
  },
  "private": true
}
