{
  "name": "@gutenye/ocr-models",
  "description": "Guten OCR is a high accurate text detection (OCR) Javascript/Typescript library that runs on Node.js, Browser, React Native and C++. Based on PaddleOCR and ONNX runtime",
  "version": "1.4.2",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gutenye/ocr.git",
    "directory": "packages/models"
  },
  "exports": {
    "./node": "./node.js"
  },
  "files": ["assets", "node.js", "!**/__tests__"],
  "scripts": {
    "prepublishOnly": "cp ../../README.md .",
    "postpublish": "rm README.md"
  }
}
