@the-grid/caliper
Advanced tools
Comparing version 0.6.4 to 0.7.0
@@ -5,2 +5,8 @@ # Change Log | ||
## [0.7.0] - 2016-07-23 | ||
- Add the new extra measurement `cover.textregions` which is an | ||
array of bounding boxes indicating possible regions with | ||
textual data in an image | ||
## [0.6.4] - 2016-07-21 | ||
@@ -7,0 +13,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"repo": "the-grid/caliper", | ||
"version": "0.6.4", | ||
"version": "0.7.0", | ||
"keywords": [], | ||
@@ -68,3 +68,4 @@ "dependencies": { | ||
"graphs/RotateAndCrop.json", | ||
"components/CheckUserCrop.coffee" | ||
"components/CheckUserCrop.coffee", | ||
"graphs/GetTextRegionsMeasurement.json" | ||
], | ||
@@ -94,3 +95,4 @@ "json": [ | ||
"graphs/FetchAndResize.json", | ||
"graphs/RotateAndCrop.json" | ||
"graphs/RotateAndCrop.json", | ||
"graphs/GetTextRegionsMeasurement.json" | ||
], | ||
@@ -113,2 +115,3 @@ "noflo": { | ||
"GetSaliencyMeasurement": "graphs/GetSaliencyMeasurement.json", | ||
"GetTextRegionsMeasurement": "graphs/GetTextRegionsMeasurement.json", | ||
"ImageColors": "graphs/ImageColors.json", | ||
@@ -115,0 +118,0 @@ "ImageDimensions": "graphs/ImageDimensions.json", |
@@ -79,4 +79,4 @@ { | ||
"label": "FetchToCanvas", | ||
"x": 432, | ||
"y": -108, | ||
"x": 396, | ||
"y": -36, | ||
"width": 72, | ||
@@ -125,2 +125,12 @@ "height": 72 | ||
} | ||
}, | ||
"caliper/GetTextRegionsMeasurement": { | ||
"component": "caliper/GetTextRegionsMeasurement", | ||
"metadata": { | ||
"label": "GetTextRegionsMeasurement", | ||
"x": 1404, | ||
"y": 216, | ||
"width": 72, | ||
"height": 72 | ||
} | ||
} | ||
@@ -362,4 +372,53 @@ }, | ||
} | ||
}, | ||
{ | ||
"src": { | ||
"process": "core/Split_939sn", | ||
"port": "out" | ||
}, | ||
"tgt": { | ||
"process": "caliper/GetTextRegionsMeasurement", | ||
"port": "getobjectkey_in" | ||
} | ||
}, | ||
{ | ||
"src": { | ||
"process": "caliper/GetTextRegionsMeasurement", | ||
"port": "merge_out" | ||
}, | ||
"tgt": { | ||
"process": "caliper/CollectExtra_gjvgw", | ||
"port": "textregions" | ||
}, | ||
"metadata": { | ||
"route": 3 | ||
} | ||
}, | ||
{ | ||
"src": { | ||
"process": "caliper/RouteExtra_8cf0h", | ||
"port": "textregions" | ||
}, | ||
"tgt": { | ||
"process": "caliper/GetTextRegionsMeasurement", | ||
"port": "isinvalid_object" | ||
}, | ||
"metadata": { | ||
"route": 3 | ||
} | ||
}, | ||
{ | ||
"src": { | ||
"process": "caliper/GetTextRegionsMeasurement", | ||
"port": "error" | ||
}, | ||
"tgt": { | ||
"process": "core/Merge_8gf2b", | ||
"port": "in" | ||
}, | ||
"metadata": { | ||
"route": 1 | ||
} | ||
} | ||
] | ||
} |
{ | ||
"name": "@the-grid/caliper", | ||
"description": "Measurement library", | ||
"version": "0.6.4", | ||
"version": "0.7.0", | ||
"license": "proprietary", | ||
@@ -84,2 +84,3 @@ "author": { | ||
"GetSaliencyMeasurement": "graphs/GetSaliencyMeasurement.json", | ||
"GetTextRegionsMeasurement": "graphs/GetTextRegionsMeasurement.json", | ||
"ImageColors": "graphs/ImageColors.json", | ||
@@ -86,0 +87,0 @@ "ImageDimensions": "graphs/ImageDimensions.json", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13192000
117
7236