ocr-document-classification
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -57,3 +57,3 @@ "use strict"; | ||
var defaultDocumentDictionary = { | ||
BEVIS_PA_FORSTEGANGSTJENESTE: [ | ||
MILIT\u00C6RBEVIS: [ | ||
["f\xF8rstegangstjeneste", "bevis", "avtjent"], | ||
@@ -65,3 +65,3 @@ ["attest", "f\xF8rstegangstjeneste"], | ||
KOMPETANSEBEVIS: [["omfatter", "oppl\xE6ring", "utdanningsprogram"]], | ||
LEGEERKLAERING: [["legeerkl\xE6ring", "f\xF8dselsnummer"]] | ||
LEGEERKL\u00C6RING: [["legeerkl\xE6ring", "f\xF8dselsnummer"]] | ||
}; | ||
@@ -68,0 +68,0 @@ async function classifyDocument(file, onProgress, customDocumentDictionary) { |
{ | ||
"name": "ocr-document-classification", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"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
12632