ocr-document-classification
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "ocr-document-classification", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Document classification using tesseract.js and string-similarity-js.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -31,3 +31,3 @@ # OCR Document Classification | ||
- `file`: The image file (File object) of the document to be classified. | ||
- `onProgress`: A callback function to receive progress updates. It accepts a number between 0 and 1. | ||
- `onProgress` (optional): A callback function to receive progress updates. It accepts a number between 0 and 1. | ||
- `customDocumentDictionary` (optional): An object containing custom document types and their associated target words. | ||
@@ -34,0 +34,0 @@ |
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
12084