baidu-ocr-api
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "baidu-ocr-api", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "OCR for baidu api", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
## [Baidu-OCR-API](https://bce.baidu.com/doc/OCR/ProductDescription.html#.E4.BB.8B.E7.BB.8D) for nodejs | ||
## [Baidu-OCR-API](https://bce.baidu.com/doc/OCR/ProductDescription.html#.E4.BB.8B.E7.BB.8D) For Nodejs | ||
@@ -7,3 +7,3 @@ [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] | ||
### Advantage | ||
### Advantages | ||
- 支持本地图片 外部图片(速度取决图片大小) | ||
@@ -22,3 +22,2 @@ - 识别简单的验证码 | ||
ocr --help | ||
@@ -36,2 +35,3 @@ | ||
![](https://raw.githubusercontent.com/netpi/baidu-ocr-api/master/examples/test01.jpg) | ||
@@ -44,3 +44,3 @@ | ||
#### 2. nodejs | ||
#### 2. Nodejs | ||
```sh | ||
@@ -74,3 +74,3 @@ npm install baidu-ocr-api --save | ||
### test | ||
### Test | ||
```sh | ||
@@ -80,3 +80,3 @@ make test | ||
``` | ||
### license MIT | ||
### License MIT | ||
@@ -90,5 +90,5 @@ | ||
[travis-url]: https://travis-ci.org/netpi/baidu-ocr-api | ||
[travis-image]: http://img.shields.io/travis/netpi/baidu-ocr-api.svg | ||
[travis-image]: https://travis-ci.org/netpi/baidu-ocr-api.svg?branch=master | ||
[coveralls-url]: https://coveralls.io/r/netpi/baidu-ocr-api | ||
[coveralls-image]: http://img.shields.io/coveralls/netpi/baidu-ocr-api/master.svg | ||
[coveralls-image]:https://coveralls.io/repos/netpi/baidu-ocr-api/badge.svg?branch=master&service=github |
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
690156