Tesseract.js 介绍
Tesseract.js is a JavaScript library that gets words in almost any language out of images。esseract.js works with script? tags,webpack/ bro wserify,and Node.js. After you install it,using it is as simple as
Tesseract.recognize(myImage)
.progress(function (p) { console.log('progress',p) })
.then(function (result) { console.log('result',result) })
网站地址 : http://tesseract.projectnaptha.com/
GitHub: https://github.com/naptha/tesseract.js
网站描述: 一个 几乎能识别出 图片 中所有语言的JS库
Tesseract.js官方网站
官方网站: http://tesseract.projectnaptha.com/
如果觉得 网站内容还不错,欢迎将 网站 推荐给程序员好友。
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did175699