UNPKG

@gutenye/ocr-browser

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) 960 B
{ "name": "@gutenye/ocr-browser", "version": "1.4.8", "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", "web", "browser"], "type": "module", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gutenye/ocr.git", "directory": "packages/browser" }, "exports": { "bun": "./src/index.ts", "node": "./build/index.js", "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-web": "^1.17.3" } }