Uses nodecr to run tesseract on base64 encoded images from POST and returns the OCR'ed text.
- Install node.js.
- Install tesseract-3.01.
- Open install.bat to install nodecr.
- Open run.bat to start nodeOCR.
- Local webserver will run at http://localhost:8888.
- Send XHR with jpeg base64 encoded image as POST body.
- nodeOCR will run tesseract on image and return OCR'ed text.
nodeOCR/test/test.html