基本功能
上传本地图片识别,下载网络图片识别,前端显示图片与OCR结果。
使用的技术
- Front: [email protected], [email protected], [email protected], [email protected];
- Server: [email protected], [email protected], koa-router, koa-multer, koa-static;
- 上传本地图片识别:vue-resource, koa-multer;
- 下载网络图片识别:superagent;
- ocr: node-tesseract,调用本地tesseract-ocr程序;
Note:node-tesseract需要计算机安装tesseract-oc[email protected],当前的tesseract-ocr未安装其他语言包,仅支持对英文、数字的识别。
前端展示
- 本地上传识别
- 网络图片识别
启动方式
node app or npm start
Source Code: Github
Live Demo: Aliyun
If you have any questions or any bugs are found, please feel free to contact me.
Your comments and suggestions are welcome!