From ea0fc25662bc23e6c63b58613afe078488546fe6 Mon Sep 17 00:00:00 2001 From: gayathrivijayakumar Date: Wed, 11 Dec 2024 16:15:48 +0530 Subject: [PATCH] Roll tool versions --- .../tool_registry_config/public_tools.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/unstract/tool-registry/tool_registry_config/public_tools.json b/unstract/tool-registry/tool_registry_config/public_tools.json index 280eae10d..436d3a23e 100644 --- a/unstract/tool-registry/tool_registry_config/public_tools.json +++ b/unstract/tool-registry/tool_registry_config/public_tools.json @@ -5,7 +5,7 @@ "schemaVersion": "0.0.1", "displayName": "File Classifier", "functionName": "classify", - "toolVersion": "0.0.40", + "toolVersion": "0.0.39", "description": "Classifies a file into a bin based on its contents", "input": { "description": "File to be classified" @@ -106,9 +106,9 @@ "properties": {} }, "icon": "\n\n \n \n \n \n \n \n \n \n \n \n \n\n", - "image_url": "docker:unstract/tool-classifier:0.0.40", + "image_url": "docker:unstract/tool-classifier:0.0.39", "image_name": "unstract/tool-classifier", - "image_tag": "0.0.40" + "image_tag": "0.0.39" }, "text_extractor": { "tool_uid": "text_extractor", @@ -116,7 +116,7 @@ "schemaVersion": "0.0.1", "displayName": "Text Extractor", "functionName": "text_extractor", - "toolVersion": "0.0.39", + "toolVersion": "0.0.37", "description": "The Text Extractor is a powerful tool designed to convert documents to its text form or Extract texts from documents", "input": { "description": "Document" @@ -191,8 +191,8 @@ } }, "icon": "\n\n \n \n \n \n \n \n \n \n \n \n \n\n", - "image_url": "docker:unstract/tool-text-extractor:0.0.39", + "image_url": "docker:unstract/tool-text-extractor:0.0.37", "image_name": "unstract/tool-text-extractor", - "image_tag": "0.0.39" + "image_tag": "0.0.37" } }