Edax97 / Eye_ocr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eye OCR

This app takes and image or PDF file and extracts the text within. For this purpose, the Azure Computer Vision API is employed.

Deployment

  1. Clone this repository.

  2. Subscribe to azure and create a new Azure CV resource here.

  3. Copy the key and endpoint of the resource. Add to the root a file named 'authentication' in the following manner:

    key API
    endpoint API
    
  4. Initialize an local git repository, and make a new commit.

    git init
    git add .
    git commit -m "version deployed to heroku"
  5. Install Heroku CLI

    npm install -g heroku
    heroku --version
  6. Deploy with Heroku.

    heroku login #login in new window
    
    #create remote app
    heroku create -a ocr_example
    
    #upload app to remote heroku
    git push heroku master
    
    #open the app
    heroku open

Screenshots

Live

Built with

  • Node js
  • Express, ejs and multer modules
  • Semantic HTML5 markup
  • CSS and SASS
  • Bootstrap

Author

About


Languages

Language:JavaScript 65.5%Language:CSS 21.5%Language:HTML 11.9%Language:EJS 1.2%Language:Procfile 0.0%