{
  "name": "iris-ocr",
  "version": "1.0.0",
  "description": "On-device OCR for IRIS Chat. Reads a report photo on the device itself — Apple Vision on iOS, Google ML Kit on Android — and returns the text. The image is NEVER uploaded (invariant #8). The returned text is handed to the app's existing on-device masking before anything else.",
  "main": "src/index.js",
  "types": "src/definitions.d.ts",
  "files": [
    "android/src/",
    "android/build.gradle",
    "ios/Plugin/",
    "IrisOcr.podspec",
    "src/",
    "package.json",
    "README.md"
  ],
  "keywords": ["capacitor", "plugin", "ocr", "vision", "mlkit"],
  "capacitor": {
    "ios": { "src": "ios" },
    "android": { "src": "android" }
  },
  "peerDependencies": {
    "@capacitor/core": "^7.0.0"
  }
}
