Languages

Menu
Sites
Language
Optical Character Recognition/Node.js

I need some help related to Optical character recognition(OCR). Is this possible to use nodecr which is a simple wrapper for the Tesseract OCR package in node.js.

Please help me regarding this.

I want to read the text from an image. Is this possible to implement as a Gear application.

Thanks in advance.

 

Responses

1 Replies
colin Rao
It's a big topic. As I know there is possible for pure javascript to retrieve simple text info from an image. Suggest you import your OCR js code into a Gear application and try it. -_-