-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 914 Bytes
/
package.json
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
{
"name": "tfjs-text-detection-ctpn",
"version": "1.0.8",
"description": "TensorflowJS text detection implementation (inference), mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network",
"type": "module",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "BadMachine",
"license": "MIT",
"dependencies": {
"numeric": "^1.2.6",
"pureimage": "^0.3.2"
},
"directories": {
"test": "test"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/BadMachine/tfjs-text-detection-ctpn.git"
},
"keywords": [
"ctpn",
"tensorflow",
"text-detection",
"OCR"
],
"bugs": {
"url": "https://github.com/BadMachine/tfjs-text-detection-ctpn/issues"
},
"homepage": "https://github.com/BadMachine/tfjs-text-detection-ctpn#readme"
}