@phaticusthiccy/image-to-text

1.2.0 • Public • Published

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..

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    3
  • 1.1.0
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i @phaticusthiccy/image-to-text

Weekly Downloads

2

Version

1.2.0

License

GPL-3.0-or-later

Unpacked Size

43.4 kB

Total Files

6

Last publish

Collaborators

  • phaticusthiccy