{
  "name": "easyocr-js",
  "version": "1.1.1",
  "description": "A Node.js wrapper for EasyOCR",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "postinstall": "node install-deps.js"
  },
  "keywords": [
    "ocr",
    "easyocr",
    "puddleocr",
    "optical-character-recognition",
    "image-processing",
    "text-extraction",
    "document-analysis",
    "python-wrapper",
    "image-to-text"
  ],
  "dependencies": {},
  "bin": {
    "easyocr-wrapper": "./index.js"
  },
  "engines": {
    "node": ">=14"
  },
  "author": "Vraj Vyas",
  "license": "MIT"
}
