ocr-document-classification
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -64,3 +64,8 @@ "use strict"; | ||
KOMPETANSEBEVIS: [["omfatter", "oppl\xE6ring", "utdanningsprogram"]], | ||
LEGEERKL\u00C6RING: [["legeerkl\xE6ring", "f\xF8dselsnummer"]] | ||
LEGEERKL\u00C6RING: [["legeerkl\xE6ring", "f\xF8dselsnummer"]], | ||
BOSTEDSATTEST: [ | ||
["registrerte", "opplysninger", "folkeregisteret"], | ||
["bostedsattest", "bostedsadresse", "registrert"], | ||
["registrert, adressehistorikk", "folkeregisteret"] | ||
] | ||
}; | ||
@@ -67,0 +72,0 @@ async function classifyDocument(file, onProgress, customDocumentDictionary) { |
{ | ||
"name": "ocr-document-classification", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Document classification using tesseract.js and string-similarity-js.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -44,12 +44,17 @@ # OCR Document Classification | ||
```javascript | ||
const defaultDocumentDictionary: documentDictionary = { | ||
BEVISPAFORSTEGANGSTJENESTE: [ | ||
['førstegangstjeneste', 'bevis', 'avtjent'], | ||
['attest', 'førstegangstjeneste'], | ||
['fullført', 'førstegangstjeneste'], | ||
], | ||
POLITIATTEST: [['politiattest', 'politidistrikt'], ['police certificate']], | ||
KOMPETANSEBEVIS: [['omfatter', 'opplæring', 'utdanningsprogram']], | ||
LEGEERKLERING: [['legeerklæring', 'fødselsnummer']], | ||
} | ||
const defaultDocumentDictionary: documentDictionary = { | ||
MILITÆRBEVIS: [ | ||
["førstegangstjeneste", "bevis", "avtjent"], | ||
["attest", "førstegangstjeneste"], | ||
["fullført", "førstegangstjeneste"], | ||
], | ||
POLITIATTEST: [["politiattest", "politidistrikt"], ["police certificate"]], | ||
KOMPETANSEBEVIS: [["omfatter", "opplæring", "utdanningsprogram"]], | ||
LEGEERKLÆRING: [["legeerklæring", "fødselsnummer"]], | ||
BOSTEDSATTEST: [ | ||
["registrerte", "opplysninger", "folkeregisteret"], | ||
["bostedsattest", "bostedsadresse", "registrert"], | ||
["registrert, adressehistorikk", "folkeregisteret"], | ||
], | ||
}; | ||
``` | ||
@@ -56,0 +61,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13175
237
133
0