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