All Projects → think2011 → Node Ocr Demo

think2011 / Node Ocr Demo

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Ocr Demo

Examples
Demo applications and code examples for Confluent Platform and Apache Kafka
Stars: ✭ 571 (+901.75%)
Mutual labels:  demo
Gjlightbluetooth
自己封装的基于CoreBluetooth的蓝牙开发库,内附CoreBluetooth使用demo。数据传递基本上使用Block,还使用了Runtime等技术。
Stars: ✭ 50 (-12.28%)
Mutual labels:  demo
Example Cases
Example project to guide users through how to create game with Cocos Creator
Stars: ✭ 1,082 (+1798.25%)
Mutual labels:  demo
Vantweappmpvuedemo
mpvue中使用Vant Weapp
Stars: ✭ 46 (-19.3%)
Mutual labels:  demo
Nectarine
🍑 A mobile web / Android app for Peach! (peach.cool) ⚡️
Stars: ✭ 48 (-15.79%)
Mutual labels:  demo
Godot Multiplayer Demo
A multiplayer demo using Godot Engine's (2.2) high level networking
Stars: ✭ 52 (-8.77%)
Mutual labels:  demo
Flutter Chat Demo
The chat app made by Flutter and Firebase
Stars: ✭ 1,016 (+1682.46%)
Mutual labels:  demo
Short Words
visualise lengthy words
Stars: ✭ 56 (-1.75%)
Mutual labels:  demo
Llvm Demo
A simple example of how LLVM can be used to gather static or dynamic facts about a program.
Stars: ✭ 48 (-15.79%)
Mutual labels:  demo
K8sdemo
Kubernetes demo
Stars: ✭ 53 (-7.02%)
Mutual labels:  demo
Create React Redux App
This project was bootstrapped with Create React App and Redux, Sass Structure.
Stars: ✭ 46 (-19.3%)
Mutual labels:  demo
Polymer Quill
Polymer Quill Rich Text Editor
Stars: ✭ 48 (-15.79%)
Mutual labels:  demo
Z Player
a flutter demo app with fish-redux
Stars: ✭ 53 (-7.02%)
Mutual labels:  demo
Rich Text Editor
Math editor (http://digabi.github.io/rich-text-editor/)
Stars: ✭ 45 (-21.05%)
Mutual labels:  demo
Svelte Simple Datatables
A Datatable component for Svelte
Stars: ✭ 56 (-1.75%)
Mutual labels:  demo
Wheelview
a great functional custom WheelView with demo in dialog and bottomDialog,android 滚动选择控件,滚动选择器,时间选择,日期选择
Stars: ✭ 44 (-22.81%)
Mutual labels:  demo
Universal React Demo
ES6 demo of a simple but scalable React app with react-router, code splitting, server side rendering, and tree shaking.
Stars: ✭ 50 (-12.28%)
Mutual labels:  demo
Multi Tenant App Demo
Demonstrates the discriminator field (shared schema) based multi-tenant application using Spring Boot & Hibernate 5.
Stars: ✭ 57 (+0%)
Mutual labels:  demo
Vww
[LPIRC 2019] First place in the Visual Wake Words challenge (TF-lite track)
Stars: ✭ 56 (-1.75%)
Mutual labels:  demo
Flutter douban
豆瓣Flutter版
Stars: ✭ 53 (-7.02%)
Mutual labels:  demo

node-ocr-demo

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

这是 用node.js实现验证码简单识别 的demo。

安装

需要先安装 node-tesseractgm,然后还要安装他们各自的依赖(对,就是这么麻烦 ╮(╯_╰)╭)

执行

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].