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

Without this, in Windows, the command will fail.

``` (node:38459) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is de precated. ``` This commit fix this problem, but package from npm still warning. 9d14f986d70c8a5ab1c0fa19e21f4571fe0ad961

https://github.com/tesseract-ocr/tesseract/releases/tag/3.05.00

Is there a way to scan only a portion of a file and not all the document? I want to scan only the top header of a document and I...

For PDF's that contain text I am using pdf2json which gives me all the text nodes and PDF co-ordinates, for PDF's that do contain text I am using node-tesseract, however...

can i pass base64 image or binary to tesseract

I'm on Windows, no `brew`, is this just what I need to get going? `npm install node-tesseract`

binding.open(pathModule._makeLong(path), ^ TypeError: path must be a string at TypeError (native) at Object.fs.open (fs.js:491:11) at Object.fs.readFile (fs.js:262:6) at C:\node_modules\node-tesseract\lib\tesseract.js:90:12 is anyone can help to figure out what's problem?