update tsconfig

This commit is contained in:
2024-04-14 18:05:46 +02:00
parent 215273b44d
commit 871f152f2d
4 changed files with 103 additions and 30 deletions
+11 -1
View File
@@ -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"
]
}