- 授权协议: Apache
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://tesseract.projectnaptha.com/
- 软件文档: https://github.com/naptha/tesseract.js/blob/master/README.md
- 官方下载: https://github.com/naptha/tesseract.js/archive/master.zip
软件介绍
Tesseract.js
一个几乎能识别出图片中所有语言的JS库。
Tesseract.js使用脚本标签,webpack / browserify和节点,安装之后,进行如下操作:
Tesseract.recognize(myImage)
.progress(function (p) { console.log('progress', p) })
.then(function (result) { console.log('result', result) })查看文档以了解API的完整处理。
