baidu-ocr-api
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "baidu-ocr-api", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "OCR for baidu api", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,2 +7,9 @@ ## [Baidu-OCR-API](https://bce.baidu.com/doc/OCR/ProductDescription.html#.E4.BB.8B.E7.BB.8D) for nodejs | ||
### Advantage | ||
- 支持本地图片 外部图片(速度取决图片大小) | ||
- 识别简单的验证码 | ||
- 平时相机拍摄书本的文字,基本能达到 95% | ||
- 支持 shell/nodejs 全局安装可在控制台直接运行 | ||
- bluebird/promise 接口操作灵活 | ||
### Install & Usage | ||
@@ -51,3 +58,3 @@ | ||
var sk = 'your sk'; | ||
var ocr = require('../').create(ak,sk); | ||
var ocr = require('baidu-ocr-api').create(ak,sk); | ||
// 外部图片 | ||
@@ -54,0 +61,0 @@ ocr.scan({ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
690126
88