wisp-schema 1.9.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 84e87909280db1932f40c832eb9d38b651e98fa7efa506a485babd9f2a8c9b51
4
- data.tar.gz: d1e42da131d90643e86a419cf50702f3158731c86ef8d9c8a7db0b44fb3d89a2
3
+ metadata.gz: 2783ac6a1243de7fc7bba69107ba4bafe330945ae02ec2016004cbf3bf0c2ab6
4
+ data.tar.gz: 36fc7a68746bb95fc9f79b0ce102caf6e70bdafa4d7615dd05f7145442cd3005
5
5
  SHA512:
6
- metadata.gz: 1bb54b39d38fc4be9049e2dfd6575c43c657ec19d7dc933ce0e8df84cf4c8f46ebab2db3e0d614c7280886a1f30981668670453885c54fc3f10bab5b5d60dbea
7
- data.tar.gz: 7069691966746ab8a82c929df89bbacc893fde848dd396be94c8407f21d3897959fdc5f27b1c038c7a3a5c37156c0e098faeb1da63f9b2e960361be21b0850a6
6
+ metadata.gz: 5e84351c622e1e995216cd2451da0c4c3f39864b64234ded62344f3bde70c1c44f5d538e0e528fdb37055a598187e72b981bb37a552acc82ba1963bac6f92dae
7
+ data.tar.gz: 3dc04e2b708d0997b0bcc8ab73e1d4ea199d80920ebcb757f14e0bed7d4d42aae55bb3523ae5c1987adc7966a7e245f36467dd1a0ede743766f2999977ca2fb5
data/canary-nouns.json CHANGED
@@ -45,7 +45,16 @@
45
45
  "x": {"type": "integer"},
46
46
  "y": {"type": "integer"},
47
47
  "w": {"type": "integer"},
48
- "h": {"type": "integer"}
48
+ "h": {"type": "integer"},
49
+ "ocr_mask_expression": {
50
+ "title": "Expression to use for text matching inside mask",
51
+ "type": "string",
52
+ "maxLength": 999
53
+ },
54
+ "ocr_mask_status": {
55
+ "title": "OCR inside mask result description",
56
+ "enum": ["SUCCESS", "TOO_MUCH_TEXT", "NO_TEXT"]
57
+ }
49
58
  }
50
59
  }
51
60
  }
data/canary-wisp.json CHANGED
@@ -52,7 +52,16 @@
52
52
  "x": {"type": "integer"},
53
53
  "y": {"type": "integer"},
54
54
  "w": {"type": "integer"},
55
- "h": {"type": "integer"}
55
+ "h": {"type": "integer"},
56
+ "ocr_mask_expression": {
57
+ "title": "Expression to use for text matching inside mask",
58
+ "type": "string",
59
+ "maxLength": 999
60
+ },
61
+ "ocr_mask_status": {
62
+ "title": "OCR inside mask result description",
63
+ "enum": ["SUCCESS", "TOO_MUCH_TEXT", "NO_TEXT"]
64
+ }
56
65
  }
57
66
  }
58
67
  }
@@ -100,7 +109,7 @@
100
109
  "ai_confirmation": {
101
110
  "type": "object",
102
111
  "action_type": "assertion",
103
- "title": "AI Confirmation",
112
+ "title": "AI Assertion",
104
113
  "description": "A Yes (pass) or No (fail) question answered by AI",
105
114
  "properties": {
106
115
  "action": {
data/lib/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wisp
4
- VERSION = "1.9.0"
5
- STABLE_VERSION = "1.9.0"
4
+ VERSION = "1.10.0"
5
+ STABLE_VERSION = "1.10.0"
6
6
  CANARY_VERSION = "2.0.0"
7
7
  end
data/nouns.json CHANGED
@@ -45,7 +45,16 @@
45
45
  "x": {"type": "integer"},
46
46
  "y": {"type": "integer"},
47
47
  "w": {"type": "integer"},
48
- "h": {"type": "integer"}
48
+ "h": {"type": "integer"},
49
+ "ocr_mask_expression": {
50
+ "title": "Expression to use for text matching inside mask",
51
+ "type": "string",
52
+ "maxLength": 999
53
+ },
54
+ "ocr_mask_status": {
55
+ "title": "OCR inside mask result description",
56
+ "enum": ["SUCCESS", "TOO_MUCH_TEXT", "NO_TEXT"]
57
+ }
49
58
  }
50
59
  }
51
60
  }
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "type": "object",
4
4
  "action_type": "assertion",
5
- "title": "AI Confirmation",
5
+ "title": "AI Assertion",
6
6
  "description": "A Yes (pass) or No (fail) question answered by AI",
7
7
  "properties": {
8
8
  "action": {
data/wisp.json CHANGED
@@ -52,7 +52,16 @@
52
52
  "x": {"type": "integer"},
53
53
  "y": {"type": "integer"},
54
54
  "w": {"type": "integer"},
55
- "h": {"type": "integer"}
55
+ "h": {"type": "integer"},
56
+ "ocr_mask_expression": {
57
+ "title": "Expression to use for text matching inside mask",
58
+ "type": "string",
59
+ "maxLength": 999
60
+ },
61
+ "ocr_mask_status": {
62
+ "title": "OCR inside mask result description",
63
+ "enum": ["SUCCESS", "TOO_MUCH_TEXT", "NO_TEXT"]
64
+ }
56
65
  }
57
66
  }
58
67
  }
@@ -100,7 +109,7 @@
100
109
  "ai_confirmation": {
101
110
  "type": "object",
102
111
  "action_type": "assertion",
103
- "title": "AI Confirmation",
112
+ "title": "AI Assertion",
104
113
  "description": "A Yes (pass) or No (fail) question answered by AI",
105
114
  "properties": {
106
115
  "action": {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wisp-schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski