UNPKG

easyocr-js

Version:

A Node.js wrapper for EasyOCR

31 lines (30 loc) 576 B
{ "name": "easyocr-js", "version": "1.1.1", "description": "A Node.js wrapper for EasyOCR", "main": "index.js", "type": "module", "scripts": { "postinstall": "node install-deps.js" }, "keywords": [ "ocr", "easyocr", "puddleocr", "optical-character-recognition", "image-processing", "text-extraction", "document-analysis", "python-wrapper", "image-to-text" ], "dependencies": {}, "bin": { "easyocr-wrapper": "./index.js" }, "engines": { "node": ">=14" }, "author": "Vraj Vyas", "license": "MIT" }