-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathinfo.json
More file actions
37 lines (37 loc) · 794 Bytes
/
info.json
File metadata and controls
37 lines (37 loc) · 794 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
{
"id": "plugin.com.pot-app.ocrspace",
"plugin_type": "recognize",
"icon": "icon.png",
"display": "OCR Space",
"homepage": "https://github.com/pot-app/pot-app-recognize-plugin-template",
"needs": [
{
"key": "engine",
"display": "Engine",
"type": "select",
"options": { "1": "Engine 1", "2": "Engine 2", "3": "Engine 3" }
},
{ "key": "apikey", "display": "Api Key", "type": "input" }
],
"language": {
"auto": "eng",
"zh_cn": "chs",
"zh_tw": "cht",
"en": "eng",
"ja": "jpn",
"ko": "kor",
"fr": "fre",
"es": "spa",
"ru": "rus",
"de": "ger",
"it": "ita",
"tr": "tur",
"pt_pt": "por",
"pt_br": "por",
"vi": "vie",
"th": "tai",
"ar": "ara",
"hi": "hin",
"fa": "per"
}
}