1.0.0 • Published 3 years ago

imagreader v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Installation

npm

npm i imagreader

github

git clone https://github.com/XDumpy/imagreader

Usage

//Requirement Importer
const Imagreader = require("imagreader")
  
//Main
Imagreader.online("https://image.freepik.com/free-vector/fresh-3d-editable-text-effect-white-gradation-purple-style-effect_176417-1579.jpg", function(callback){
	console.log(callback)
})

API

online(url, callback)

To scan the image url text.

url

The URL that will be scanned.

callback

returns module callback.

file(image_path, callback)

To scan the image file text.

image_path

The path of the image that will be scanned.

callback

returns module callback.

License

MIT © XDumpy