node-tesseract
node-tesseract copied to clipboard
wercker is using an older version of tesseract
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 stdin. I made a pull request that wraps the streaming feature for this module but the tests fail for the reason stated above. See #31.