ocr-document-classification
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -12,3 +12,3 @@ // src/functions.ts | ||
const doc = await loadingTask.promise; | ||
const totalPages = Math.min(pdf.numPages, maxNumPages); | ||
const totalPages = Math.min(doc.numPages, maxNumPages); | ||
let blobArray = []; | ||
@@ -15,0 +15,0 @@ console.log(`PDF loaded with ${numPages} pages`); |
{ | ||
"name": "ocr-document-classification", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Document classification using tesseract.js and string-similarity-js.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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