node-tesseract icon indicating copy to clipboard operation
node-tesseract copied to clipboard

A simple wrapper for the Tesseract OCR package

Results 40 node-tesseract issues
Sort by recently updated
recently updated
newest added

Wercker appears to be using an older version of tesseract (based on the logs) that does not support using the 'stdin' parameter which allows tesseract to read image binaries from...

This change introduces Tesseract.processStream() to simplify usage with build tools and reduce I/O. Tesseract.process() uses it but – except for an added return value – should remain compatible. (The tests...

node v5.4.1 npm v3.5.3 ``` gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23) gyp ERR! stack at emitTwo...

Hello, is it possible to use the package in node-webkit app? Since tesseract needs to be installed on the machine the app is running, is there any way to include...

Hi, I noticed that I had to surround my image name with quotes (at least in the latest Windows executable on Google Code). If this is not already fixed, can...

I am only aware of downloads via https://code.google.com/p/tesseract-ocr/downloads/list . Are there more recent installers (or will there be soon)? I'm specifically interested in Windows without the need for manual building....

I get following error: ``` node: ../src/smalloc.cc:280: void node::smalloc::SliceOnto(const v8::FunctionCallbackInfo&): Assertion `end

I get the following error { [Error: Command failed: read_params_file: Can't open C:\Users\shaunak\AppData\L ocal\Temp\node-tesseract-b48c93d0-c7f8-4329-986d-b2dcf942ffdd read_params_file: Can't open l read_params_file: Can't open eng read_params_file: Can't open psm read_params_file: Can't open 3...

Make better use of the strout and strerr parameters passed to the exec callback. Perhaps replace the custom log messages with the output of the binary completely.

enhancement