{
  "name": "ppu-paddle-ocr",
  "version": "6.0.0",
  "description": "Lightweight, probably the fastest PaddleOCR SDK in TypeScript. Runs anywhere JavaScript runs: Node.js, Bun, Deno, mobile react-native, web browsers, and browser extensions. Docker & CLI supported. The official SDK is browser-only. Accurate text detection and recognition for documents, data extraction, and computer vision.",
  "keywords": [
    "accurate-ocr",
    "browser-ocr",
    "bun-compatible",
    "bun-ocr",
    "computer-vision",
    "document-ai",
    "document-analysis",
    "document-processing",
    "fast-ocr",
    "image-processing",
    "image-text-extraction",
    "image-to-text",
    "invoice-processing",
    "javascript-ocr",
    "lightweight-ocr",
    "node-ocr",
    "nodejs-ocr",
    "ocr",
    "ocr-engine",
    "ocr-library",
    "onnx",
    "onnx-ocr",
    "onnxruntime",
    "optical-character-recognition",
    "paddle-ocr-node",
    "paddleocr",
    "paddlepaddle",
    "receipt-scanner",
    "text-detection",
    "text-extraction",
    "text-from-image",
    "text-recognition",
    "typescript-ocr",
    "web-ocr",
    "docker-ocr",
    "cli-ocr",
    "react-native",
    "react-native-ocr"
  ],
  "author": "snowfluke",
  "license": "MIT",
  "type": "module",
  "main": "./index.js",
  "types": "./index.d.ts",
  "bin": {
    "ppu-paddle-ocr": "cli/index.js"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./web": {
      "types": "./web/index.d.ts",
      "default": "./web/index.js"
    },
    "./mobile": {
      "types": "./mobile/index.d.ts",
      "default": "./mobile/index.js"
    },
    "./coi-serviceworker.js": "./coi-serviceworker.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PT-Perkasa-Pilar-Utama/ppu-paddle-ocr.git"
  },
  "homepage": "https://github.com/PT-Perkasa-Pilar-Utama/ppu-paddle-ocr#readme",
  "dependencies": {
    "ppu-ocv": "^3.3.0"
  },
  "optionalDependencies": {
    "onnxruntime-node": "^1.23.2"
  },
  "peerDependencies": {
    "@shopify/react-native-skia": ">=1.0.0",
    "onnxruntime-node": "^1.23.2",
    "onnxruntime-react-native": "^1.23.2",
    "onnxruntime-web": "^1.23.2"
  },
  "peerDependenciesMeta": {
    "@shopify/react-native-skia": {
      "optional": true
    },
    "onnxruntime-node": {
      "optional": true
    },
    "onnxruntime-react-native": {
      "optional": true
    },
    "onnxruntime-web": {
      "optional": true
    }
  }
}
