Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 547 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 547 Bytes

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.