0.2.17 • Published 9 years ago

wocr v0.2.17

Weekly downloads
11
License
GPL-3.0
Repository
github
Last release
9 years ago

wocr

Build Status endorse

An ocr package for node. This package uses opencv, tesseract and zbarimg.

Install

You'll need OpenCV 2.3.1 or newer, tesseract 3.02.02 or newer, leptonica 1.71 or newer and zbar 0.10.0 or newer.

On Debian or Ubuntu.

sudo apt-get update
sudo apt-get install --force-yes libcv-dev libcvaux-dev libhighgui-dev libopencv-dev libleptonica-dev libtesseract-dev libzbar-dev
npm install wocr

Usage

OCR = require('wocr')
var ocr = new OCR();
ocr.Init('eng');
ocr.SetMatrix(myImage); // need to be an node-opencv matrix
var codes = ocr.GetBarcode();
var text = ocr.GetText();
0.2.17

9 years ago

0.2.16

9 years ago

0.2.15

9 years ago

0.2.14

9 years ago

0.2.12

9 years ago

0.2.11

9 years ago

0.2.10

9 years ago

0.2.9

9 years ago

0.2.8

9 years ago

0.2.7

9 years ago

0.2.6

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago