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

ocr-document-classification

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ocr-document-classification - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

3

dist/index.js

@@ -43,4 +43,3 @@ var __defProp = Object.defineProperty;

const arr = buffer.asUint8Array();
const blob = new Blob([arr], { type: "image/png" });
return URL.createObjectURL(blob);
return new Blob([arr], { type: "image/png" });
}

@@ -47,0 +46,0 @@ var init_convert = __esm({

{
"name": "ocr-document-classification",
"version": "1.2.3",
"version": "1.2.4",
"description": "Document classification using tesseract.js and string-similarity-js.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",

@@ -8,0 +8,0 @@ "type": "module",

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