easyocr-js
Version:
A Node.js wrapper for PuddleOCR
30 lines (29 loc) • 593 B
JSON
{
"name": "easyocr-js",
"version": "1.1.3",
"description": "A Node.js wrapper for PuddleOCR",
"main": "index.js",
"type": "module",
"scripts": {
"postinstall": "node install-deps.js"
},
"keywords": [
"ocr",
"puddle-ocr",
"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"
}