UNPKG

@gutenye/ocr-node

Version:

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

30 lines (29 loc) 943 B
{ "name": "@gutenye/ocr-node", "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", "keywords": ["ocr", "paddleocr", "typescript", "onnxruntime", "node"], "version": "1.4.8", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gutenye/ocr.git", "directory": "packages/node" }, "exports": { "bun": "./src/index.ts", "react-native": "./src/index.ts", "default": "./build/index.js" }, "files": ["src", "build", "!**/__tests__"], "scripts": { "prepublishOnly": "cp ../../README.md . && ./ake build", "postpublish": "rm README.md && rm -rf build" }, "dependencies": { "@gutenye/ocr-common": "^1.2.0", "@gutenye/ocr-models": "^1.2.2", "onnxruntime-node": "^1.17.3-rev.1", "sharp": "^0.33.3" } }