wisp-schema 1.9.1 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/canary-nouns.json +10 -1
- data/canary-wisp.json +10 -1
- data/lib/version.rb +2 -2
- data/nouns.json +10 -1
- data/wisp.json +10 -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: 2783ac6a1243de7fc7bba69107ba4bafe330945ae02ec2016004cbf3bf0c2ab6
|
|
4
|
+
data.tar.gz: 36fc7a68746bb95fc9f79b0ce102caf6e70bdafa4d7615dd05f7145442cd3005
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
}
|
data/lib/version.rb
CHANGED
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
|
}
|
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
|
}
|