1.0.0 • Published 7 years ago

@tessdata/aze_cyrl v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 years ago

aze_cyrl tessdata

@tessdata/aze_cyrl

Installation

npm install @tessdata/aze_cyrl

Usage

const sander = require('@marionebl/sander');
const Tesseract = require('tesseract.js');
const {langPath} = require('@tessdata/aze_cyrl');

const image = sander.readFile('some-image.png');
const tesseract = Tesseract.create({langPath});

tesseract.recognize(buffer, {
  lang: 'aze_cyrl'
});