ocr-document-classification
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
16418
330