{
  "name": "ppu-paddle-ocr",
  "version": "5.1.1",
  "description": "Blazing-fast and lightweight PaddleOCR library for Web, Node.js and Bun. Perform accurate text detection and recognition with a simple, modern, and type-safe API. Ideal for document processing, data extraction, and computer vision tasks.",
  "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"
  ],
  "author": "snowfluke",
  "license": "MIT",
  "type": "module",
  "main": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./web": {
      "types": "./web/index.d.ts",
      "default": "./web/index.js"
    }
  },
  "scripts": {
    "task": "bun scripts/task.ts",
    "build:test": "bun task build && bun test",
    "build:publish": "bun task build && bun task report-size && bun task publish",
    "clear-cache": "bun scripts/clear-cache.ts",
    "lint": "prettier --check ./src",
    "lint:fix": "prettier --write ./src",
    "demo": "bunx -y serve -l 3456 ."
  },
  "devDependencies": {
    "@stylistic/eslint-plugin": "latest",
    "@types/bun": "latest",
    "@types/uglify-js": "latest",
    "canvas": "^3.2.1",
    "mitata": "latest",
    "onnxruntime-node": "^1.23.2",
    "onnxruntime-web": "^1.24.2",
    "prettier": "^3.8.1",
    "tsx": "latest",
    "typescript": "latest",
    "typescript-eslint": "latest",
    "uglify-js": ">=2.4.24"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/PT-Perkasa-Pilar-Utama/ppu-paddle-ocr.git"
  },
  "dependencies": {
    "ppu-ocv": "^3.1.0"
  },
  "peerDependencies": {
    "onnxruntime-node": "^1.23.2",
    "onnxruntime-web": "^1.23.2"
  },
  "peerDependenciesMeta": {
    "onnxruntime-node": {
      "optional": true
    },
    "onnxruntime-web": {
      "optional": true
    }
  }
}
