npm install
npm run start
Content-Type:application/json
in the request header.http://localhost:3000/generate
or https://node-ocr.herokuapp.com/generate
INPUT:
{
"name":"Enter your name here",
"email":"asdasdasd@gmail.com"
}
The result will contain a unique API key.
http://localhost:3000/api
or https://node-ocr.herokuapp.com/api
INPUT:
{
"api_key":"Enter API key for successfull operation",
"image_url":"asdasdasd@gmail.com"
}
The result will contain the text present in the image.