Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

baidu-ocr-api

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baidu-ocr-api - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"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({

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc