adiXcodr / node-ocr

A Rest API using Express for OCR
2 stars 9 forks source link

NODE OCR

A Rest API solution for Optical Character Recognition.

Live Server Here

Heroku

Technologies used

Installing depencencies and running the app

How to access the API

INPUT:

    {   
        "name":"Enter your name here",
        "email":"asdasdasd@gmail.com"
    }

The result will contain a unique API key.

INPUT:

    {   
        "api_key":"Enter API key for successfull operation",
        "image_url":"asdasdasd@gmail.com"
    }

The result will contain the text present in the image.


Communication

Slack

Author

Adittya Dey