-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1015 Bytes
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "german-ocr",
"version": "0.5.1",
"description": "High-performance German document OCR - Local & Cloud API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "node test/test.js"
},
"keywords": [
"ocr",
"german",
"document",
"pdf",
"invoice",
"text-extraction",
"vision",
"ai",
"machine-learning"
],
"author": "Keyvan.ai",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Keyvanhardani/german-ocr.git"
},
"homepage": "https://german-ocr.de",
"bugs": {
"url": "https://github.com/Keyvanhardani/german-ocr/issues"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"form-data": "^4.0.0",
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/node-fetch": "^2.6.0",
"typescript": "^5.0.0"
}
}