/vizor

A simple front-end for OCR with Google Vision API.

Primary LanguageJavaScriptMIT LicenseMIT

Vizor

A simple front-end for OCR with Google Vision API. Use it online at llll.ro/tools/vizor or run it locally, as described below.

Running Vizor locally

To run Vizor locally, clone this Git repository to your computer and navigate to the project folder in your command-line application.

Before you can run the app, install the necessary dependencies with npm install. You only need to do this once.

To start the app run npm run start and navigate to http://localhost:8000.