ocr-document-classification
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -66,3 +66,3 @@ "use strict"; | ||
let progress = 0; | ||
const worker = await Tesseract.createWorker(["nor", "en"], 2, { | ||
const worker = await Tesseract.createWorker(["nor", "eng"], 2, { | ||
logger: (m) => { | ||
@@ -69,0 +69,0 @@ if (m.status === "recognizing text") { |
{ | ||
"name": "ocr-document-classification", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"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
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
12421