From 7492e178769dcf6242777d7c25d3b870138e8228 Mon Sep 17 00:00:00 2001 From: Tiago Date: Thu, 19 Mar 2026 15:01:34 +0000 Subject: [PATCH 1/2] update postman --- ...Automation Platform APIs.postman_collection.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/postman/Nitro Automation Platform APIs.postman_collection.json b/postman/Nitro Automation Platform APIs.postman_collection.json index 5558cd0..35a2045 100644 --- a/postman/Nitro Automation Platform APIs.postman_collection.json +++ b/postman/Nitro Automation Platform APIs.postman_collection.json @@ -740,7 +740,7 @@ "formdata": [ { "key": "method", - "value": "pii-bbox-extraction" + "value": "extract-pii-bounding-boxes" }, { "key": "params", @@ -800,7 +800,7 @@ "formdata": [ { "key": "method", - "value": "text-bbox-extraction" + "value": "extract-text-bounding-boxes" }, { "key": "params", @@ -1091,7 +1091,7 @@ "response": [] }, { - "name": "Optomize", + "name": "Optimize", "protocolProfileBehavior": { "followRedirects": true, "disableUrlEncoding": false, @@ -1433,15 +1433,12 @@ { "key": "file", "type": "file", - "src": [ - "Sample Tables.pdf", - "SampleResume.pdf" - ] + "src": "Sample Tables.pdf" }, { "key": "file2", "type": "file", - "value": null + "src" : "SampleResume.pdf" } ] }, From 7612bcc779b1c014d3db0c10a32027912a4e57c9 Mon Sep 17 00:00:00 2001 From: Tiago Date: Thu, 19 Mar 2026 15:01:42 +0000 Subject: [PATCH 2/2] update license --- LICENSE | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6300491 --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2026 Nitro Software + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.