/node-tesseract-demo

A demo application built to test the OCR capabilities using Node.js and Tesseract

Primary LanguageJavaScriptMIT LicenseMIT

Demo of OCR Capablities using Tesseract and node.js

Installation

  • You need to install VirtualBox and Vagrant before proceeding. Minimum Requirement: Vagrant 1.8.1 and VirtualBox 5

  • Clone this repository: git clone https://github.com/xthilakx/node-tesseract-demo.git ~/node-tesseract-demo

  • Run vagrant plugin install vagrant-bindfs

  • Run vagrant up. This will fire up a virtual machine, and get everything going.

More documentation coming soon!