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: 3 months ago
JSON representation
实现验证码识别,基于 node.js 配合 tesseract 和 graphicsmagick
- Host: GitHub
- URL: https://github.com/think2011/node-ocr-demo
- Owner: think2011
- Created: 2016-01-31T09:41:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T09:57:11.000Z (almost 9 years ago)
- Last Synced: 2024-04-30T07:31:52.499Z (7 months ago)
- Topics: demo, graphicsmagick, node-tesseract, nodejs
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 62
- Watchers: 5
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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` 即可看到结果。