Git Product home page Git Product logo

ocr-electron-vue's Introduction

ocr-electron-vue

Build Status GitHub license Last version

A Simple OCR Application built on Electron, Vue.js & Tesseract.js

Original idea from blog article: Creating a Simple OCR App with Electron, Vue.js & Tesseract.js

Nowadays JavaScript is one of the most popular programming languages, and used for a lot of fields and platforms through Web. In this tutorial we're going to learn how to build an OCR desktop application with JavaScript using Electron and Tesseract.js ... and guess what... our FE will be implemented with Vue.js

Read full article on the blog

Build Setup

# clone repository
git clone https://github.com/lexmartinez/ocr-electron-vue.git

# open project folder
cd ocr-electron-vue

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# lint all JS/Vue component files in `src/`
npm run lint

Production Notes

  • The OCR engine needs a set of trained data to process the images, in order to execute this app from bundled app/dmg file you should copy the eng.traineddata to root folder of you computer.

  • The current release supports only image files.

License

This project is licensed under MIT License - see the LICENSE.md file for details

The project bundling is powered by electron-vue@7c4e3e9 using vue-cli. Documentation about the original structure can be found here.

ocr-electron-vue's People

Contributors

lexmartinez avatar lhzwb2008 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.