Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ocr-document-classification

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ocr-document-classification - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

7

dist/index.js

@@ -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) {

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc