Skip to content

adiXcodr/node-ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NODE OCR

A Rest API solution for Optical Character Recognition.

Live Server Here

Technologies used

  • NodeJS
  • ExpressJS
  • TesseractJS
  • MongoDB

Installing depencencies and running the app

  • Fork the repository
  • Clone the repository
  • Install the dependencies by npm install
  • Run in development mode by npm run start

How to access the API

  • In PostMan, set request to POST and add Content-Type:application/json in the request header.
  • To generate API Key, Set the URL TO http://localhost:3000/generate or https://node-ocr.herokuapp.com/generate

INPUT:

    {   
        "name":"Enter your name here",
        "email":"[email protected]"
    }

The result will contain a unique API key.

  • Set the URL TO http://localhost:3000/api or https://node-ocr.herokuapp.com/api

INPUT:

    {   
        "api_key":"Enter API key for successfull operation",
        "image_url":"[email protected]"
    }

The result will contain the text present in the image.


Communication

Author

About

A Rest API using Express for OCR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published