Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

alobre/ReadIt

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReadIt

OCR-Tool

Requirements

This entire Project uses Node.js, please make sure Node.js is installed correctly by running node -v inside the commandline. Visual Studio as IDE is also Suggested.

Backend

Setup

The entire backend is inside the readit-server directory. Open the commandline inside the root of the readit-server directory and run npm install (or yarn if prefered) to install the dependencies. After the installation process is complete run npm start to start the server. If no errors are returned, the server is successfully running at http://localhost:3000

Frontend

Setup

The entire frontend is inside the readit-client directory. Open the commandline inside the root of the readit-server directory and run npm install (or yarn if prefered) to install the dependencies. To install Vue run npm install -g @vue/cli or yarn global add @vue/cli

Developmend mode

Run npm run serve to start the Client in development mode. In this mode, the app will be rendered each time there are changes in the code. If initializied correctly, the Website can be accessed at http://localhost:8080

Build project

Run npm run build to build the Code. The code gets now built into vanilla html / js / css code. The built version is now in the dist/ directory and can be hosted on an FTP-Server. To run the Website install serve with npm install -g serve and deploy it with serve -s dist

About

Online OCR Tool with additional Features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.