From 1b16dd86717f5f7c5f2ad102ddb63a354c427689 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Fri, 13 Feb 2026 08:31:24 -0800 Subject: [PATCH] Fix imageUrl field handling in menu extraction Claude returns imageUrl but code only checked for images/imageSrc. Add handling for imageUrl field to properly match images to items. Co-Authored-By: Claude Opus 4.5 --- api/setup/analyzeMenuUrl.cfm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/setup/analyzeMenuUrl.cfm b/api/setup/analyzeMenuUrl.cfm index 6657bb1..1161748 100644 --- a/api/setup/analyzeMenuUrl.cfm +++ b/api/setup/analyzeMenuUrl.cfm @@ -588,6 +588,11 @@ + + + + +