phaticusthiccy / Image-to-Text

It converts images to rgba based text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image-to-Text

It converts images too rgba based text.

NPM PACKAGE 📦

npm i @phaticusthiccy/image-to-text

Example 🧪

var tti = require('@phaticusthiccy/image-to-text');

var options = {
  fit:    'box',
  width:  200,
  height: 100
}

tti('path/to/image.png', options, function (err, rgba) {
  if (err) throw err;

  console.log(rgba);
});

CLI 💻

Getting ready..

About

It converts images to rgba based text.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%