基於tesseract-orc的koa2 OCR Web小應用
阿新 • • 發佈:2019-01-09
基本功能
上傳本地圖片識別,下載網路圖片識別,前端顯示圖片與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需要計算機安裝[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!