UNPKG

colissimo-ocr

Version:

Colissimo-OCR is a module used for text recognition on images returned by the French website Colissimo.fr.

31 lines (30 loc) 670 B
{ "name": "colissimo-ocr", "version": "1.0.2", "description": "Colissimo-OCR is a module used for text recognition on images returned by the French website Colissimo.fr.", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/scastiel/colissimo-ocr.git" }, "keywords": [ "colissimo", "ocr" ], "scripts": { "test": "mocha" }, "author": "Sébastien Castiel <sebastien.castiel@gmail.com>", "license": "LGPL", "dependencies": { "get-pixels": "^3.1.1", "ndarray": "^1.0.16" }, "devDependencies": { "should": "^5.0.1" }, "optionalDependencies": {}, "engines": { "node": "*" } }