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 1.0.0 to 1.0.1

2

package.json
{
"name": "baidu-ocr-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "OCR for baidu api",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -20,6 +20,5 @@ ## [Baidu-OCR-API](https://bce.baidu.com/doc/OCR/ProductDescription.html#.E4.BB.8B.E7.BB.8D) for nodejs

```js
var should = require('should');
var ak = 'your ak';
var sk = 'your sk';
var ocr = require('../').create(ak,sk);
var ocr = require('baidu-ocr-api').create(ak,sk);
var opt= {

@@ -26,0 +25,0 @@ // url can be a cdn url, or a local url like : __dirname+'/test.jpg'

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