wisp-schema 1.4.2 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/canary-nouns.json +1 -1
- data/canary-wisp.json +1 -1
- data/lib/version.rb +2 -2
- data/nouns.json +1 -1
- data/wisp.json +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 889ffc5bfb0f47725ebef8153f0b171575d04ae9aedb2fac9f318bd90c53c384
|
4
|
+
data.tar.gz: 0f853a006b3585f4dbc9ec8915064c34d3cbe6d35ca19b8d49a3ead995cd769d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d2cf5614513e79c496e67f77fdc841f83bd60267355d4d406eb76f269344beb2e14048bc61d40adeee13ec927f2b7dfa72e6c1fdb269d1cce338a192ce32bc8
|
7
|
+
data.tar.gz: f88b2ff72660c9b1925f2d731e4cba52363d18490ae2112dee0895e6acde01a490a2803a7d42794cf46c2d8ab86391d2d2eb0998ac998785f155edbc810bdb5b
|
data/canary-nouns.json
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
"focus_x": {"title": "Focus offset for x-axis from top left corner", "type": "integer", "options": {"hidden": true}},
|
14
14
|
"focus_y": {"title": "Focus offset for y-axis from top left corner", "type": "integer", "options": {"hidden": true}},
|
15
15
|
"match_mode": {
|
16
|
-
"enum": ["pixel", "pixel_and_ocr"]
|
16
|
+
"enum": ["pixel", "pixel_and_ocr", "semantic", "strict"]
|
17
17
|
},
|
18
18
|
"ocr_expression": {
|
19
19
|
"title": "Expression to use for text matching",
|
data/canary-wisp.json
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
"focus_x": {"title": "Focus offset for x-axis from top left corner", "type": "integer", "options": {"hidden": true}},
|
21
21
|
"focus_y": {"title": "Focus offset for y-axis from top left corner", "type": "integer", "options": {"hidden": true}},
|
22
22
|
"match_mode": {
|
23
|
-
"enum": ["pixel", "pixel_and_ocr"]
|
23
|
+
"enum": ["pixel", "pixel_and_ocr", "semantic", "strict"]
|
24
24
|
},
|
25
25
|
"ocr_expression": {
|
26
26
|
"title": "Expression to use for text matching",
|
data/lib/version.rb
CHANGED
data/nouns.json
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
"focus_x": {"title": "Focus offset for x-axis from top left corner", "type": "integer", "options": {"hidden": true}},
|
14
14
|
"focus_y": {"title": "Focus offset for y-axis from top left corner", "type": "integer", "options": {"hidden": true}},
|
15
15
|
"match_mode": {
|
16
|
-
"enum": ["pixel", "pixel_and_ocr"]
|
16
|
+
"enum": ["pixel", "pixel_and_ocr", "semantic", "strict"]
|
17
17
|
},
|
18
18
|
"ocr_expression": {
|
19
19
|
"title": "Expression to use for text matching",
|
data/wisp.json
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
"focus_x": {"title": "Focus offset for x-axis from top left corner", "type": "integer", "options": {"hidden": true}},
|
21
21
|
"focus_y": {"title": "Focus offset for y-axis from top left corner", "type": "integer", "options": {"hidden": true}},
|
22
22
|
"match_mode": {
|
23
|
-
"enum": ["pixel", "pixel_and_ocr"]
|
23
|
+
"enum": ["pixel", "pixel_and_ocr", "semantic", "strict"]
|
24
24
|
},
|
25
25
|
"ocr_expression": {
|
26
26
|
"title": "Expression to use for text matching",
|