错误:在Node.js中使用Tesseract.js时编写EPIPE

时间:2018-10-22 07:19:41

标签: javascript node.js tesseract

下面是我尝试使用Tersseract.js读取图像的代码

Error: write EPIPE
    at _errnoException (util.js:992:11)
    at ChildProcess.target._send (internal/child_process.js:702:20)
    at ChildProcess.target.send (internal/child_process.js:586:19)

以下是我得到的错误:

||

我正在关注的教程: https://www.twilio.com/blog/2016/11/a-simple-way-to-ocr-images-from-a-url-with-tesseract-js.html

我的代码有什么错误吗?一直在尝试调试数小时。

0 个答案:

没有答案