Tesseract.js 一個幾乎能識別出圖片中全部語言的JS庫

Tesseract.js webpack

一個幾乎能識別出圖片中全部語言的JS庫。git

官網:http://tesseract.projectnaptha.com/github

git:https://github.com/naptha/tesseract.jsweb

Tesseract.js使用腳本標籤,webpack / browserify和節點,安裝以後,進行以下操做:spa

Tesseract.recognize(myImage)
         .progress(function  (p) { console.log('progress', p)    })
         .then(function (result) { console.log('result', result) })
相關文章
相關標籤/搜索