Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/think2011/node-ocr-demo

实现验证码识别,基于 node.js 配合 tesseract 和 graphicsmagick
https://github.com/think2011/node-ocr-demo

demo graphicsmagick node-tesseract nodejs

Last synced: 2 months ago
JSON representation

实现验证码识别,基于 node.js 配合 tesseract 和 graphicsmagick

Lists

README

        

# node-ocr-demo
用 node.js 配合 tesseract 和 graphicsmagick 实现验证码识别

> 这是 [用node.js实现验证码简单识别](http://think2011.net/2016/01/31/node-ocr/) 的demo。

## 安装
需要先安装 [node-tesseract](https://github.com/desmondmorris/node-tesseract) 和 [gm](https://github.com/aheckmann/gm),然后还要安装他们各自的依赖(对,就是这么麻烦 ╮(╯_╰)╭)

## 执行
在 node.js v4+ 环境下,执行 `node index.js` 即可看到结果。