1. 程式人生 > >基於tesseract-orc的koa2 OCR Web小應用

基於tesseract-orc的koa2 OCR Web小應用

基本功能

上傳本地圖片識別,下載網路圖片識別,前端顯示圖片與OCR結果。

使用的技術

Note:node-tesseract需要計算機安裝[email protected],當前的tesseract-ocr未安裝其他語言包,僅支援對英文、數字的識別。

前端展示

  • 本地上傳識別

2017-11-11-UploadOCR

  • 網路圖片識別

2017-11-11-DownloadOCR

啟動方式

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!