https://github.com/jeromewu/tesseract.js-vue-app
An app to show how to use tesseract.js in vue.js
https://github.com/jeromewu/tesseract.js-vue-app
Last synced: about 1 year ago
JSON representation
An app to show how to use tesseract.js in vue.js
- Host: GitHub
- URL: https://github.com/jeromewu/tesseract.js-vue-app
- Owner: jeromewu
- Created: 2019-05-08T12:20:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:45:09.000Z (over 3 years ago)
- Last Synced: 2025-03-29T22:14:12.022Z (about 1 year ago)
- Language: Vue
- Size: 952 KB
- Stars: 69
- Watchers: 5
- Forks: 15
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tesseract-vue-app
This app is demo how to use tesseract.js in vue.js.
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).