ocr
Version:
Accusoft OCR Xpress
37 lines (36 loc) • 938 B
JSON
{
"name": "ocr",
"description": "Accusoft OCR Xpress",
"author": "Accusoft",
"homepage": "https://www.accusoft.com/products/ocr-xpress/overview/",
"license": "SEE LICENSE IN licensing/AccusoftLicenseAgreement.txt",
"version": "4.0.26",
"main": "./lib/ocrxpress",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"ocr-lang-eng": "^2.0.0",
"nan": "^2.3.3",
"node-gyp": "^3.3.1",
"ref": "^1.2.0",
"ref-struct": "^1.0.2",
"ref-union": "^1.0.0"
},
"devDependencies": {
"mocha": "^2.5.3",
"chai": "^3.5.0",
"mocha-teamcity-reporter": ">=0.0.1"
},
"keywords": [
"ocr",
"accusoft",
"tesseract"
],
"scripts": {
"install": "node-gyp clean configure build",
"test": "node node_modules/mocha/bin/mocha --reporter spec",
"test_tc": "node node_modules/mocha/bin/mocha --reporter mocha-teamcity-reporter",
"register": "node licensing/register"
}
}