Skip to content

llll-org/vizor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.