-
Notifications
You must be signed in to change notification settings - Fork 0
/
mm.definition.json
37 lines (35 loc) · 1.15 KB
/
mm.definition.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
35
36
37
{
"validator": [
"https://requirements.metamodule.org/1.0.1",
"https://definition.metamodule.org/1.0.1",
"https://requirements.metamodule.org/1.0.1"
],
"generator": {
"implementation": "https://imeplementation.metamodule.org/1.0.1",
"test": "https://environment.metamodule.org/1.0.1",
"lifecycle": "https://environment-lifecycle.metamodule.org/1.0.1"
},
"definition": {
"name": "OCR for PDF Invoice",
"keywords": [
"ocr",
"pdf",
"generator,converter"
],
"type": "api",
"version": "1.0.0",
"author": "",
"license": "",
"website": "ocr-pdf.metamodules.org",
"git": "https://github.com/meta-modules/ocr-pdf.git",
"problem": "generate data to excel report about all invoices in selected folder",
"solution": "convert PDF file to json data over script based on tensorflow",
"implementation": "https://imeplementation.metamodule.org/1.0.1",
"environment": "https://environment.metamodule.org/1.0.1",
"lifecycle": "https://lifecycle.metamodule.org/1.0.1",
"sources": [
"https://local.metamodule.org/1.0.1",
"https://remote.metamodule.org/1.0.1"
]
}
}