SkillAgentSearch skills...

Tesseract.js

Javascript wrapper for tesseract OCR

Install / Use

/learn @coderush/Tesseract.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

tesseract.js

Javascript wrapper for tesseract OCR

Install

[sudo] npm install [-g] tesseract-js

Features

Version History

  • v0.0.1 - First release

Usage

var tesseractjs = require('../lib/tesseract')
var t = new tesseractjs.TesseractBinding();
console.log("Object created");
t.init("eng");
t.setImage(__dirname + "/images/test-image.jpg");
t.processImage();
console.log(t.getText());
t.close();
t.end();

Testing

npm test

TODO

License

Licensed under the incredibly permissive MIT License. Copyright © 2012 Sumit Ranjan.

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated10y ago
Forks0

Languages

JavaScript

Security Score

70/100

Audited on Feb 18, 2016

No findings