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

esearch-ocr

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esearch-ocr - npm Package Compare versions

Comparing version 4.2.2 to 4.2.3

2

package.json
{
"name": "esearch-ocr",
"version": "4.2.2",
"version": "4.2.3",
"description": "paddleocr models run on onnx",

@@ -5,0 +5,0 @@ "main": "./dist/esearch-ocr.umd.cjs",

@@ -32,2 +32,3 @@ var cv;

export { init, x as ocr, Det as det, Rec as rec };
export type initType = AsyncType<ReturnType<typeof init>>;

@@ -85,3 +86,3 @@ var dev = true;

else if (require) cv = require("opencv.js");
return { ocr: x };
return { ocr: x, det: Det, rec: Rec };
}

@@ -88,0 +89,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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