diff --git a/backend/sample.env b/backend/sample.env
index 7f0fd105a..354021577 100644
--- a/backend/sample.env
+++ b/backend/sample.env
@@ -82,9 +82,9 @@ REMOTE_PROMPT_STUDIO_FILE_PATH=
# Structure Tool Image (Runs prompt studio exported tools)
# https://hub.docker.com/r/unstract/tool-structure
-STRUCTURE_TOOL_IMAGE_URL="docker:unstract/tool-structure:0.0.51"
+STRUCTURE_TOOL_IMAGE_URL="docker:unstract/tool-structure:0.0.52"
STRUCTURE_TOOL_IMAGE_NAME="unstract/tool-structure"
-STRUCTURE_TOOL_IMAGE_TAG="0.0.51"
+STRUCTURE_TOOL_IMAGE_TAG="0.0.52"
# Feature Flags
EVALUATION_SERVER_IP=unstract-flipt
diff --git a/unstract/tool-registry/tool_registry_config/public_tools.json b/unstract/tool-registry/tool_registry_config/public_tools.json
index 436d3a23e..995912dd3 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.39",
+ "toolVersion": "0.0.41",
"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",
- "image_url": "docker:unstract/tool-classifier:0.0.39",
+ "image_url": "docker:unstract/tool-classifier:0.0.41",
"image_name": "unstract/tool-classifier",
- "image_tag": "0.0.39"
+ "image_tag": "0.0.41"
},
"text_extractor": {
"tool_uid": "text_extractor",
@@ -116,7 +116,7 @@
"schemaVersion": "0.0.1",
"displayName": "Text Extractor",
"functionName": "text_extractor",
- "toolVersion": "0.0.37",
+ "toolVersion": "0.0.40",
"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",
- "image_url": "docker:unstract/tool-text-extractor:0.0.37",
+ "image_url": "docker:unstract/tool-text-extractor:0.0.40",
"image_name": "unstract/tool-text-extractor",
- "image_tag": "0.0.37"
+ "image_tag": "0.0.40"
}
}