easyocr-wrapper
Version:
EasyOCR wrapper for Node.js using PythonShell
17 lines (15 loc) • 376 B
JSON
{
"name": "easyocr-wrapper",
"version": "1.0.0",
"description": "EasyOCR wrapper for Node.js using PythonShell",
"main": "index.js",
"scripts": {
"postinstall": "node postinstall.js"
},
"keywords": ["ocr", "easyocr", "nodejs", "python"],
"author": "Ashish Kumar",
"license": "MIT",
"dependencies": {
"python-shell": "^5.0.0"
}
}