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.0.7 to 1.0.8

2

dist/index.js

@@ -66,3 +66,3 @@ "use strict";

let progress = 0;
const worker = await Tesseract.createWorker("nor", 2, {
const worker = await Tesseract.createWorker("nor", 1, {
logger: (m) => {

@@ -69,0 +69,0 @@ if (m.status === "recognizing text") {

{
"name": "ocr-document-classification",
"version": "1.0.7",
"version": "1.0.8",
"description": "Document classification using tesseract.js and string-similarity-js.",

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

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