update tsconfig
This commit is contained in:
+11
-1
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartocr",
|
||||
"version": "1.0.8",
|
||||
"private": false,
|
||||
"description": "an ocr module using ocrmypdf",
|
||||
"description": "A module that performs optical character recognition (OCR) using ocrmypdf.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
@@ -40,5 +40,15 @@
|
||||
"cli.js",
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
],
|
||||
"keywords": [
|
||||
"OCR",
|
||||
"optical character recognition",
|
||||
"ocrmypdf",
|
||||
"text extraction",
|
||||
"PDF processing",
|
||||
"machine learning",
|
||||
"document analysis",
|
||||
"text recognition"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user